The following code will allow users to access the web server, only access to login.aspx
protection = "all" pat = "/" />
authentication>
authorization>
But this will generate a problem, that is, if some of my site has some information, any user can be accessed casually, if it is inappropriate according to the above processing method, the following code can implement anonymous user access Test.asp page:
authorization>
location>