|
Related Topics:
| Security - I am trying to publish to a Windows XP machine from another Windows XP machine I have setup on a small home network. When I try to publish to the web server machine it is asking me for a password for the Guest and I cannot..
NEED HELP WITH XP IIS SECURITY - I've just installed Windows XP Pro on my PC. I used to run Windows 2000 Pro on my machine and I was able to configure who could have access to certain files in IIS and who couldn't by right clicking the file in Windows Explorer go to and then..
Security - Is there anyway to track who setup the security on a website or web folder and what are the changes made and at what time? We use IIS 6.0. There are local user groups created for each security category (role) on a website. How can see when a
security how to - Hi all, Can anyone point me to a tutorial on making IIS secure, bearing in mind I'm a newbie at server stuff ? I'm wanting to host my own site. I know a lot about ASP, HTML etc but zip about servers. Darren
ASP.NET Security - Hi I am wondering how to prevent IIS getting access to other folders for access using ASP.NET In case I want to give a write access to a for a user so they can write in their own web space, other users can get into it and write there..
|
|
|
Next: IIS: IIS Log Files
|
| Author |
Message |
External

Since: May 18, 2006 Posts: 12
|
(Msg. 1) Posted: Thu Oct 18, 2007 3:08 pm
Post subject: UNC Security Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
When adding a UNC virtual to IIS 6.0. Does the user account that does the
connection need to be part of a service account to work through IIS? I'm
running to standalone servers and server A is the web and Server B is the
resource server. Server B is sharing the drive for a particular user as
setup on Server B. I add the resource to IIS with the U/P and can view
through IIS Manager, but, when trying to access throug the web, I'm not able
to access the resources. >> Stay informed about: UNC Security |
|
| Back to top |
|
 |  |
External

Since: Nov 01, 2007 Posts: 309
|
(Msg. 2) Posted: Fri Oct 19, 2007 2:43 am
Post subject: Re: UNC Security [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Oct 18, 12:08 pm, "Kevin A" <kev....DeleteThis@cqlcorp.com> wrote:
> When adding a UNC virtual to IIS 6.0. Does the user account that does the
> connection need to be part of a service account to work through IIS? I'm
> running to standalone servers and server A is the web and Server B is the
> resource server. Server B is sharing the drive for a particular user as
> setup on Server B. I add the resource to IIS with the U/P and can view
> through IIS Manager, but, when trying to access throug the web, I'm not able
> to access the resources.
It all depends on configuration.
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technol...es/weba
If you use the \\server\share syntax for the UNC directory in IIS, it
should work. If you map the \\server\share to a drive letter and use
the drive letter, it won't work because the drive letter mapping is
specific to the user, not entire server. IIS runs code as a different
user for security purposes, so it will never see your drive letter
mapping.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
// >> Stay informed about: UNC Security |
|
| Back to top |
|
 |  |
External

Since: May 18, 2006 Posts: 12
|
(Msg. 3) Posted: Fri Oct 19, 2007 9:59 am
Post subject: Re: UNC Security [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hmm, thanks and I read through the document, but I'm running into problems.
I've put the user account on both the file server and the web server, and,
when I create the virtual in IIS, I can see the files, but when I try to get
them through the browser, I get a 500 error. I've tried turning off
integrated and setting to only basic authentication, but I'm missing
something...
Any ideas?
"David Wang" <w3.4you.DeleteThis@gmail.com> wrote in message
news:1192761817.767603.312530@i13g2000prf.googlegroups.com...
> On Oct 18, 12:08 pm, "Kevin A" <kev....DeleteThis@cqlcorp.com> wrote:
>> When adding a UNC virtual to IIS 6.0. Does the user account that does
>> the
>> connection need to be part of a service account to work through IIS? I'm
>> running to standalone servers and server A is the web and Server B is the
>> resource server. Server B is sharing the drive for a particular user as
>> setup on Server B. I add the resource to IIS with the U/P and can view
>> through IIS Manager, but, when trying to access throug the web, I'm not
>> able
>> to access the resources.
>
>
> It all depends on configuration.
>
> http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technol...es/weba
>
> If you use the \\server\share syntax for the UNC directory in IIS, it
> should work. If you map the \\server\share to a drive letter and use
> the drive letter, it won't work because the drive letter mapping is
> specific to the user, not entire server. IIS runs code as a different
> user for security purposes, so it will never see your drive letter
> mapping.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
> >> Stay informed about: UNC Security |
|
| Back to top |
|
 |  |
External

Since: May 18, 2006 Posts: 12
|
(Msg. 4) Posted: Fri Oct 19, 2007 10:51 am
Post subject: Re: UNC Security [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Actually, I figured it out. The first dialogue box that pops up about
security, when setting up a virtual, through me.
Thanks.
"David Wang" <w3.4you DeleteThis @gmail.com> wrote in message
news:1192761817.767603.312530@i13g2000prf.googlegroups.com...
> On Oct 18, 12:08 pm, "Kevin A" <kev... DeleteThis @cqlcorp.com> wrote:
>> When adding a UNC virtual to IIS 6.0. Does the user account that does
>> the
>> connection need to be part of a service account to work through IIS? I'm
>> running to standalone servers and server A is the web and Server B is the
>> resource server. Server B is sharing the drive for a particular user as
>> setup on Server B. I add the resource to IIS with the U/P and can view
>> through IIS Manager, but, when trying to access throug the web, I'm not
>> able
>> to access the resources.
>
>
> It all depends on configuration.
>
> http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technol...es/weba
>
> If you use the \\server\share syntax for the UNC directory in IIS, it
> should work. If you map the \\server\share to a drive letter and use
> the drive letter, it won't work because the drive letter mapping is
> specific to the user, not entire server. IIS runs code as a different
> user for security purposes, so it will never see your drive letter
> mapping.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
> >> Stay informed about: UNC Security |
|
| Back to top |
|
 |  |
|