Error with ASPNET_WP.EXE creating temporary asp.net folder

From: GolferAGW (golferagw@yahoo.com)
Date: 01/28/03


From: golferagw@yahoo.com (GolferAGW)
Date: 28 Jan 2003 07:54:32 -0800


All, I've been scouring Google for the answer to this problem. I'm
trying to run a web service, here's the setup.

I have the files on a network share, and have created a virtual
directory pointing to that share.

When the aspnet_wp.exe process tries to create a folder under the
Temporary ASP.NET files path it gives an access denied error.

Here are steps I have taken:

-Given ASPNET account full access to C: drive
-Given EVERYONE full access to C: drive
-Run FILEMON - here is the exact error given (with folder name
deleted):

821 7:50:15 AM aspnet_wp.exe:3376 IRP_MJ_CREATE C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\[xxxxxxxx] ACCESS DENIED Attributes: N Options: Create
Directory

Thus I can plainly see that the worker process is being denied access
to create this folder.

OK, here it gets really fun. If I put the files on the local machine,
in c:\inetpub\wwwroot - and try and run the web service, everything
works fine. So, what's happening with the ASPNET_WP.EXE process when
I'm trying to run my web service from a network share?

Thanks.



Relevant Pages

  • RE: Asynchronous Web Service Method Failure
    ... >When a session begins, I create a folder for that session in a virtual ... To open a stream, I use ... >the URL of the file is returned by the web service method. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Asynchronous Web Service Method Failure
    ... When a session begins, I create a folder for that session in a virtual ... When the user requests a report, sometimes a stream is opened to load some ... the URL of the file is returned by the web service method. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: WS Works Locally but not on Web Server
    ... where page.aspx is in the subfolder. ... The web Service is in essence its own stand-alone ... > would you want to have it in a sub folder below a particular project. ... Both Interface and WebService are in the same folder, well, the WS ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Big-Picture Question (Web Services, RegNow)
    ... When you use the VS2005 website model, you can publish your web service ... with total control on the DLL. ... The compilation model is exactly the same as ... the DLLs must be placed in the "bin" folder under the root of ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Upgraded Web Service from VS2003 to VS2005 and all Hell breaks loose!
    ... So the DLL for a Web Service is now called App_Code.dll? ... When I compile in batch from Visual Build Pro, ... ASPNETCOMPILER: error ASPRUNTIME: The precompilation target directory ... structure the project so that the project folder is the same folder mapped ...
    (microsoft.public.dotnet.framework.webservices)