当我尝试使用Xamrain连接到我的SQL数据库时出现以下错误。
System.Web.Services.Protocols.SoapException:服务器无法处理请求。 ---> System.Data.SqlClient.SqlException:用户'
的登录失败
我在ASP.Net上写过Web服务 我的代码是:
var objMonoAndroidService = new mywebservice.WebService();
objMonoAndroidService.Insertdate(txt.Text,"1");