SunQuest
           IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old March 23rd, 2005, 11:34 PM
bobby11 bobby11 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 53 bobby11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 6 m 22 sec
Reputation Power: 5
Disable "Enter Network Password" for Web Site

Hello,

I'm trying to disable the "Enter Network Password" dialog when trying to access my website.

I'm on a Windows 2k Server, that has my website directory on a shared server.

When trying to goto my website...the "Enter Network Password" dialog prompts up with uses name, password, and domain.

How do I disable it so anyone who visits my website doesn't need to enter log-in information?

Thanks,
Bobby

Reply With Quote
  #2  
Old March 24th, 2005, 05:19 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
You need to enable anonymous authentication to your site. Make sure this is enabled in IIS and then make sure that the IUSR_computername account has the correct permissions on the web directory folder.
__________________
- Edwin -

The General Rules Thread | The General FAQ Thread

Reply With Quote
  #3  
Old March 25th, 2005, 01:24 PM
bobby11 bobby11 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 53 bobby11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 6 m 22 sec
Reputation Power: 5
Quote:
Originally Posted by edwinbrains
You need to enable anonymous authentication to your site. Make sure this is enabled in IIS and then make sure that the IUSR_computername account has the correct permissions on the web directory folder.



Hello,

Does it have to be IUSR_computername? How can I tell what the computername is? I don't know why but I'm having an extremely hard time resolving this issue.

I also read somewhere that you may need to enable the IUSR_computername to have "Log on Locally" rights?
Ahhhh

SO CONFUSING for me

Reply With Quote
  #4  
Old March 26th, 2005, 08:56 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
Quote:
Originally Posted by bobby11
Does it have to be IUSR_computername?


No, but if you use a different account you must give IIS the username and password of the different account to use.

Quote:
Originally Posted by bobby11
How can I tell what the computername is?


Open system from the control panel and select the computer name tab.

Quote:
Originally Posted by bobby11
I also read somewhere that you may need to enable the IUSR_computername to have "Log on Locally" rights?


I wasn't sure about this, but I just checked on two of my servers and the IUSR_computername account does have log on locally permissions.

Reply With Quote
  #5  
Old March 27th, 2005, 01:26 AM
bobby11 bobby11 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 53 bobby11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 6 m 22 sec
Reputation Power: 5
Hey thanks for the reply and help.

The "log on locally" rights I read was on a tutorial that was to allow certain ASP permissions to be executed to do a specific task. So I was wrong there, sorry about that.

I think my situation was to vague when I asked this question.

Basically, I'm on a Windows2k machine running IIS 5.0 that is acting as a web server for my website. The IIS setup uses a directory (for my web site) that's on a shared server on the network.

I found out my computername, and checked "anonymous access" part in IIS. The part I'm not sure about now is the permission setting on the actual physical directory thats hosted onto the network outside of my machine. That machine (the main network) also has a internet guest account with the same IUSR_compname as the one I have on the local machine.

When I connect to the main network, goto the website directory, add the "IUSR_compname" to the permissions it has a different path or domain. For example, the main network IUSR looks like MainNet\IUSR_compname, and the local machine (the one my IIS web server is runnin) uses Mysite\IUSR_compname--therefore they're not the same accounts.

Setup is sort of confusing , as you see why I still haven't gotten this to workout for me.

Do you have any idea what I'm talking about?

Thanks A LOT
Bobby

Reply With Quote
  #6  
Old March 27th, 2005, 04:34 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
I now see what your problem is. I think the way round this is to create identical accounts on both computers. Create an account with a certain username/password on one computer then create an identical account (same username/password) on the other computer. Make sure that this account has permissions to access the web folder on the one computer, and also make sure that this is the account being used as the guest account in IIS. I'm not completely sure about this, but I guess it'd work.

Reply With Quote
  #7  
Old March 27th, 2005, 06:24 AM
bobby11 bobby11 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 53 bobby11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 6 m 22 sec
Reputation Power: 5
Hi,

i researched more on my problem.

I think I already tried what you were trying to tell me to do.

The thing that confuses me is that the IUSR_computername being used on my IIS (web server) needing permission on the virtual web directory is NOT needed. --I think this because on the IIS setting -> Home Directory > "A share located on another computer" is checked >> Connect As [button]

Once clickong on the "connect as" button, it allows me to enter a username/pw to allow network directory security credentials --> I entered the administrator account user and pw correctly, therefore the anony account being used on IIS will act as the adminstrator (but with less features because you can check which ones tow allow in IIS).

The problem I think comes down to this.

Since it gives me a 401.1 error when trying to access my web site, that means its an unauthorized log-in (nothing dealin with permissions yet). So I'm figuring it has to do something with the username / pw OR perhaps the Admin/username I entered under "connect as" is wrong--I'll need to check with this later on the day.

Some questions I have:
Should I allow IIS to control password under Directory Security > edit?

Would the IIS metabase pw be causing my problem?

I also made sure that under User management, I set the IUSR_computername to the same password I set it under IIS. When doing this it still does not work.

Thanks Again,
Bobby

Reply With Quote
  #8  
Old March 27th, 2005, 12:45 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
I've moved this thread to the IIS forum where someone else may perhaps be able to help.

I don't think it'd make a difference whether or not you allow IIS to control the password. As long as the correct password is used (so you typed in the password of the admin account correctly) I can't see this making a difference.

I'm not really sure about the metabase issue either I'm afraid.

Reply With Quote
  #9  
Old March 27th, 2005, 02:47 PM
bobby11 bobby11 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 53 bobby11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 6 m 22 sec
Reputation Power: 5
Ok thanks ne way.


I started a new thread with a more specific question. I don't think anyone will click on this thread and want to read the whole thread to give me a response.

Do you think you can close this one as it does no good for anyone?

Thanks,
Bobby

Reply With Quote
  #10  
Old March 27th, 2005, 03:31 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
Thread closed as you requested.

Good luck with your problem.

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsSystem AdministrationIIS > Disable "Enter Network Password" for Web Site


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway