473,794 Members | 3,056 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1614
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*********@ab olishspam.now> wrote in message
news:eQ******** ******@tk2msftn gp13.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_da rkfalz.com> wrote in message
news:ul******** ******@TK2MSFTN GP15.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*********@ab olishspam.now> wrote in message
news:eQ******** ******@tk2msftn gp13.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*********@ab olishspam.now> wrote in message
news:#o******** ******@TK2MSFTN GP11.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_da rkfalz.com> wrote in message
news:ul******** ******@TK2MSFTN GP15.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*********@ab olishspam.now> wrote in message
news:eQ******** ******@tk2msftn gp13.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
1961
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 window from being spawned I've put an IFRAME as the target of the form submission: <form action="Image.asp" method="post" enctype="multipart/form-data" target="Results"> ...
1
3293
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 be OK. The problem I am facing is that I can't seem to authenticate myself. I have made a small change to ZSI.client so that when I get a "401 Unauthorized" response from the remote server I build up a nice authorization request:
4
1292
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 password dialog box appear with Mozilla Firefox? Greg
2
1790
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 but a secure subdirectory called /secure/ I am using windows forms authentication and this is configured in my web.config file.
2
1789
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 aspx page, I get a Windows logon dialog. If I click cancel, I get an "access denied" error when the app tries to access a file located in the same folder as the aspx page, but if I then press F5, everything works fine.
3
1566
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 prohibit this dialog? Some information provides for you: 1) Dev softs: - VS 2005, ASP.NET 2.0, SQL Server 2005 Enterprise edition 2) Server:
1
2405
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 both projects and works fine in IE you can login the one page and the authentication works when your try redirect to any page in either project. However in firefox if I login in project1 and then try to load a page from project 2 I get booted to...
1
3337
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 hotspot link should open a new anchor link in the top frame which references a different webpage. Problem: It works fine in Firefox. When clicking on the hotspots I get the appropriate html page anchor link to reference my html page and it correctly...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10435
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10213
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9037
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6779
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.