Re: I am stucked: Working on a network mapped drive via Web Service
- From: "Dmytro Lapshyn [MVP]" <x-code@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Oct 2005 14:20:17 +0300
Hi,
Either run the corresponding ASP .NET application in a dedicated application pool running under a user account with sufficient permissions to access the mapped network drive,
Or
Log in as such a user and impersonate for the time necessary to access the mapped network drive. In this case, you'll need to grant elevated priveleges to the ASPNET account ("Act as part of the operating system" if I'm not mistaken).
-- Sincerely, Dmytro Lapshyn [Visual Developer - Visual C# MVP]
"Nirosh" <test@xxxxxxx> wrote in message news:uKA6e1gzFHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
Hi All,
Can any one suggest me a best way to do this ..
I have a thrid party tool "EXE" that we need to use with our web service to
manipulate some complex XML files, which reside in a seperate files server.
we have mapped the fodler to a different folder and need to allow the EXE to
process on the mapped drive. When I trigger the EXE via web service the EXE
get the permission of the launching user (mean ASP.NET user) resulting a
permission issue. Mapped drive cannot access by the IIS (web application)
user.
I am keeping this open .. please advice me the best approach I can take here
to do this assuming that I cannot change the EXE or the mapped drive
requirements.
Thanks, Regards, Nirosh.
.
- References:
- Prev by Date: Re: Writing from database to file
- Next by Date: ReadLine and WriteLine
- Previous by thread: I am stucked: Working on a network mapped drive via Web Service
- Next by thread: Re: I am stucked: Working on a network mapped drive via Web Service
- Index(es):
Relevant Pages
|