Things to check when an Asp.Net site is not working correctly
May 6, 2011
1 minute read

Things to check when an Asp.Net site is not working correctly

TODO

Framework

  • Check that your .Net framework are correctly installed
  • Check that your .Net framework are correctly linked with IIS
    • In case of XP : use regiis to relink your framework with IIS
    • In case of IIS6 or newer : don’t forget to enable your filter.

Application pool

Website

Permissions

  • Change the permissions RECURSIVELY on your virtual directory to add IUSR_ with full rights


comments powered by Disqus