部署了silverlight应用程序WCF服务错误

时间:2013-05-26 08:02:18

标签: wcf silverlight

我创建了一个Silverlight应用程序并使用WCF服务来访问我的数据库。它在visual studio中进行了很好的调试,但是当我将它部署到我的iis时,我在尝试访问我的数据库时遇到错误。我不确定它是否已经做错了设置服务或数据库访问问题。

我的连接字符串:

<add name="database" connectionString="Data Source=(local)\SQLEXPRESS;Initial Catalog=Automationdev;Integrated Security=False;Pooling=False;User ID=Guest;Password=passwordz

我的服务:

  

service name =“PublishedSoftwareSilverlight.Web.Service1”

     

端点地址=“”binding =“customBinding”   bindingConfiguration = “PublishedSoftwareSilverlight.Web.Service1.customBinding0”   合同= “PublishedSoftwareSilverlight.Web.Service1”

     

endpoint address =“mex”binding =“mexHttpBinding”contract =“IMetadataExchange”/&gt;

clientConfig

  

endpoint address =“http://localhost/SilverLight/Service1.svc”   结合= “customBinding”                   bindingConfiguration =“CustomBinding_Service1”contract =“ServiceReference1.Service1”                   NAME = “CustomBinding_Service1”

有人请帮忙....谢谢。

错误: 网页错误详情

  

用户代理:Mozilla / 4.0(兼容; MSIE 8.0; Windows NT 6.1;   三叉戟/ 4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR   3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)时间戳:太阳,2013年5月26日07:59:58 UTC

     

消息:Silverlight应用程序中的未处理错误异常   在操作期间发生,使结果无效。校验   InnerException用于异常详细信息。在   System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()   在   PublishedSoftwareSilverlight.ServiceReference1.AreaListCompletedEventArgs.get_Result()   在   PublishedSoftwareSilverlight.Models.ServiceInterface.client_AreaListCompleted(对象   sender,AreaListCompletedEventArgs e)at   PublishedSoftwareSilverlight.ServiceReference1.Service1Client.OnAreaListCompleted(对象   行):1个字符:1个代码:0

0 个答案:

没有答案