Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <configuration>
- ...
- <system.web>
- ...
- <authentication mode="Forms">
- <forms loginUrl="Login.aspx"
- defaultUrl="Default.aspx" />
- </authentication>
- ...
- <authorization>
- <deny users="?"/>
- <allow users="*"/>
- </authorization>
- ...
- </system.web>
- ...
- </configuration>
Add Comment
Please, Sign In to add comment