CreateDirectory/Delete permission
From: Paul (paul@abc.com)
Date: 09/21/02
- Next message: Alex Kro: "Re: property access after Dispose()"
- Previous message: Rad: "Re: allow specific page in form based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Paul" <paul@abc.com> Date: Sat, 21 Sep 2002 13:03:29 -0700
Hi,
In the Session_Start handler of my intranet application,
I create a new directory using Directory.CreateDirectory
() and in Session_End handler, I delete this directory
using Directory.Delete().
First, I had a problem with ASPNET not having permission
to create the directory. I used Integrated Windows
authentication so users don't have to explicitly log on.
I later turned on Impersonation and that allowed ASPNET
to create the directory.
But I'm still having a problem with deleting the
directory.
My questions are 1) What are the implications of tuning
on impersonation? 2) Would the network admin have to do
anything extra to support impersonation? and 3) What more
do I need to do to allow deletion?
Many thanks in advance,
Paul
- Next message: Alex Kro: "Re: property access after Dispose()"
- Previous message: Rad: "Re: allow specific page in form based authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|