Windows ASP.NET Hosting - Boosting Web Application Performance with Bundling...
The performance of your web application has a great impact on the end user experience. If your web application is slow, obviously users are going to be turned away from using it. There are many factors...
View ArticleASP.NET 4.5 Hosting - Bundling/Minification and Embedded Resources in ASP.NET
If you want to share your application resources(like css, javascript, images, etc) between different projects then embedded resource is a great choice. Embedded resource is also good for...
View ArticleASP.NET Hosting - How to add favicon to your ASP.NET page
A favicon is the little image displayed at the left edge of the address bar in most browsers, or on the tab. Adding a Favicon is a nice way to enhance your website and give it a finished look. About...
View ArticleASP.NET Hosting - ASPHostPortal :: How to Modify Custom Error 404 in ASP.NET
One of the improvements We wanted to make after deploying our website were to add useful error pages. You know more than the YSOD (yellow screen of death). One of the major issues for me was creating a...
View ArticleASP.NET Hosting - How To Make URL More User Friendly (URL Rewriting)
Sometimes we need a user friendly URL, but if we use query string variables, our site url will become messy.Like we may be havingURL A: http://www.asphostportal.com/product.aspx?id=123456and we want to...
View ArticleASP.NET 4.5 Hosting - ASP.NET 4.5 Asynchronous pages
To make a page asynchronous in earlier versions of ASP.NET, the page has to implement the interface IHttpAsyncHandler and define concrete definitions to all the methods declared in the interface. This...
View ArticleASP.NET Hosting - Resolve Errror "Validation of viewstate MAC failed"
Usually we won’t got “Validation of viewstate MAC failed” error in our site all the time. Normally the site works fine and doesn't throw any errors if you load the site and use it at a regular pace....
View ArticleASP.NET 4.5 Hosting - Security Improvement in ASP.NEt 4.5
The .NET 4.5 framework was released a couple of months ago and it included several improvements in the security area. To benefit from these improvements you need to do a few changes to you...
View ArticleASP.NET 4.5 Hosting - Using Bundling and Minification in ASP.NET 4.5
Is it Important?Minimising the number of requests the page has to perform can have a considerable effect on your site’s performance. IE6 and IE7 both limit the number of concurrent requests to 2, IE8...
View ArticleASP.NET 4.5 Hosting – ASPHostPortal.com :: Optimize Your Website Performance...
Microsoft ASP.NET is today the most powerful and fastest growing platform for Web development. ASP.NET powers some of world's largest Web sites and most demanding applications. And now, ASP.NET 4.5 can...
View ArticleASP.NET Hosting :: How To Protecting Your .NET Application
This article demonstrates how to use Dotfuscator which is shipped freely with Visual Studio 2010 to protect. If you are using this tool for the first time, you will be presented with a License...
View ArticleFree ASP.NET hosting - ASPHostPortal.com :: ASPHostPortal.com Proudly...
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...
View ArticleASP.NET 4.5 Hosting - ASPHostPortal.com :: Asynchronous WCF service calls...
The Windows Communication Foundation (WCF) is an application programming interface in the .NET Framework for building connected, service-oriented applications. A WCF client has two ways to access the...
View ArticleASP.NET 4.5 Free Trial Hosting - ASPHostPortal.com :: AJAX Control ToolKit...
Ajax is Asynchronous JavaScript And Xml. Ajax is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send...
View ArticleASP.NET 4.5 Hosting :: Regex (Regular Expressions) Time Out In ASP.NET 4.5
One of new features from ASP.NET 4.5 is Regex. Lets start by the new Regex Api introduced with the framework. The improvement that has been made is minor yet handy at certain cases. The Regex class of...
View ArticleFree ASP.NET 4.5.1 Hosting - ASPHostPortal :: How To Create and Delete...
Cookies is a small piece of information stored on the client machine. This file is located on client machines "C:\Document and Settings\Currently_Login user\Cookie" path. Its is used to store user...
View ArticleFree, Best and Reliable Entity Framework 6 Hosting with ASPHostPortal.com
Entity Framework is actively developed by the Entity Framework team which is assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are...
View ArticleEnterprise Email Hosting :: ASPHostPortal.com Launches Reliable and Scalable...
ASPHostPortal.com, a leading Windows web hosting provider, proudly announces Enterprise Email Hosting for all costumer. With Enterprise Email Hosting Services from ASPHostPortal.com, you’ll find the...
View ArticleASP.NET Hosting with ASPHostPortal.com :: Working With ASP.Net Web Forms in...
Here you will create the data models and use the entity classes in it. The Entity Framework is used as a reference to use the entity classes. The Entity Framework is an Object Relational Mapping (ORM)...
View ArticleASP.NET MVC 4.0 Hosting with ASPHostPortal :: How To Save Email from External...
ASP.NET MVC 4 web application allows users to log in from an external provider, such as Facebook, Twitter, Microsoft or Google and then integrate into your web application. Some OAuth/OpenId providers...
View Article