How to redirect a URL path in IIS?

Taken from Microsoft Technet. Redirecting Web Sites in IIS 6.0 (IIS 6.0) When a browser requests a page or program on your Web site, the Web server locates the page identified by the URL and returns it to the browser. When you move a page on your Web site, you can’t always correct all of the … Read more

What does ‘IISReset’ do?

IISReset stops and restarts the entire web server (including non-ASP.NET apps)Recycling an app pool will only affect applications running in that app pool.Editing the web.config in a web application only affects that web application (recycles just that app).Editing the machine.config on the machine will recycle all app pools running. IIS will monitor the /bin directory … Read more

What does ‘IISReset’ do?

IISReset stops and restarts the entire web server (including non-ASP.NET apps)Recycling an app pool will only affect applications running in that app pool.Editing the web.config in a web application only affects that web application (recycles just that app).Editing the machine.config on the machine will recycle all app pools running. IIS will monitor the /bin directory … Read more