Visual Studio .NET has detected that ASP.NET applications and services are locked down in IIS
Get开发者_Python百科ting this error when try to compile a .net 1.1 website:
Visual Studio .NET has detected that ASP.NET applications and services are locked down in IIS. You can run the IIS Security Lockdown Wizard to change lockdown status
How I "unlockdown" it in IIS6, where is this fabled IIS Lockdown wizard?
Found this answer, it's located on msdn here in short
- Open IIS6
- Click "Web Service Extensions"
- Change ASP.NET v1.1.4322 from prohibited to allowed
精彩评论