.tmp files in asp.net 2.0 project

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

I have a asp.net 2.0 project which I'm creating in visual studio 2005... now
I see that the several .tmp files has been added to the project. I see the
files in "Solution Explorer".. I would like to remove these files, but I
don't know how to do it? I think this is related to compiling the project!

Jeff
 
Jeff said:
I have a asp.net 2.0 project which I'm creating in visual studio 2005... now
I see that the several .tmp files has been added to the project. I see the
files in "Solution Explorer".. I would like to remove these files, but I
don't know how to do it?

Have you tried deleting them? Can you give us more information.

VS2005 no longer has a concept of a file being "added" to a web
project. It's either on your web server, or it's not.

Regards,
apathetic
 
I have not tryed to delete them yet, I'm not sure if it's safe to delete
them manually!

My asp.net 2.0 project is not placed on a web server, the entire project is
placed on the file system (on my hard drive)... so maybe these .tmp files
appear because as far as I know VS2005 can simulate a webserver in the
project folder when the project is being executed (run)... and these files
are the result of a temporary webserver running in the folder?

Any suggestions?

Jeff
 
Back
Top