all groups > iis security > march 2008 >
You're in the

iis security

group:

access issue



access issue Greg M
3/20/2008 9:04:02 AM
iis security: Last night, I updated an application running on IIS6 to use trusted logins.

If the user go to \\servername\app

all is fine and the app opens



If the user goes to the ip address of the server then the app
(i.e \\10.10.10.10\app), it prompts the user for a login (generic windows
username password box)

Any idea why this would happen?

Re: access issue Ken Schaefer
3/21/2008 2:44:42 PM
Hi,

\\servername\app is a UNC path. It is not a HTTP URI. IIS does not serve
requests based on UNC paths (that's the responsibility of the CIFS/SMB
server). IIS only serves requests that start with http://... (or ftp:// or
https://... etc)

Cheers
Ken

[quoted text, click to view]
Re: access issue Greg M
3/24/2008 5:45:00 AM
Thanks Ken. I probably was not clear in my question. I am a novice with IIS.

The url http://servername/appname works fine, but if I put in
http://serverip/appname, i get a pop up box for credentials. We user a round
robin DNS entry that uses the ip addresses of the server to "balance" the
load. Since the http://serverip/appname link asks for credentials, the DNS
entry does as well. All works fine if the user goes to
http://servername/appname

[quoted text, click to view]
Re: access issue Ken Schaefer
3/25/2008 11:06:04 AM
Sounds like you are running into this behaviour:
http://support.microsoft.com/?id=258063

The website requires authentication. In the case of http://servername your
application meets all the requirements for IE to attempt auto-logon. with
http://ip.address the site is in the "internet" security zone by default,
and IE does not attempt autologon.

Cheers
Ken


[quoted text, click to view]
AddThis Social Bookmark Button