Form Authentication

  • Thread starter Thread starter Rena
  • Start date Start date
R

Rena

Hi all,
What should i do if i need to have a customized form authentication?
I used authentication mode as form, and I disable anonymous access of the
web application in order to make it work.
It did work smooth on my local computer, however once other PC connect via
internet to the web application, the network password dialog prompt up.
what should I do to disable it but having form authentiaction work?

Thanks a lot.
Rena.
 
You need to enable anonymous access to the web application. Please refer to
the following Microsoft Link for step by step instructions on how to
implement Forms Authentication.
http://support.microsoft.com/default.aspx?scid=kb;en-us;308157
Hope this helps...
--
Gopal Rangaswamy
Microsoft Certified Solutions Developer
FMS, Inc.
<http://www.fmsinc.com/consulting>
<http://www.fmsinc.com/dotnet/SourceBook/>

--
Gopal Rangaswamy
Microsoft Certified Solutions Developer
FMS, Inc.
<http://www.fmsinc.com/consulting>
<http://www.fmsinc.com/dotnet/SourceBook/>
 
Back
Top