473,385 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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

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
Nov 18 '05 #1
3 1597
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 ~~~" <ti*********@abolishspam.now> wrote in message
news:eQ**************@tk2msftngp13.phx.gbl...
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

Nov 18 '05 #2
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:ul**************@TK2MSFTNGP15.phx.gbl...
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 ~~~" <ti*********@abolishspam.now> wrote in message
news:eQ**************@tk2msftngp13.phx.gbl...
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


Nov 18 '05 #3
About if ur application needs integrated Windows Auth?

"~~~ .NET Ed ~~~" <ti*********@abolishspam.now> wrote in message
news:#o**************@TK2MSFTNGP11.phx.gbl...
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:ul**************@TK2MSFTNGP15.phx.gbl...
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 ~~~" <ti*********@abolishspam.now> wrote in message
news:eQ**************@tk2msftngp13.phx.gbl...
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



Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Vince C. | last post by:
Hi. I've created a web application that requires authentication on all pages. One of my pages is an ASP script that runs in a modal web dialog. It has a form to upload a file. To prevent a new...
1
by: trapeze.jsg | last post by:
Hi. I am trying to get through to Microsoft MapPoint Services using ZSI for soap handling. I can generate the service classes and also the soap-requests generated by the service classes seem to...
4
by: Greg Burns | last post by:
I think I already know the answer to this, but I'll ask anyways. If I uncheck anonymous access and check Integrated Windows authentication (an intranet webapp), is there anyway to not have the...
2
by: thechaosengine | last post by:
Hi eveyone, If anyone could advise on the following I would be truly greatful: I have a fairly standard set up. An IIS 5.1 website set up with anonymous access allowed in all areas of the site...
2
by: Joergen Bech | last post by:
(trying again with a shorter message - hope anyone has any ideas)... Trying to get my aspx application to run on a remote server beyond my control (except ftp access). First time I access an...
3
by: KNC | last post by:
Hi all, I'm developing a website and deployed on webserver, it always display an authentication dialog that user must login with valid Windows user. Would anyone helps to instruct how to...
1
by: o0JoeCool0o | last post by:
I currently have forms authentication set up for my application, I have 2 different projects in the solution and I have one single login page residing in solution #1 My web.config is the same in...
1
by: Jahamos | last post by:
Background: I have copy and pasted an Excel flowchart into a Dreamweaver html page. I created a frame on the top of the page as a viewer. I created hotspot links over the flowchart items. Each...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.