Hello,
I am using the following web.config file and it is working great when I use
an IE browser. If I call the page in Mozilla FireFox 1.06 however I get a
password challenge box as if I had mode="Windows". The challenge box
states:
Enter username and password for "" at http://localhost
The box then displays the input fields.
User Name: [username box]
Password: [password box]
Does anyone know what would cause this? I have IIS 5.0 with a virtual
directory set up for the application. I also have allow Anonymous access
checked as well as Allow IIS to control password. The ID that is in the
User name: is the machine user: IUSR_ then my machine name. Nothing else on
this directory security tab is checked.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation defaultLanguage="c#" debug="true" />
<customErrors mode="Off" defaultRedirect="error.aspx" />
<authentication mode="Forms">
<forms name="RAFTAdminLogin" path="/"
loginUrl="login.aspx" protection="All" timeout="60">
<credentials passwordFormat="Clear">
<user name="SomeID"
password="SomePassword" />
</credentials>
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>
<trace enabled="false" requestLimit="100" pageOutput="true"
traceMode="SortByTime" localOnly="true" />
<sessionState mode="InProc" cookieless="true" timeout="200"
/>
<globalization requestEncoding="utf-8"
responseEncoding="utf-8" />
</system.web>
<location path="Admin">
<system.web>
<authorization>
<deny users="*" />
<allow users="SomeID" />
</authorization>
</system.web>
</location>
</configuration>
*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a
href="http://us.ard.yahoo.com/SIG=12hk7mlbg/M=362335.6886445.7839731.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1124900947/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In
low income neighborhoods, 84% do not own computers. At Network for Good, help
bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/