hello frendz..
Well, im a beginner in Asp.Net..
im using a win vista home premium & also installed IIS,Visual studio 05.
I created a new web site using a Location as HTTP. my prob is whenever i try to run the website, it gives me the error shown in the attachment.
when i save the web site on a specific location, it works fine..but when i save it on root directory, the same error occurs..
is it the problem with vista or what??? i have checked the web.config file..following is the code in web.config
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<compilation debug="true"/>
<authentication mode="Windows"/>
</system.web>
</configuration>
authentication mode is true, but then too its not workin..
please help me..
thanks