all groups > iis security > january 2007 >
You're in the

iis security

group:

Windows 2003 server and web sharing


Windows 2003 server and web sharing John
1/25/2007 11:47:19 PM
iis security:
I have a few questions about web sharing.

1. When you enable web sharing of a folder, what port does the user need to
access the shared folder remotely?

2. If I set the security up in IIS for that folder, will it change the local
intranet security for the local users?

3. In the web sharing setup, is it best to turn off the run scripts? (As
only files will be modified remotely. i.e. word/excel, power point etc.)

Thanks



Re: Windows 2003 server and web sharing Ken Schaefer
1/28/2007 7:34:51 PM
[quoted text, click to view]

By default, port 80 (HTTP). The folder is added as a virtual directory
underneath your default website.

[quoted text, click to view]

eh? IIS has settings for authentication types (e.g. Basic -vs- Digest -vs-
IWA). This merely sets the mechanism by which a user's credentials are
transferred to the server. Whether the user can access the pages still
depends on NTFS permissions. IIS has another set of settings that determines
whether content can be read or executed.

[quoted text, click to view]

the "scripts" permission allows ISAPI extensions to run (e.g. ASP, ASP.NET
pages). If you do not have any of those, then you do not need that
permissions on.

Cheers
Ken
AddThis Social Bookmark Button