疑問:配置Web.Config時出現無法串連到 SQL Server 資料庫的問題!!!(已解決)

來源:互聯網
上載者:User
解決方式:
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內容)
(沒有相容性問題和檔案讀寫權限問題)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.