Are you getting this error even _after_ you set the IDE to offline mode, so
"jdn" <kingcrim@earthlink.net> wrote in message
news:uflsCVQ5DHA.2412@TK2MSFTNGP09.phx.gbl...
> Tian Min Huang wrote:
>
> > Hello,
> >
> > Thanks for your post. As I understand, the problem you are facing is
that
> > you cannot debug an ASP .NET web application reside on a server in
another
> > domain. Please correct me if there is any misunderstanding.
> >
> > I suggest that you can create a new User account in RemoteDomain which
has
> > the same UserName and Password with the one in your LocalDomain, assign
it
> > enough priviledge on the Web server, and then check whether or not the
> > problem still exists.
> >
> > Otherwise, I am afraid that you may have to configure trusting
> > relationships between two domains.
> >
> > I look forward to your result.
> >
> > Have a nice day!
> >
> > Regards,
> >
> > HuangTM
> > Microsoft Online Partner Support
> > MCSE/MCSD
> >
> > Get Secure! --
www.microsoft.com/security > > This posting is provided "as is" with no warranties and confers no
rights.
> >
>
> I've done all that, but that isn't the problem.
>
> I already know I cannot debug remotely because of the domain situation
> (and the firewall blocks RPC).
>
> What I don't understand is why I can't debug the project when in "work
> offline" mode (which is thus running on my machine) by hitting F5. I
> can only debug if I launch the web application and then attach manually
> to the asp.net process.
>
> Why does it tell me "the project is not configured to be debugged" when
> it is so configured (project properties are confirmed)?
>
> jdn