This is driving me nuts
I installed IIS on my system...
Now whenever I try to open a local website on my system (say, http://localhost/testApp)
I get this error message
"This Virtual Directory does not allow contents to be listed. IIS .NET "
I created the testApp website in .NET...It is just a test application which has nothing on it except for a default blank page...I noticed that the page is called Default.aspx.
So I went to IIS manager. Right click on Websites, In the documents tab , I added "Default.aspx" and moved it to top
Now I get this error messgae when I try to open the website
Server Error in '/' Application.
Configuration Error
Description: An
error occurred during the processing of a configuration file required
to service this request. Please review the specific error details below
and modify your configuration file appropriately.
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 36: ASP.NET to identify an incoming user. Line 37: --> Line 38: <authentication mode="Windows"/> Line 39: <!-- Line 40: The <customErrors> section enables configuration
This is driving me nuts.....Some one plz help |