Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Using FireFox 1.0 on new ASP.NET projects brings up authentication dialog when there should be none

Reply
Thread Tools

Using FireFox 1.0 on new ASP.NET projects brings up authentication dialog when there should be none

 
 
~~~ .NET Ed ~~~
Guest
Posts: n/a
 
      11-15-2004
This is a strange problem and I wonder if anybody has experienced this
annoying anomaly.

I created a new ASP.NET project with its web-shared directory on my WinXP
Pro/IIS machine. I compile the project and everything is fine so far.

Accessing the default page with Internet Explorer 6.0 shows the page as
expected. I am however using FireFox as my browser (don't ask why). Using
FireFox 1.0 on the new ASP.NET project brings up an authentication dialog:

Please enter username and password for "" on
http://localhost/MyWebProject.

Now that is odd because the page in question (nor any of those within the
project) request user authentication.

However, I know that after some use (how much it depends) under some random
circumstances, the project works fine with both browsers.

I submitted a but to the FireFox team, but I am sure there is *something* in
the newly created web applications (default settings) that make the other
browser get confused. I want to know what that is because at the moment I am
investigating a rendering issue so I need to have the project operational
with both IE and FireFox.

Thanks
Emilio


 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      11-15-2004
Check IIS. Do you have "integrated auth" turned on? Dont think that FF
supports it, only IE.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"~~~ .NET Ed ~~~" <> wrote in message
news:...
> This is a strange problem and I wonder if anybody has experienced this
> annoying anomaly.
>
> I created a new ASP.NET project with its web-shared directory on my WinXP
> Pro/IIS machine. I compile the project and everything is fine so far.
>
> Accessing the default page with Internet Explorer 6.0 shows the page as
> expected. I am however using FireFox as my browser (don't ask why). Using
> FireFox 1.0 on the new ASP.NET project brings up an authentication dialog:
>
> Please enter username and password for "" on
> http://localhost/MyWebProject.
>
> Now that is odd because the page in question (nor any of those within the
> project) request user authentication.
>
> However, I know that after some use (how much it depends) under some
> random
> circumstances, the project works fine with both browsers.
>
> I submitted a but to the FireFox team, but I am sure there is *something*
> in
> the newly created web applications (default settings) that make the other
> browser get confused. I want to know what that is because at the moment I
> am
> investigating a rendering issue so I need to have the project operational
> with both IE and FireFox.
>
> Thanks
> Emilio
>
>



 
Reply With Quote
 
 
 
 
~~~ .NET Ed ~~~
Guest
Posts: n/a
 
      11-15-2004
Thanks a Million Curt! I had just noticed that I was getting these two
headers in the response (used dHTTP utility)

WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM

That did not affect IE, but caused FF to stumble to its knees. I checked the
local web share in question and indeed it had (seems to be the default)
Integrated Authentication option checked. I disabled and enabled anonymous
access and now it is fine.

Thanks!
Emilio

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> Check IIS. Do you have "integrated auth" turned on? Dont think that FF
> supports it, only IE.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "~~~ .NET Ed ~~~" <> wrote in message
> news:...
> > This is a strange problem and I wonder if anybody has experienced this
> > annoying anomaly.
> >
> > I created a new ASP.NET project with its web-shared directory on my

WinXP
> > Pro/IIS machine. I compile the project and everything is fine so far.
> >
> > Accessing the default page with Internet Explorer 6.0 shows the page as
> > expected. I am however using FireFox as my browser (don't ask why).

Using
> > FireFox 1.0 on the new ASP.NET project brings up an authentication

dialog:
> >
> > Please enter username and password for "" on
> > http://localhost/MyWebProject.
> >
> > Now that is odd because the page in question (nor any of those within

the
> > project) request user authentication.
> >
> > However, I know that after some use (how much it depends) under some
> > random
> > circumstances, the project works fine with both browsers.
> >
> > I submitted a but to the FireFox team, but I am sure there is

*something*
> > in
> > the newly created web applications (default settings) that make the

other
> > browser get confused. I want to know what that is because at the moment

I
> > am
> > investigating a rendering issue so I need to have the project

operational
> > with both IE and FireFox.
> >
> > Thanks
> > Emilio
> >
> >

>
>



 
Reply With Quote
 
Patrick.O.Ige
Guest
Posts: n/a
 
      11-16-2004
About if ur application needs integrated Windows Auth?

"~~~ .NET Ed ~~~" <> wrote in message
news:#o$...
> Thanks a Million Curt! I had just noticed that I was getting these two
> headers in the response (used dHTTP utility)
>
> WWW-Authenticate: Negotiate
> WWW-Authenticate: NTLM
>
> That did not affect IE, but caused FF to stumble to its knees. I checked

the
> local web share in question and indeed it had (seems to be the default)
> Integrated Authentication option checked. I disabled and enabled anonymous
> access and now it is fine.
>
> Thanks!
> Emilio
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:...
> > Check IIS. Do you have "integrated auth" turned on? Dont think that FF
> > supports it, only IE.
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "~~~ .NET Ed ~~~" <> wrote in message
> > news:...
> > > This is a strange problem and I wonder if anybody has experienced this
> > > annoying anomaly.
> > >
> > > I created a new ASP.NET project with its web-shared directory on my

> WinXP
> > > Pro/IIS machine. I compile the project and everything is fine so far.
> > >
> > > Accessing the default page with Internet Explorer 6.0 shows the page

as
> > > expected. I am however using FireFox as my browser (don't ask why).

> Using
> > > FireFox 1.0 on the new ASP.NET project brings up an authentication

> dialog:
> > >
> > > Please enter username and password for "" on
> > > http://localhost/MyWebProject.
> > >
> > > Now that is odd because the page in question (nor any of those within

> the
> > > project) request user authentication.
> > >
> > > However, I know that after some use (how much it depends) under some
> > > random
> > > circumstances, the project works fine with both browsers.
> > >
> > > I submitted a but to the FireFox team, but I am sure there is

> *something*
> > > in
> > > the newly created web applications (default settings) that make the

> other
> > > browser get confused. I want to know what that is because at the

moment
> I
> > > am
> > > investigating a rendering issue so I need to have the project

> operational
> > > with both IE and FireFox.
> > >
> > > Thanks
> > > Emilio
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGrid - BorderStyle="None" and BorderWidth="None" doesn't work for Firefox David Freeman ASP .Net 8 02-16-2011 11:03 AM
forms authentication brings up dialog Maximilian ASP .Net Security 0 11-01-2007 06:19 PM
Is there a built-in method for transforming (1,None,"Hello!") to 1,None,"Hello!"? Daniel Crespo Python 5 11-13-2005 12:52 PM
DataGrid - BorderStyle="None" and BorderWidth="None" doesn't work for Firefox David Freeman ASP .Net Web Controls 5 12-27-2004 05:27 AM
open an asmx file brings up a dialog for download Raju ASP .Net Web Services 1 08-04-2003 07:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57