Help: Web form based authentication configuration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed login.aspx for Web form based authentication, and configured
IIS and Web.config. It has been working until two days ago. I believe that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David
 
David what do u mean by:-
but can not get response from server
Are u getting error etc..elaborate
Patrick
 
try checking your
web.config and make sure you have
<authentication mode="Forms">

Also go to IIS > your virtual dir > properties and see the Authenticaton
settings..

Patrick

Is it crashing when logging in??
 
No error message.

It should return an error message when access denial as before.

David
 
IIS is set anonymous.

web.config is set Form as you indicated.

Before stopping wrok, the source for security is not changed.



David
 
when does it crash
and whats the error?
Patrick
david said:
IIS is set anonymous.

web.config is set Form as you indicated.

Before stopping wrok, the source for security is not changed.



David
 

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

Back
Top