473,385 Members | 1,863 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.

http authentication problem

hi, i've followed some threads in this newsgroup on getting user logon by using asp / asp.net, i've set IIS to not enable anonymous user access. However, whenever i'm trying to access the site, a user login form will pop up eventhough i'm already logged in to the domain. Is there a way i can disable the login to access the site? thanx
Nov 18 '05 #1
2 918
I assume that you are using Internet Explorer. IE will only "auto-logon" to
a machine if:
a) the machine is in the Intranet zone
-or-
b) the machine is in the Trusted Sites zone
-and-
c) you haven't changed the IE settings to disable autologon.

Check this KB article for the conditions when IE thinks is the Intranet
zone:

Internet Explorer May Prompt You for a Password
http://support.microsoft.com/?id=258063

-and-

Intranet Site Is Identified as an Internet Site When You Use an FQDN or IP
Address
http://support.microsoft.com/?id=303650

Otherwise, automatic sending of credentials is, potentially, a huge security
risk, as any site out there on the internet would be able to get your
username/password combination.

Cheers
Ken

"b3njo" <an*******@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
: hi, i've followed some threads in this newsgroup on getting user logon by
using asp / asp.net, i've set IIS to not enable anonymous user access.
However, whenever i'm trying to access the site, a user login form will pop
up eventhough i'm already logged in to the domain. Is there a way i can
disable the login to access the site? thanx
Nov 18 '05 #2
In the system.web section of Web.config, make sure you have
<identity impersonate="true"/>

Michael Earls

"b3njo" <an*******@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
hi, i've followed some threads in this newsgroup on getting user logon by

using asp / asp.net, i've set IIS to not enable anonymous user access.
However, whenever i'm trying to access the site, a user login form will pop
up eventhough i'm already logged in to the domain. Is there a way i can
disable the login to access the site? thanx
Nov 18 '05 #3

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

Similar topics

5
by: Sparkplug | last post by:
I have used the simple example of HTTP Authentication from the PHP website as follows: <?php if (!isset($_SERVER)) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
3
by: John Reese | last post by:
Hello there. I've run into some missing functionality with HTTP Digest authentication in the 2.3 library and I was wondering if I'm just missing something. Missing functionality the first:...
1
by: Newbie | last post by:
I have set up an ASP script (with some help from microsoft.public.inetserver.asp.general!) that grabs the windows username of the user and puts it into an Access database. It is setup on IIS5 as a...
4
by: Paul M | last post by:
hi there, i've got a website i created, that i've put onto my test server on the web. I have a login page, that when the user comes to it, it first pops up a windows authentication dialog box,...
3
by: Niranjan Roy | last post by:
When trying to create Web application project from inside my Visual Studio.Net, I am getting the following error: --------------------------- Microsoft Development Environment ...
1
by: Tony Stephens | last post by:
Hi, I've created a small forms based application in c# to test a vendor's product and the web service interface that it exposes. We have deployed two instances of the vendor product one which...
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...
2
by: Frank Swarbrick | last post by:
I am trying to understand "client authentication" works. My environment is DB2/UDB LUW 8.2 on zSeries SLES9 as the database server and DB2 for VSE 7.4 as the client. We currently have DB2/LUW set...
10
by: Anton | last post by:
Hi, when accessing a secured 3rd party webservice i'm getting a 401 HTTP Statuscode (unauthorized). When entering the url in a browser and entering the username and password manually, the wsdl is...
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...

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.