Link to home
Start Free TrialLog in
Avatar of wahlster
wahlsterFlag for United States of America

asked on

Publish WCF Web Service Associated with Silverlight Application

I am using Visual Studio 2010, C# and attempting to publish WEB Service to a 2008 R2 Enterprise OS.  I created a virtual folder on the server, changed it to an application, copied the Web Service files into this virtual folder.  I can browse to the virtual folder using IE.  I then updated my service reference in Visual Studio to point toward the new virtual directory on the 2008 R2 server.  When I run the application I receive a HTTP 500 error code.  I am at a loss.  Any help would be greatly appreciated.
Thanks,
Terry
ASKER CERTIFIED SOLUTION
Avatar of manishkungwani
manishkungwani

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wahlster

ASKER

I have discovered that it was a impersonation issue that did not show up until I attempted to release it from development to production.  Code was trying to connect up to a SQL database with incorrect credentials.  I still have other issues but the one related to this issue has been resolved.  Thanks for your reply and I will follow your suggestion and released directly from Visual Studio to the server.
thanks again,
Terry