Authorization, Authentication in Web.config

G

Guest

Hi

I am trying to ensure that users can only enter my Web
service on a specific Login web page.

I've amended Web.config so that authorization and
authentication are as follows:

<authentication mode="Forms">
<forms name="logincookie"
loginUrl="/LoginForm.aspx"/>
</authentication>

and

<authorization>
<deny users="?"/>
</authorization>

Then I build the solution.

When I go into Internet Explorer I find that I can still
go into another web page instead of being directed to the
LoginForm web page.

Any ideas?

Thanks in advance.
..
 

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

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top