views:

18

answers:

0

Hi Solution is deployed on server with precomplied option. in local pages are saving but in deployed url error is thrworing. I am calling controller from web page and controller will call wcf service. Error details- System Error. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: System Error.

Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

In local solution also i got the same error, for this i compiled controller project and added the reference to web project then it starts working. How to do in deployed server (precompiled).

Please help me. Regards JCReddy