【发布时间】:2010-02-03 22:34:56
【问题描述】:
我今天尝试使用 Web Platform Installer 安装 Amplifeeder。
当我到达数据库设置时,我必须填写一些信息,例如“db admin user/password”和用户名/密码。
使用 SQL Express 我没有任何用户名/密码(管理员或用户)。我应该如何使用 WPI 和 SQL Express 2008 安装应用程序?
基本上我在尝试在日志中安装时遇到了这个错误:
DownloadManager Error: 0 : MS Deploy exception: Microsoft.Web.Deployment.DeploymentClientServerException: The database 'AmpliFeederDB' could not be created. ---> System.Data.SqlClient.SqlException: Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
【问题讨论】:
标签: asp.net iis-7 sql-server-express web-platform-installer