So how can i give the access right to my application folder in windows 7.
Following code of web.config file.
<authentication mode="Forms">
<forms defaultUrl="Default.aspx" loginUrl="Login.aspx" requireSSL="false" cookieless="UseCookies" timeout="30">
forms>
authentication>
<authorization>
<allow users="*" />
authorization>
Amit ChoudharyPosted Apr 1, 2010, 4:30 AM
It will be good if you post the snap shot of the error you are getting...so i can help you.. cause info you have posted is ok nothing wrong with it..