Most of the time when a user enter to the site, it take a lot of time to load the first time to the page, after the page works well for user andother users in other networks.
Can I run ASP.NET 4.0 websites on Windows XP II6 or do I need开发者_Go百科 Windows 7 with II7 in order to run it?Yes you can run ASP.Net 4 applications on IIS 6, but some features will not be availabl
I\'m trying to get my company to move to ASP.NET MVC and away from classic ASP. I\'ve written some sample applications as proof-of-concept but now I\'m running into problems as I try to deploy these m
My website is running on Asp.net v4 , IIS 7 , Windows server 2008. My cpu is running on 20-30% and the site is responding quickly.
I\'m seeing an issue of some static pages that are using the browser cache, which is not desired.To prevent caching, I\'m setting
In IIS7 you have the option the choose different application pool type. I have 4 types to choose from
I am migrating an IIS6 website to IIS7 and I am hitting the well known problem of mixing a global ASP.NET handler while using default documents. See here for details:
Is it possible to determine the manag开发者_如何学运维ed pipeline IIS7 is running under in ASP.NET?Do you mean the integrated pipeline mode?If so then you\'re looking for: HttpRuntime.UsingIntegratedP
Intermittently we\'ll get errors like these from our .NET 3.5 web applications: Exception: System.Configuration.ConfigurationErrorsException: Could not load file or assembly \'itextsharp, Version=4.1
We are currently migrating a WCF service from IIS 6 to IIS 7. The service contains some non-SSL endpoints for internal streaming purposes and some exposed endpoints secured with SSL.