1
我正嘗試在其他機器上安裝CruiseContol.NET。 但我收到此錯誤無法在其他機器上安裝ccnet
Server encountered an internal error. For more information, turn off customErrors in the server's .config file.
我怎樣才能解決這個問題? 請幫忙。
我正嘗試在其他機器上安裝CruiseContol.NET。 但我收到此錯誤無法在其他機器上安裝ccnet
Server encountered an internal error. For more information, turn off customErrors in the server's .config file.
我怎樣才能解決這個問題? 請幫忙。
您是否按照建議關閉了自定義錯誤? 可以在的web.config文件做到這一點,有一個條目:
<customErrors mode="On" />
或
<customErrors mode="RemoteOnly" />
更改爲
<customErrors mode="Off" />
然後提供更多關於該顯示錯誤原因。或者,錯誤原因可能已保存到Windows日誌中。
這取決於錯誤是來自基於Web的ccnet服務還是.net遠程服務。 –
當你說'mount'時,你的意思是通過.net Remoting連接到CruiseControl.net? –
您是否找到解決方案? –