Hey,

web.conf configuration:

Code:
 <authentication mode="Forms"> 
    <forms name="App" loginUrl="login.aspx" />
    </authentication>

<authorization>
        <deny users="?" />
    </authorization>
There are link to register.aspx in login.aspx page. This link isn't workingm becourse user isn't loged on, so register.aspx is protected by server.

How to enable to view this page without loging on?

Thanx