When I started hosting my remoting via IIS instead of a
windows console, server side debugging quit working. The
breakpoints do nothing. All projects are one solution.
I have created a virtual directory and changed my output
folder to bin/ instead of bin/Debug. Could that be it?
By the way debugging ASP.NET apps work fine.
Any help would be great.
Greg
Allen Anderson - 31 Jan 2004 03:24 GMT
I've debugged many remoting objects in iis without any problem. You
need to attach to the asp.net process of course to get your object. I
don't think the directory would cause it any grief.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
>When I started hosting my remoting via IIS instead of a
>windows console, server side debugging quit working. The
[quoted text clipped - 7 lines]
>Any help would be great.
>Greg