ATL server debuggin problem in asp.net
-
I have created one website on .net 2005 On Local system.now i want to host my website on IIS seever.Wt i tried is i created one virtual directory and Copied al files to that directory then it gives the error page can't be displayed.Then i created new website on IIS and added those files to the website but while executing the website it gives me message unable to start debugging on the server "See ATL server debugging topic". Wt could be the reason?? GIRISH
-
I have created one website on .net 2005 On Local system.now i want to host my website on IIS seever.Wt i tried is i created one virtual directory and Copied al files to that directory then it gives the error page can't be displayed.Then i created new website on IIS and added those files to the website but while executing the website it gives me message unable to start debugging on the server "See ATL server debugging topic". Wt could be the reason?? GIRISH
Try after re register your framework: run this command- C:\Windows\Microsoft.net\framework\v1.1.4322\aspnet_regiis.exe and also make sure in config file: <compilation defaultLanguage="vb/C#" debug="true" />
Parwej Ahamad g.parwez@gmail.com