ASP.Net Basics

Whenever the Web application deployed in to IIS, there could be some IIS specific issues which are not observed in Visual Studio.  The following is the most frequent command to reset, reinstall IIS, ASP.Net.

  • aspnet_regiis –i
  • Webservice Extensions – ASP.Net Allow
  • iisreset /start
  • cscript adsutil.vbs set w3svc/NTAuthenticationProviders "NTLM"

Leave a comment