Re: remote file access in .net app
It turns out it had to do with IIS setting. The web server that did not
have access to the remote directory was running in IIS 5 isolation
mode. After making it run in IIS 6 native mode, it worked fine.
.
Relevant Pages
- RE: SCCM 2007 R2 & IIS7
... After further testing we have identified that IIS was dropping the HTTP ... request in favour of the HTTPS we have setup for Native Mode. ... The Certificate installed on the client sitting on the remote Forest\Domain ... (microsoft.public.sms.setup) - ISS 6.0 & Active Directory
... I'm wondering if IIS 6.0 stores the AD information? ... Win 2003 Active Directory in Native Mode. ... (microsoft.public.inetserver.iis.security) - RDS too slow in IIS 6.0 - Help please
... We migrate web application to IIS 6.0 from IIS 5.0. ... But code using RDS execute too slow with IIS 6.0 native mode. ... function jsrds(){ ... (microsoft.public.inetserver.iis) - Adjusting processModel settings
... While attempting to alter the processModel settings in my ... "When ASP.NET is running under IIS 6 in native mode, ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Jeez... how do I even start ????
... > When I would start IIS from the Administrative tools, ... > situation, with the same resolution as described in the msdn article, so ... A lot of these other posts also mentioned the ASPNET user. ... > the web server was running on this machine. ... (microsoft.public.dotnet.framework.aspnet) |
|