在IIS7上发布我的Web应用程序后,无法将我的asp.net mvc与SQl服务器2008 R2连接

时间:2014-01-08 11:21:57

标签: asp.net asp.net-mvc iis-7 web-deployment

我有一个asp.net mvc Web应用程序,它用于在从Visual Studio运行时(在调试模式下)很好地连接到sql server。但在我将mvc Web应用程序部署到IIS 7后,我收到以下错误。当asp.net mvc Web应用程序尝试连接到sql server时出现问题(例如,Web应用程序主页将运行良好,但任何需要访问数据库的页面都会引发以下错误): -

Login failed for user '<ourDomainName>\<ourServerName>$'.
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.Data.SqlClient.SqlException: Login failed for user '<ourDomainName>\<ourServerName>$'.

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.

任何人都可以建议,导致此错误的原因是什么?而错误是提到

Login failed for user '<ourDomainName>\<ourServerName>$'.

它正在尝试使用服务器名称而不是用户名进行连接,不确定是否应该是这种情况? 请记住,在我的asp.net mvc Web应用程序中,我的“托管管道模式”等于“集成”

0 个答案:

没有答案