Hi, I'm comletly new to iis and asp.net. I am trying to configure bugNET on a godaddy server. I created a virtual directory, and as soon as I tried to start the site, I get this 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.
here is the full detail of what i did.
hosting: godaddy created virtual directory (root child folder) - named: devbunk with these settings (anonymous access, directory browsing) is all i can do with iis on godaddy.
The error tells me that I need to turn the virtual directory into an application. godaddy doesn't let me do this ... how do i do this? By the way, I have an iis7 setup.
david source
share