Hey,
web.conf configuration:
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.Code:<authentication mode="Forms"> <forms name="App" loginUrl="login.aspx" /> </authentication> <authorization> <deny users="?" /> </authorization>
How to enable to view this page without loging on?
Thanx




Reply With Quote