iis disable debug
In IIS to disable debug do the following. Modify the Web.config File Open the Web.config file […]
In IIS to disable debug do the following. Modify the Web.config File Open the Web.config file […]
Problem IIS 7.5 is holding on to an IP and you cannot get it to listen […]
To redirect in IIS 6.0 using pure javascript create a file called “redirect.htm” and have IIS6 […]
Set proper permissions in IIS 7.x on a remote computer We will be using psexec icacls […]
You’ll need to edit the web.config Web.config Place the following after system.web tag: Trace ASP.NET Application […]
[wp_ad_camp_1] I recently ran in to this error on an IIS 6 server using MVC 3 […]
Determine the site’s application pool: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319>C:\Inetpub\AdminScripts\adsutil.vbs get w3svc/1975602314/root/apppoolid apppoolid : (STRING) “some_app_pool_name” Restart the site’s application […]
Have you ever noticed your IIS 6.0 site is running the wrong version of .net? This […]
If you’ve got a 64-bit server you can test this out for yourself by following these […]
Original article from http://haacked.com/archive/2010/12/22/asp-net-mvc-3-extensionless-urls-on-iis-6.aspx If you have a server running IIS 6, ASP.NET 4, and ASP.NET […]