我想用我在web.config中定義的用戶名和密碼使用表單身份驗證來保護我的網站的一部分。當我嘗試登錄時,我會看到下面的消息。使用沒有.Net提供程序的Forms身份驗證
Server Error in '/' Application.
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
我猜這是因爲它試圖使用由LocalSqlServer連接字符串定義的Membership表。 我不想使用會員功能,我該如何配置我的web應用程序來做到這一點?
我是否需要爲內置登錄控件自己編寫Authenticate函數?
嗨,你已經使用過asp.net SQL Server安裝工具嗎? http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx – keyboardP 2010-01-16 15:47:45
這正是我不想使用的。讓我重新迭代,我不想使用Membership特性。 – 2010-01-17 16:55:02
另一個非常類似的問題與不同的答案:http://stackoverflow.com/questions/1583262/asp-net-authentication-use-credentials-from-web-config-problem – Greg 2010-01-29 16:21:47