Unable to start debugging on the Web Server. Visual Studio 2008 -


i running visual studio 2008 sp1 on windows server 2008 r2 enterprise 64-bit. getting following exception when try debug against iis.

"unable start debugging on web server. object identifier not represent valid object".

iis , visual studio on same box.

i've tried enabling windows authentication no luck (my app requires forms authentication, fyi).

any thoughts? have binding on web site. iis app web site not virtual directly.

thanks!

p.s
have posting new questions since previous question found not answered , solution provided in question not working well.
previous question:
unable start debugging on web server. visual studio 2008

when hit problem opened basic settings in iis , checked app pool set web site. set "default" , not (as should have been in case) ".net 2". changing setting fix.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -