IIS/Windows Permissions/Rights
From: Paul J. Landry (PaulJLandry_at_discussions.microsoft.com)
Date: 06/23/05
- Next message: rgutter_at_bctf.ca: "Re: Ideas on deferring authentication?"
- Previous message: Pankaj: "Web Server Reverse Proxy Bug"
- Next in thread: Tom Kaminski [MVP]: "Re: IIS/Windows Permissions/Rights"
- Reply: Tom Kaminski [MVP]: "Re: IIS/Windows Permissions/Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 23 Jun 2005 12:15:02 -0700
HI Guys.
I hope you can help me out!
I've poseted a similar question on "inetserver.asp.general" a couple of days
ago, but I think I'm gonna have better luck here since it's more of a
security issue, than a programming issue...
Here's the scenario: 2 Windows 2000 servers and one workstation. (Let's
call them WebServer, FileServer and XPClient). All 3 computers are on the
same domain. Both Servers are DC's. (I've also tried with 1 DC and 1 Member
server)
I've written some asp pages for my Intranet that allows me to see basic
information aount user accounts. Included in that information is disk quota
data such as QuotaLimit, QuotaUsed, etc.
The web server (IIS5) is configured for "Integrated Windows Authentication"
which appears to be working perfectly. In every instance, I connect using an
Admin account. NTFS permissions on the web site make sure of that.
If IE on WebServer connects to WebServer, IIS properly connects to
\\FileServer\c$ and retrieves the quota information correctly.
If IE running on either XPClient or FileServer connects to WebServer, IIS
fails to retrieve the Quota Information for \\FileServer\c$. IIS returns an
"Access Denied" error to the "QuotaObject.Initialize \\FileServer\c$\, true"
statement
I attempted to make IWAM_WebServer a member of the Administrators and Domain
Admins global groups. No success
Since the page loads perfectly when I connect from the web server, this
indicates that the problem is not that the IIS server can't talk properly to
the file server. Rather it seems to indicate that the user account IIS uses
to retrieve the data is different if I'm using the server itself instead of a
client.
Any thoughts?
-Pauli
- Next message: rgutter_at_bctf.ca: "Re: Ideas on deferring authentication?"
- Previous message: Pankaj: "Web Server Reverse Proxy Bug"
- Next in thread: Tom Kaminski [MVP]: "Re: IIS/Windows Permissions/Rights"
- Reply: Tom Kaminski [MVP]: "Re: IIS/Windows Permissions/Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|