M
mr t
I have a website set up this way...
http://localhost <- project root.
http://localhost/Files <- vir dir (not application. just vir dir) with
write permissions.
1. Start VS.NET 2005 debugging. (must be vs.net 2005, not 2003)
2. Using code, System.IO.Directory.CreateDirectory a sub dir inside /
Files, something like, /Files/Images
3. Stop debugging.
4. Start debugging again, and do System.IO.Directory.Delete on the dir
you created. /Files/Images. No exception is thrown.
RESULT on my WIN XP Pro, IIS 5, .NET FWK 2.0:
The directory does not delete. it becomes inaccessible.
5. Now, stop debugging. still the dir is there but inaccessible.
6. Now, close VS.NET 2005. Now the directory is deleted as if it was
following the code step 4, delayed.
is this a known bug?
http://localhost <- project root.
http://localhost/Files <- vir dir (not application. just vir dir) with
write permissions.
1. Start VS.NET 2005 debugging. (must be vs.net 2005, not 2003)
2. Using code, System.IO.Directory.CreateDirectory a sub dir inside /
Files, something like, /Files/Images
3. Stop debugging.
4. Start debugging again, and do System.IO.Directory.Delete on the dir
you created. /Files/Images. No exception is thrown.
RESULT on my WIN XP Pro, IIS 5, .NET FWK 2.0:
The directory does not delete. it becomes inaccessible.
5. Now, stop debugging. still the dir is there but inaccessible.
6. Now, close VS.NET 2005. Now the directory is deleted as if it was
following the code step 4, delayed.
is this a known bug?