views:

1155

answers:

3

Hi,

I am running visual studio 2008 on vista business 64-bit. I am getting the following exception when I try to debug against IIS.

"Unable to start debugging on the web server. The object identifier does not represent a valid object".

IIS and Visual Studio are on the same box.

I've tried adding Windows Authentication but no luck (my app requires forms authentication, fyi).

Any thoughts? I have a binding on the Web Site. The IIS app is a Web SIte not a virtual directly.

Thanks!

+1  A: 

Maybe you are facing this know issue?

0xA3
A: 

Is your pc and the webserver on the same Windows domain? If not, or there is a DMZ between your pc and the web server you could experience problems unless you've explicitly setup trust between the machines.

Nathan
They are on the same machine.
Olivieri
+2  A: 

You have switch on Windows Authentication in IIS

ShawnCamp
This was my solution to this problem, I thought it was something Windows 7 specific. Looks like not the solution to the original poster though.
sphereinabox