When reinstalling my operating system, I moved my files to another machine. Now the ASP.NET projects won't open. What can be done to remedy this? Thank you.
The applications must exist in IIS. You can register them easily with IIS by using the Web Sharing tab page in the application folder's Properties window. Next, if you changed the application name in IIS, you will need to change the project .webinfo file. Open it with notepad and adjust the project URL location accordingly.

This was first published in February 2003