Allowing a help page before somebody logs in.

U

UJ

I have a login page that is specified in my web.config in the authentication
section. The code is:

<authentication mode="Forms">
<forms name="Login"
loginUrl="common/Login.aspx"
protection="All"
path="/"
timeout="30">
</forms>
</authentication>

I want to allow people access to a loginhelp page to explain how to log in.
I have tried putting the following code in web.config but whenever somebody
clicks on the link to the loginhelp page, it goes to the login page (I
assume because they haven't logged in yet.) The code I'm using for the
loginhelp page in web.config is:

<location path="LogonHelp.html">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>

Can anybody give me any insight as to what I'm doing wrong?

TIA - Jeffrey.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,085
Latest member
cryptooseoagencies

Latest Threads

Top