Intergrated windows authentication" has been selected.
You want this deselected otherwise you will be prompted for a username/password.
Main Topics
Browse All TopicsHello Guys,
I have one IIS servers which hosting different ASP application. My question is while connecting the application by specifying IP address or server name it asking me to enter login credentials. like http://10.20.1.40/bmis , once click browse , login window is popping up. I dont want this window while accessing any application. If i specify "localhost" inplace of server name or IP it wont show me the popping window. I have checked the directory security tab on the root of the directory " anonymous authentication" has select & in all virtual directory " Intergrated windows authentication" has been selected.
MY question how I can disable this loggin window, i dont want this window popping up while accessing application from this server.
Thanks,
Biplab
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
nope, I have checked anonymous a/c have only write-deny permission, rest of the permission are not enabled. only write-deny permission has checked. on root of the website directory , like in " Default web site" anonymous option is enabled. but in subdirectory which are created under " Default web site" anonymous option is disabled & integrated windows authentication is selected.
If Windows Authentication is enabled this is a browser issue and working by design.
When a user attempts to access a non-anonymous web page IIS sends a header response to the browser saying that authentication is required. In this case NTLM. The browser then determines if it can use the current logged in credentials or has to ask the user.
If the domain of the website matches the domain of the client computer IE will assume the user is in the 'Local Intranet' and send credentials automatically without a prompt. Otherwise you have to add the website to the 'Trusted Sites' list and configure the option to 'Automatically use Windows login' to access the site.
If you use localhost the browser knows it's the 'Local Intranet' and will reuse the credentials.
This has nothing to do with folder permissions.
Hi,
Do the following steps and you will not face this issue:
1. Create user on server.
2. Apply this user permission (Read, write and modify) on website directory.
3. In IIS right click on website properties -> Click on Directory Security Tab -> Click on edit -> Click on Enable Anonymous Access -> Enter the username and password (which you have recently created) -> It will again ask for password -> Enter it again -> Click on Ok -> Ok.
Now the website will not ask for username and password.
Business Accounts
Answer for Membership
by: biplabmukherjeePosted on 2009-11-04 at 17:04:35ID: 25745881
GYS can have quick update about this issue. Since it has been long time I dint get any update. Its an urgent issue please do reply asap.
Thanks