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

Reply
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 27th, 2005, 02:46 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
Enabling Anonymous Authentic Access on IIS5.0 Win2K

Hello,

I'm on a local machine that is running IIS as a webserver for my web site. The IIS config uses a "Shared on another computer" setting that defines the path of my website thats located onto the main Network machine.

I entered the network directory credentials correctly and set both user manager and IIS pw's correctly for the IUSR_computername (Internet Guest Account).

I also enabled Anonymous Access in the "Directory Security" tab under the properties of my website in IIS.

Although I finished the following config, I assumed I can get my web site working with Anonymous Authentication. But yet I'm still receiving the 401.1: Unauthorized: Logoin Failed.

What can still be causing this problem for me?
When I check the "Intergrated Windows Authentication" under Directory Tab, I receive the "Enter Network Password" prompt dialog, if unchecked then I don't.

I'm figuring it has to do something with the IIS metabase password not matching the user manager pw? (I tried both checking IIS to control pw, and not to control pw).

Any feedback and suggestions will be appreciated greatly.

Thanks,
Bobby

Reply With Quote
  #2  
Old March 27th, 2005, 10:45 PM
Doug G Doug G is online now
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,713 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 1 m 54 sec
Reputation Power: 688
If it helps, in W2K the user account used by IIS for anonymous web users is usually a local account on the web server computer, therefore the account will have no access at all to folders or files on a 2nd computer.

Often the cure is to "clone" the IIS user account on the 2nd computer.

Also, Integrated Authentication won't work with non-IE browsers afaik.
__________________
======
Doug G
======
"Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton

Reply With Quote
  #3  
Old March 28th, 2005, 06:16 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 Doug G
If it helps, in W2K the user account used by IIS for anonymous web users is usually a local account on the web server computer, therefore the account will have no access at all to folders or files on a 2nd computer.

Often the cure is to "clone" the IIS user account on the 2nd computer.

Also, Integrated Authentication won't work with non-IE browsers afaik.


Hey,

I think I tried doing this. What do you exactly mean by "clone" the IIS user account on the 2nd computer?

Do you mean by this:
On the web server in IIS, the Anonymous user account is "IUSR_fakecompname" and the 2nd computer is "IUSR_fakecompname" --both with same pw and permission settings.

--The thing is when trying to do this, it'll create the same computer names but with different domains?

For example when I tried doing this the result was:
IUSR_fakecompname = web server IIS account.
MAINNET\IUSR_fakecompname = 2nd computer.
-----

Would these still be considered identicle and "cloned"?

Thanks,
Bobby

Reply With Quote
  #4  
Old March 28th, 2005, 09:51 PM
Doug G Doug G is online now
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,713 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 1 m 54 sec
Reputation Power: 688
Go into the users mmc on the 2nd computer and create a local user with an identical useraname and password as the user account used by IIS on the web server.

Reply With Quote
  #5  
Old June 7th, 2005, 05:01 PM
smooth1 smooth1 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 15 smooth1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 3 m 48 sec
Reputation Power: 0
Cloning Username/Passwd doesn't work for me

Quote:
Originally Posted by Doug G
Go into the users mmc on the 2nd computer and create a local user with an identical useraname and password as the user account used by IIS on the web server.



Hi there, I'm having the same problem as him though. Here's the thing our intranet is hosted on an IIS6 server and most of the contents are in a remote server. The original setup is that the 2nd server is running on Linux via Samba. It was working fine until we have to upgrade the 2nd server's hardware and convert it to Windows 2003 Server.
So I created a VD pointing to \\newserver2\marketing. For anonymous authentication I had a domain user "intrauser" to Connect As to \\newserver2\marketing with RW permissions on that shared directory. After I set it up, I can access that directory from a browser manually (with directory browsing enabled for testing purposes), e.g. http://server2/marketing/ - no problem. Problem is the marketing page is not a plain html page, it's main.asp, the server address/name is hard coded. So I had the developer change a line in the code pointing from \\oldserver to \\newserver2. Here's where it gets ugly: when a user tries to access that site http://iisserver/marketing (where he should actually get http://iisserver/marketing/main.asp) it displays an error message, meaning asp didn't run or it ran but encountered some error and it terminated. The developer said that it has something to do with authenticating to newserver2.

I tried cloning IUSR_IISSERVER local user in the 2nd server but it's not working. I tried everything I can think of. I even tried Connect As as Administrator (local and domain), but it's still not working. Help!

I really need some assistance. Thanks guys in advanced.

Reply With Quote
  #6  
Old June 7th, 2005, 11:40 PM
Doug G Doug G is online now
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,713 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 1 m 54 sec
Reputation Power: 688
What's the actual error?

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Enabling Anonymous Authentic Access on IIS5.0 Win2K


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 4 hosted by Hostway