I have a folder in my .NET applications where I keep images...
My problem is that if I create a subfolder there ASP.NET application
restarts...
any way to exclude that folder from being watch by ASP.NET so I could do
there anything I want?
Thanks
George.
Any folder or content you place under the App_Data folder is excluded from
file change notification under ASP.NET.
-- Peter
To be a success, arm yourself with the tools you need and learn how to use
them.
Site: http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://ittyurl.net
> I have a folder in my .NET applications where I keep images...
> My problem is that if I create a subfolder there ASP.NET application
[quoted text clipped - 5 lines]
> Thanks
> George.
George Ter-Saakov - 28 Apr 2008 13:28 GMT
Nope, not true. Just tested it.
Created folder and rename it in APP_DATA
Session was immediately reset.
George.
> Any folder or content you place under the App_Data folder is excluded from
> file change notification under ASP.NET.
[quoted text clipped - 15 lines]
>> Thanks
>> George.