iis disable debug

August 27, 2015

In IIS to disable debug do the following. Modify the Web.config File Open the Web.config file […]

psexec icacls remote computer

September 24, 2012

Set proper permissions in IIS 7.x on a remote computer We will be using psexec icacls […]

Trace ASP.NET Application

July 24, 2012

You’ll need to edit the web.config Web.config Place the following after system.web tag: Trace ASP.NET Application […]

iisapp find app pool w3svc

April 18, 2012

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 […]

asp.net tab missing iis6

April 18, 2012

If you’ve got a 64-bit server you can test this out for yourself by following these […]

set up asp mvc3 iis6

April 17, 2012

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 […]