RE: Error while running a virtual site by using a mapped drive



Thanks for your quick reply Sriram,

For ASP.NET 1.1, all the other things I mentioned still fits your
scenario(and only IIS is supported for the host server).

One additional things we need to check for ASP.NET 1.1 is the code access
security. When you configure the IIS virtual directory to a mapped UNC
share, since the file is loaded from remote UNC, according to the .NET
CAS(code access security), it will be evaluated as Local Intranet zone
rather than Local computer. Thus, your ASP.NET application can not run with
trust level as "Full"(the default setting). To verify whether the problem
you encounter is CAS issue, you can temporarily turn off the .NET CAS by
using the following command(in vs 2003 command prompt)

caspol -s off


#Code Access Security Policy Tool (Caspol.exe)
http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfCodeAccessSecurity
PolicyUtilityCaspolexe.asp?frame=true

You can verify from the checklist in my last reply to see whether any of
them fit your scenario.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: Maintaining WS issues
    ... It may be a lot better in VS2008 and/or with WCF. ... dealing with some certain kind of projects in Visual Studio 2005. ... do you mean the IIS server? ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: MP Control Manager errors
    ... This is Lee and I am glad to meet you in the newsgroup. ... If the issue persists on the computer, this should be an issue with IIS, I ... Send me the MPMSI and MPSetup log file located in the SMS\logs folder. ... Microsoft Online Partner Support ...
    (microsoft.public.sms.admin)
  • Re: Removing a DP
    ... You may right-click the site and select Explore in the IIS console and see ... Microsoft Online Partner Support ... Business-Critical Phone Support provides you with technical phone ... Microsoft technology partners in the United States and Canada. ...
    (microsoft.public.sms.admin)
  • Re: WCF webservice over SSL and without
    ... I'm also familiar with how to setup a secure site in IIS. ... \par However, with this WCF webservice, if I hit the .svc file via IE using the ... \par I'm assuming there's some point of endpoint configuration I need to do. ... \par> Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Cannot resolve KDC error 11
    ... > Services (IIS) is not enabled for both Kerberos and NTLM authentication. ... > Regarding how to configure IIS to support both Kerberos and NTLM ...
    (microsoft.public.windows.server.sbs)