Virtual Directory in IIS 6.0 point to a remote network share probl
Virtual Directory in IIS 6.0 point to a remote network share probl
am 13.04.2008 00:36:00 von OutOfTouch
Hi,
I have a virtual directory in IIS 6 pointing to a network share using a
specified username/pwd to connect to the share. I can see that it connects
properly but I can not browse the web root folder I get an htto 500 error. I
am unsure of what is wrong or what to change. The actual website still uses
the local aspnet machine account to access the website which is different the
user name password used to access the unc share home directory. Any help is
much appreciated.
Thank You!
Re: Virtual Directory in IIS 6.0 point to a remote network share
am 14.04.2008 09:13:56 von David Wang
On Apr 12, 3:36=A0pm, OutOfTouch
wrote:
> Hi,
>
> I have a virtual directory in IIS 6 pointing to a network share using a
> specified username/pwd to connect to the share. I can see that it connects=
> properly but I can not browse the web root folder I get an htto 500 error.=
I
> am unsure of what is wrong or what to change. The actual website still use=
s
> the local aspnet machine account to access the website which is different =
the
> user name password used to access the unc share home directory. Any help i=
s
> much appreciated.
>
> Thank You!
http://www.microsoft.com/technet/prodtechnol/windowsserver20 03/technologies/=
webapp/iis/remstorg.mspx
If that does not resolve the issue, then please provide the actual
error response of the 500 error -- we need more info than "something
is wrong; I don't know what's wrong; help".
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Virtual Directory in IIS 6.0 point to a remote network share p
am 14.04.2008 15:50:01 von OutOfTouch
Hi David,
Thanks for the reply, how do I get the actual Error message?
Where is IIS log file located?
Thanks!
"David Wang" wrote:
> On Apr 12, 3:36 pm, OutOfTouch
> wrote:
> > Hi,
> >
> > I have a virtual directory in IIS 6 pointing to a network share using a
> > specified username/pwd to connect to the share. I can see that it connects
> > properly but I can not browse the web root folder I get an htto 500 error. I
> > am unsure of what is wrong or what to change. The actual website still uses
> > the local aspnet machine account to access the website which is different the
> > user name password used to access the unc share home directory. Any help is
> > much appreciated.
> >
> > Thank You!
>
>
> http://www.microsoft.com/technet/prodtechnol/windowsserver20 03/technologies/webapp/iis/remstorg.mspx
>
> If that does not resolve the issue, then please provide the actual
> error response of the 500 error -- we need more info than "something
> is wrong; I don't know what's wrong; help".
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
Re: Virtual Directory in IIS 6.0 point to a remote network share p
am 14.04.2008 16:06:02 von OutOfTouch
Here is what I see in the IIS log:
#Date: 2008-04-14 13:55:57
#Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2008-04-14 13:55:57 W3SVC1682814412 172.16.1.44 GET / - 80 - 172.16.1.44
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727) 500 16 1326
Other then that I don't get any real error messages in the logged in
application events or security events, I also have unchecked show friendly
error messages in IE and still don't see anything more.
Re: Virtual Directory in IIS 6.0 point to a remote network share p
am 14.04.2008 16:47:01 von OutOfTouch
OK got it solved, the account passwords were not correct when setup.
I still had to run caspole.exe to get the .net application run too.