<configuration>
<system.web>
<authentication mode="forms" />
<authorization>
<allow users="?" />
</authorization>
</system.web>
</configuration>
The above web.config allows all anonymous users to access any .aspx page in that folder.Loading