0

Getting 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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
danswain
  • 4,171
  • 5
  • 37
  • 43

1 Answers1

1

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
danswain
  • 4,171
  • 5
  • 37
  • 43