解決方式:
http://www.cnblogs.com/lqb/archive/2008/02/17/1071650.html
原貼內容:
我想在Web.Config中
添加
-
XML code
-
<anonymousIdentification enabled="true"/><profile enabled="true"><properties><add name="MyNewProperty" allowAnonymous="true" /></properties></profile>
然後在每個page.aspx.cs中
-
C# code
-
通過Profile.MyNewProperty訪問
這在其他機器上應該可以順利實現的吧?
但我的機器,對於項目內的任何頁面,調試運行時出現:
使用者代碼未處理 HttpException
無法串連到 SQL Server 資料庫。
直接瀏覽時:
禁止在 SQL Server 中產生使用者執行個體。請使用 sp_configure 'user instances enabled' 產生使用者執行個體。
自己尋找問題,又發現
在ASP.NET 配置-〉提供者-〉AspNetSqlProvider 測試
也出現同樣的錯誤。
提供者管理
未能建立資料庫連接。如果尚未建立 SQL Server 資料庫,請退出網站管理工具,使用 aspnet_regsql 命令列工具 + 生產力建立和設定資料庫,然後返回到此工具以設定提供者。
運行SDK下的aspnet_regsql啟用嚮導配置,在出現選擇伺服器和資料庫時
未能查詢Sql Server中的資料庫名稱的列表。
在建立與伺服器的串連時出錯。
SQL Server Management Studio Express中也看不到本應該自動建立的那個aspnet的表。
我的機器環境:(安裝順序由上至下)
Vista Ultimate 32位
Vista Ultimate sp1
Visual Studio 2005 Team Suite
Sql Server 2005 Express Edition
Visual Studio 2005 Team Suite sp1
Visual Studio 2005 Team Suite sp1 for vista
Sql Server 2005 Express Edition SP2 for Express Edition
IIS 7.0(包含.net內容)
(沒有相容性問題和檔案讀寫權限問題)