From my experience both Create and Remove will restart .NET application.
My guess would be if you mark parent directory as read only and not
executable in "IIS Managment console" then ASP.NET might not "watch" it and
it's subfolders. And let you do anything you want there
You have to test though.
George.
use the app_data folder as the parent, or folders outside the website.
-- bruce (sqlwork.com)
> From my experience both Create and Remove will restart .NET application.
> My guess would be if you mark parent directory as read only and not
[quoted text clipped - 13 lines]
> > something like this.
> > Any way how I should remove without this problem?
SushiSean - 14 Dec 2007 17:36 GMT
Thank you, but can you told my why link like this
http://localhost:53702/homesite/App_data/1.txt
doesn't work? I need put some images there and have dirrect http link on
this, but I get "HTTP Error 403 - Forbidden". How make it work?
> use the app_data folder as the parent, or folders outside the website.
>
[quoted text clipped - 17 lines]
> > > something like this.
> > > Any way how I should remove without this problem?
SushiSean - 15 Dec 2007 00:01 GMT
Access to the path 'C:\work\testsite\App_Data\upload\newdir3' is denied.
Why it still happends??
> use the app_data folder as the parent, or folders outside the website.
>
[quoted text clipped - 17 lines]
> > > something like this.
> > > Any way how I should remove without this problem?