我正在爲我的應用程序使用AspNetSqlMembershipProvider。使用AspNetSqlMembershipProvider的最低要求
在我的開發機器上,我最近卸載了SQL Server 2005 Express和Management Studio Express,以便我可以安裝完整版的Management Studio。我選擇不安裝SQL Server 2005,因爲我不想在我的機器上運行不必要的東西。
現在,每當我的代碼試圖做任何事情,涉及到身份驗證我得到的錯誤:
A network-related or instance-specific error occurred while establishing a connection to >SQL Server. The server was not found or was not accessible. Verify that the instance >name is correct and that SQL Server is configured to allow remote connections. (provider: >SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
那麼,什麼是我在爲了安裝這個工作的SQL Server的最小金額是多少?