Moved to new server, I_USR not showing
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Server Security > Moved to new server, I_USR not showing




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Moved to new server, I_USR not showing  
Joey Martin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-15-06 10:54 PM

I moved web server (from Server 2003 Standard to Server 2003 Web
Edition).

I noticed that permissions hasve changed some under IIS. My asp page
uses FileSystemObject to write file. My old server, this worked fine.

I have verified that WRITE permission is enabled under IIS. But, Under
PERMISSIONS, I noticed that I_USR is missing. When I add it, my WRITE
command works. On my old server, the I_USR shows that it's inheriting
rights from the parent. What would be the parent directory under IIS? I
looked under Windows Explorer and the main directory does not have
I_USR. Ideas??



*** Sent via Developersdex http://www.codecomments.com ***





[ Post a follow-up to this message ]



    Re: Moved to new server, I_USR not showing  
David Wang [Msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-16-06 12:49 PM

http://blogs.msdn.com/david.wang/ar...Permission.aspx

Write permission in IIS has no bearing on FileSystemObject being able to
Write a file. As the blog describes, they are two separate concepts that
users frequently mix up.

So, all you did was enable WebDAV. Fortunately, WebDAV is disabled by
default in Web Service Extensions. Whew; IIS6's defense in depth just saved
you from your mistake.

As for "missing IUSR" -- IIS never gives NTFS WRITE permission to IUSR, so
you are basically asking why a custom configuration on your old server was
not present on the new server. I can only point at the man in the mirror for
this misconfiguration.

There are no ACL differences between Windows Server 2003 Standard and
Windows Server 2003 Web. It's the same IIS6 binaries. Any difference you
observe is either user-initiated or inherited from an upgrade.  Maybe your
Windows Server 2003 Standard server was an upgrade from NT4 or Windows
2000 -- upgrades will preserve old crusty ACLs. I always clean install and
then migrate sites for the best possible experience. IIS6 security settings
are different between Upgrade and Clean install, with Clean install the most
secure.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

"Joey Martin" <joey@kytechs.com> wrote in message
news:uuZ%23o4GSGHA.4792@TK2MSFTNGP14.phx.gbl...
>I moved web server (from Server 2003 Standard to Server 2003 Web
> Edition).
>
> I noticed that permissions hasve changed some under IIS. My asp page
> uses FileSystemObject to write file. My old server, this worked fine.
>
> I have verified that WRITE permission is enabled under IIS. But, Under
> PERMISSIONS, I noticed that I_USR is missing. When I add it, my WRITE
> command works. On my old server, the I_USR shows that it's inheriting
> rights from the parent. What would be the parent directory under IIS? I
> looked under Windows Explorer and the main directory does not have
> I_USR. Ideas??
>
>
>
> *** Sent via Developersdex http://www.codecomments.com ***







[ Post a follow-up to this message ]



    Re: Moved to new server, I_USR not showing  
joey@kytechs.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-16-06 10:52 PM

So, please help me out here please so I do this the right way. I have a
script where people can create a website test drive. It takes a folder
online, copies it to a new location with a new folder name, and then
writes a "custom" file with that users information into that new
directory. It now errors on creating the new file.

Where do I need to give WRITE permissions so that this can be done
on-the-fly? On my old server, each of these newly created folder had
WRITE access given to the IUSR account. It states the permission was
inherited from C:\, but I do not see it there. I cannot figure out
where it's inheriting it from.

On the new server, IUSR does not show under the SECURITY list, and
cannot write a file to this folder.

Thanks!






[ Post a follow-up to this message ]



    Re: Moved to new server, I_USR not showing  
David Wang [Msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-17-06 12:50 PM

Your question concerns Windows Security/NTFS ACL and not IIS - I recommend
you rephrase your question in those newsgroups (microsoft.public.security)
to get an understanding of what you are trying to do and then do it
yourself.

Unfortunately, I cannot help you do it the right way because:
1. I cannot take responsibility for how your custom provisioning code works
2. You are relying on custom ACL configuration not setup by IIS
3. You need to know what you are setting up

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

<joey@kytechs.com> wrote in message
news:1142537818.483069.198220@z34g2000cwc.googlegroups.com...
> So, please help me out here please so I do this the right way. I have a
> script where people can create a website test drive. It takes a folder
> online, copies it to a new location with a new folder name, and then
> writes a "custom" file with that users information into that new
> directory. It now errors on creating the new file.
>
> Where do I need to give WRITE permissions so that this can be done
> on-the-fly? On my old server, each of these newly created folder had
> WRITE access given to the IUSR account. It states the permission was
> inherited from C:\, but I do not see it there. I cannot figure out
> where it's inheriting it from.
>
> On the new server, IUSR does not show under the SECURITY list, and
> cannot write a file to this folder.
>
> Thanks!
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:00 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register