Properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just re-installed XP profesional on my computer with IIS 5.1 and visual studio .net.


When I right click on the default web-site in the IIS management console and select properties nothing happens.

When I try to open my project in VS I get the following error:

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:


Line 42: "Forms", "Passport" and "None"
Line 43: -->
Line 44: <authentication mode="Windows" />


I think it has to do the to the permissions but I cannot see the properties to fix it.


Any help would be appreicated.


Stephen Perry
 
Please visit the IIS experts in the IIS newsgroup:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

-----------------------------------------------------------------------------------------------


|I just re-installed XP profesional on my computer with IIS 5.1 and visual studio .net.
|
|
| When I right click on the default web-site in the IIS management console and select properties nothing
happens.
|
| When I try to open my project in VS I get the following error:
|
| Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication'
beyond application level. This error can be caused by a virtual directory not being configured as an
application in IIS.
|
| Source Error:
|
|
| Line 42: "Forms", "Passport" and "None"
| Line 43: -->
| Line 44: <authentication mode="Windows" />
|
|
| I think it has to do the to the permissions but I cannot see the properties to fix it.
|
|
| Any help would be appreicated.
|
|
| Stephen Perry
 
Back
Top