本機AP+DB與VM(AP)+VM(DB)的環境建置
需開啟 Win10 的 IIS 功能,練習架站,一樣在程式與功能開啟,順便還有 ASP.NET
(圖片補充,之後還是碰到用 ASP 開發的網站,這裡建議全勾,省得麻煩)
接下來把參考用的網站資料夾整個搬進 VM 測試,瀏覽首頁時出現【無法載入檔案或組件】的問題
原來是載入的 DLL 為 32 位元,從應用程式集區啟用即可
這個案子對資料庫的連線字串設定在 web.config 裡面,所以從這裡修改成自己本機的 IP 並指名實體
Data Source=127.0.0.1 \\SQLSERVER2012
本機測試至此已經可以成功登入網站,但在使用 ClickOnce 下載程式的時候發生錯誤
詳細資料內容如下
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.ServiceModel.CommunicationObjectFaultedException: 通訊物件 System.ServiceModel.Channels.ServiceChannel 處於 Faulted 狀態,因此無法用來通訊。
於 System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
於 System.ServiceModel.Channels.ServiceChannelFactory.OnClose(TimeSpan timeout)
於 System.ServiceModel.Channels.ServiceChannelFactory.TypedServiceChannelFactory`1.OnClose(TimeSpan timeout)
於 System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
於 System.ServiceModel.ChannelFactory.OnClose(TimeSpan timeout)
於 System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
於 System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
於 System.Windows.Forms.Form.WmClose(Message& m)
於 System.Windows.Forms.Form.WndProc(Message& m)
於 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
於 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
於 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已載入的組件 **************
mscorlib
組件版本: 4.0.0.0
Win32 版本: 4.7.2563.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
System
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
組件版本: 4.0.0.0
Win32 版本: 4.7.2563.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceModel
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Data
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Runtime.Serialization
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
SMDiagnostics
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.ServiceModel.Internals
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
System.Transactions
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.IdentityModel
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.ServiceModelSink
組件版本: 4.0.0.0
Win32 版本: 14.0.23107.0
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Diagnostics.ServiceModelSink/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
----------------------------------------
System.Deployment
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Web
組件版本: 4.0.0.0
Win32 版本: 4.7.2558.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Xaml
組件版本: 4.0.0.0
Win32 版本: 4.7.2563.0 built by: NET471REL1
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.ServiceModel.resources
組件版本: 4.0.0.0
Win32 版本: 4.6.1586.0 built by: NETFXREL2
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/System.ServiceModel.resources.dll
----------------------------------------
mscorlib.resources
組件版本: 4.0.0.0
Win32 版本: 4.6.1586.0 built by: NETFXREL2
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
組件版本: 4.0.0.0
Win32 版本: 4.6.1586.0 built by: NETFXREL2
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況
傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。
還在研究中...
接著開始在 AP(VM) 用 IIS 架設網站,及在 DB(VM) 建立資料庫,目的為使用本機瀏覽器連接 AP 可以正常開啟及使用網站功能
資料庫用 bak 還原就好了,總是卡在 IIS 設定的不熟悉與網路連結之間的眉角
與全部架在 host 的差異只有 AP 那邊的 Server 2012 環境下,會因為 web\Bin 資料夾內少了 Microsoft.ReportViewer.WebForms.dll 這個元件
而出現組態錯誤的訊息,這元件從電腦裡挖或網路下載丟進去就可以了。
之後在成功打開 AP 的首頁後,嘗試登入就會不斷收到疑似連接失敗的【值不能為null。參數名稱:type】訊息
但從 AP 可以 ping 到 DB 表示連線沒問題,從 host 用 SSMS 連線資料庫成功也表示帳密無誤
資料庫方也沒有 type 這個欄位
花了一段時間從 aspx 跟 web 裡面的各種 config 找尋問題點也毫無頭緒,目前卡住了...
然後在解決之前先收到了另一個環境的建置任務,決定先從比較有時限性的開始,完全是一個做中學半套的頹廢狀態QQ