Interesting.
Is there any reason why this is not stored in the application project file?
I have noticed that if I do in fact move a project file to a different
machine, and create a virtual directory in IIS to point to that project, I
am asked for the path of the project when it is opened the first time. Is
there anyway to avoid this?
Also, are these temporary ASP.NET files ever cleaned up? If I delete a
project, do these temporary file still stick around?

Signature
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Hi Ken,
inline

Signature
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
> Interesting.
>
> Is there any reason why this is not stored in the application project
> file?
I can't give you a good answer on this one.
> I have noticed that if I do in fact move a project file to a different
> machine, and create a virtual directory in IIS to point to that project, I
> am asked for the path of the project when it is opened the first time. Is
> there anyway to avoid this?
That's weird, as it should pick it up from IIS. Are you sure you haven't had
the project on this machine before and not removed it from the temporary
ASP.NET Files folder as well as the VS Web cache?
> Also, are these temporary ASP.NET files ever cleaned up? If I delete a
> project, do these temporary file still stick around?
Yes, you manually have to delete the temporary files.
Ken Varn - 29 Apr 2004 18:43 GMT
> > I have noticed that if I do in fact move a project file to a different
> > machine, and create a virtual directory in IIS to point to that project, I
[quoted text clipped - 3 lines]
> the project on this machine before and not removed it from the temporary
> ASP.NET Files folder as well as the VS Web cache?
There is a possiblity that the project may have been on the machine in a
different location at one time. Maybe that is why it asks for a new
sub-dir.
> > Also, are these temporary ASP.NET files ever cleaned up? If I delete a
> > project, do these temporary file still stick around?
> Yes, you manually have to delete the temporary files.
One would think that there would be some built-in method in Visual Studio
for doing this to avoid the problem stated above.

Signature
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
> Hi Ken,
>
[quoted text clipped - 17 lines]
> > project, do these temporary file still stick around?
> Yes, you manually have to delete the temporary files.