You should be able to develop and debug locally provided you send in your own
credentials to CRM. You can't use the Default Credentials as they aren't valid
to CRM. As long as you provide the correct crednetials, it should work fine.
I use this approach a lot, but not from a different Domain.
oBizUser.Credentials = new NetworkCredential(connectUser, connectPassword,
connectDomain);
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On Thu, 4 Nov 2004 10:58:10 -0500, "Tim Powers" <tim.powers@rimrock.com> wrote:
Has anyone developed an SDK application with Visual Studio in an environment
that is in a different domain?
I need to debug my app - Do I always need to install VS on the CRM server?
Does Microsoft have a document that outlines the recommended development
environment?
Any thoughts?
Thank You
Tim