Any way to exclude folder from watching by ASP.NET
2 views
Skip to first unread message
George Ter-Saakov
unread,
Apr 25, 2008, 3:47:59 PM4/25/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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?
George.
George Ter-Saakov
unread,
Apr 25, 2008, 3:48:06 PM4/25/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Thanks George.
Peter Bromberg [C# MVP]
unread,
Apr 26, 2008, 1:37:00 PM4/26/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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.