ASPHostPortal.com, no#1 Microsoft RECOMMENDED hosting partner, we’re a company that works differently to most. Value is what we output and help our customers achieve, not how much money we put in the bank. It’s not because we are altruistic. ASPHostPortal.com…
ASP.NET 4.5.1 Hosting with ASPHostPortal.com:: How to Enable App Suspend in ASP.NET 4.5.1
ASP.NET 4.5.1 App Suspend is the managed implementation of this new functionality and will improve the startup time of your .NET web applications running in IIS. The .NET Framework Blog explains that this is perfect for hosting companies but even…
ASP.NET MVC 5 Hosting with ASPHostPortal.com :: How To Secure Your ASP.NET MVC Site
Here is the simple step to secure your ASP.NET MVC site : 1. Membership – Authentication / Authorization These are two separate security tasks. Authentication deals with identifying who is using the site. This typically involves a login process. Once…
Free ASP.NET Hosting – ASPHostPortal.com :: Host WCF service library in ASP.NET application
A WCF service is simply a collection of one or more classes in an assembly, but the whole point of implementing a WCF service is to make those classes available to be used by other applications. And those applications will…
ASP.NET Hosting :: Difference between HttpGet and HttpPost Method
When we develop web applications we always have to deal with the HTML. Today we will see the difference between the HTTPGet and HTTPPost attributes of ASP.NET MVC. These attributes encode request parameters as name-and-value pairs in the HTTP request.…
ASP.NET MVC 4 Hosting :: Get Textboxes Values in MVC4 Using jQuery
Yesterday, I was trying to get the values of TextBoxes created by jQuery. I was expecting to get the value of each Textbox created by jQuery by the Id attribute of the TextBox, but I was getting NULL. I tried to…
Hosting Tips – How To Connect IIS Remotely
It is very awesome if we can connect and access our site remotely on other server using IIS. To connect our site remotely from local computer to other server, we need install IIS. Please download and Install it on your…
ASPHostPortal.com Proudly Announces Free Trial Windows ASP.NET Hosting
ASPHostPortal.com is a premier Windows and ASP.NET Web hosting company that specializes in Windows and ASP.NET-based hosting. We proudly announces 7 Day Free Trial Windows and ASP.NET Hosting to all new customers. The intention of this FREE TRIAL service is…
ASP.NET 4.0 Hosting Tips – Authenticate Emails in ASP.NET Using SMTP
In this article, I want to teach ASP.NET course is the process of sending email using SMTP. The process is relatively simple, you create a new instance of the MailMessage class, passing in two required parameters into the constructor: To…
How to redirect ssl both with and without http:// https://www to https:// www and non-www
If you have sites that want to redirect to other sites that have SSL. You should added a script on your. Httacces example: I have sites as below: http://abc.com http://www.abc.com https://www.abc.com and I’ll redirect the site to https://abc.com How to…