473,382 Members | 1,386 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,382 software developers and data experts.

Only Firefox asks for authentication

Hi guys,

I've turned my anonymous logon off in IIS in myDefaultWebsite->mySite-
>Properties->Directory Security->Edit. and I have turned Integrated
Windows Security on. However only Firefox asks for the
authentication(windows userid & password) when I try to access the
page. Why is this ?

Thanks,

Mar 29 '07 #1
3 4438
On Mar 29, 8:39 am, "Zeba" <coolz...@gmail.comwrote:
Hi guys,

I've turned my anonymous logon off in IIS in myDefaultWebsite->mySite->Properties->Directory Security->Edit. and I have turned Integrated

Windows Security on. However only Firefox asks for the
authentication(windows userid & password) when I try to access the
page. Why is this ?

Thanks,
You should configure FF to skip the login window.

In the FF address bar type

about:config

Find the network.automatic-ntlm-auth.trusted-uris key and set that
key's value to a name of your server (e.g. www.intranet.com)

If you have more than one server you want NTLM auth for, separate
names with a comma...

Mar 29 '07 #2

Internet Explorer on localhost will by default automatically authenticate
using passthrough authentication - it's transparent behind the scenes. This
is configurable in the IE Advanced options however and you can force IE to
explicitly prompt for user name and password instead of authenticating with
your default credentials.

If in doubt you can always check for your true login status with:

<%= this.Page.User.Identity.Name %and it should show you the authenticated
user if you are logged in (or empty if not).

+++ Rick ---

--

Rick Strahl
West Wind Technologies
www.west-wind.com/weblog
"Zeba" <co******@gmail.comwrote in message
news:11*********************@o5g2000hsb.googlegrou ps.com...
Hi guys,

I've turned my anonymous logon off in IIS in myDefaultWebsite->mySite-
>>Properties->Directory Security->Edit. and I have turned Integrated
Windows Security on. However only Firefox asks for the
authentication(windows userid & password) when I try to access the
page. Why is this ?

Thanks,
Mar 29 '07 #3
On Mar 29, 11:21 am, "Rick Strahl [MVP]" <rickstr...@hotmail.com>
wrote:
Internet Explorer on localhost will by default automatically authenticate
Rick, the OP asking about FireFox

Mar 29 '07 #4

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

Similar topics

9
by: viki | last post by:
Hi, I got stuck with this for more than a week. I developed a asp.net project in my local machine and deployed using websetup project. The problem is only the admin users can view the page,...
3
by: ~~~ .NET Ed ~~~ | last post by:
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...
6
by: Anita | last post by:
I have problem opening my existing projects or newly created project. It asks me for user name and password and if I provide then it allows me to open but when I debug either it gives error message...
2
by: Buddy Ackerman | last post by:
If my web site is setup for NTLM authentication and the user is using IE the context.user.identity.name property is the domain user that is currently logged into the local client workstation. Wehen...
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...
2
by: o0JoeCool0o | last post by:
Has anyone else tried this? I have been messing with this for a week and cant figure it out, for some reason firefox will not read an authentication cookie unless it was set by the applciation...
7
by: Carlos Mendonça | last post by:
Has anyone managed to get ClickOnce to work with Firefox? It seems to me that it still has the same issues VS 2K5 had. I appreciate any comments or tips.
7
jrs85
by: jrs85 | last post by:
hi.. currently im developing system by VB.net with ASPX. i got this problem which to build solution / run from development PC (- under Administrator account.) is running just find. But since last...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

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.