This post discuss about recycling application pools when memory limits are exceeded. Recycling based on memory limits is not necessary in 64-bit environment. It is suggested that recycling should not be enabled in 64-bit environment. Unnecessary recycling can result in dropping in user requests and performance. Note: When application memory limits are exceeding then change the recycle...
Configuring ASP.NET 1.1 websites on IIS 7.0
If you want to run your existing ASP.NET 1.1 websites under .NET Framework v1.1 please read this post Configuring .NET Framework 1.1 on windows vista and follow the below steps. 1. Open IIS 7 by going through Control Panel/Administrative Tools and please select the ISAPI and CGI Restrictions option from IIS section. 2. Allow the ASP.NET 1.1 in the ISAPI/CGI restrictions. 3. Make sure...
Configuring .NET Framework 1.1 on windows vista
Configuring .NET FW v1.1 on Windows vista is bit tricky. Here are the steps you need to follow Download .NET Fx from .NET FW v1.1 because by default vista come up with .NET FW v2.0 and v3.0. If you install FW v1.1 alone at the end of installation you will get the following error RegSvcs...