I Was Unable to debug asp.net project in vs2003 Today, Because i installed vs2005 beta.
THERE IS A Error Message That I got ********************* Microsoft Development Environment *************** ******** * Error While Trying to Run Project: Unable to start debugging on the web server. Click help for more information. ****************** ***** OK HELP why? Think About it a while, installing vs2005 shop configure Iis to use the v2.0net framework, so the new version.Then I have a try, uninstall the 2.0 mappings from IIS using aspnet_regiis.exe -uin /windws/Microsoft.net/Framework/v2.0.** folder, after this configure IIS to use 1.1 net Framework using aspnet_regiis.exe -iin /windws/Microsoft.net/Framework/v1 .0. ** Folder.This Works Great, Buthen I want to debug vs2005 Project, i Have to do the Sameton In Reverse.