Debug SL project when Integrated Windows authentication is disabled
Last post 04-29-2008 4:06 AM by Yi-Lun Luo - MSFT. 1 replies.
Sort Posts:
04-27-2008 10:16 PM
Debug SL project when Integrated Windows authentication is disabled

Folks, 

I can debug the silverlight application when I press F5 and having breakpoint in the SL project. However, I need more.

 I've to disable the "Integrated Windows authentication" option for IIS and at the same time I want to debug the project. Is there any ways I can attach the SL process and do debugging, something similar to what we do for ASP.net?

 

Cheers,
Ricky

"If I've answered your query, please mark "Answered".

codebased

Joined on 03-05-2008
Australia
Posts 78
04-29-2008 4:06 AM
Marked as Answer
Re: Debug SL project when Integrated Windows authentication is disabled

Hello, Silverlight runs on the client (browser), so I don't think authentication will be an issue. To debug a Silverlight application without source code, you can attach the browser process. But if your application needs server support, it may be quite complicated. You have to attach to the server process as well. That is, you'll need two instances of Visual Studio.

shanaolanxing - Please mark the posts as answers if they help and unmark if they don't.

Yi-Lun Luo - MSFT

Joined on 10-29-2007
Posts 1,084