| Rainbow Cart |
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
文章發起人:KAET0910 開始時間:08-05-2008 9:45 下午 回應數:6 |
|
![]() |
|
|
|
|
05 八月 2008, 9:45 下午
|
KAET0910
加入本站時間: 07-04-2008
文章數:5
|
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
-
建立虛擬目錄,或直接以網站方式執行
-
將預設首頁設為 default.aspx
-
將
pic、App_Data
兩個資料夾設定為允許寫入的權限
-
將.Net Framework的版本
設定為V2.0.50727
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
05 八月 2008, 10:09 下午
|
KAET0910
加入本站時間: 07-04-2008
文章數:5
|
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
'/' 應用程式中發生伺服器錯誤。
--------------------------------------------------------------------------------
Runtime 錯誤
描述: 伺服器上發生應用程式錯誤。此應用程式的目前自訂錯誤設定因安全性考量,防止他人從遠端看見應用程式錯誤的詳細資訊。然而,可以使用本機伺服器電腦上的瀏覽器檢視。
詳細資料: 若要在遠端電腦檢視此特定錯誤訊息的詳細資訊,請於目前 Web 應用程式根目錄內的 "web.config" 組態檔中建立 <customErrors> 標記。然後將 <customErrors> 標記的 "mode" 屬性設為 "Off"。
<!-- Web.Config 組態檔 -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
注意: 可以藉由修改應用程式 <customErrors> 組態標記的 "defaultRedirect" 屬性,使其指向自訂錯誤頁面的 URL,以便使用自訂錯誤頁面取代您目前看到的錯誤頁面。
<!-- Web.Config 組態檔 -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
19 八月 2008, 7:09 下午
|
babychiwang
加入本站時間: 08-19-2008
文章數:31
|
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
您好!我是昨天購買了網路下載版的rainbowcart.net.
我是放置在虛擬主機godaddy裡.
我把虛擬主機下載版解壓縮後就把裡面的檔案上傳到godaddy目錄裡(沒有建立虛擬目錄)
後來我到我網址missgoods.com後看到的也是和上面人顯示的一樣
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
我不知道該怎麼辦,昨天賣家有寄給我授權碼,我也不知道是要再此時需要輸入這號碼
godaddy我購買的虛擬主機有支援asp 2.0
還有我pic、App_Data 兩個資料夾也設定為允許寫入的權限
所以下一步我該怎麼做呢?
因為說明書裡教如何把rainbowcart.net放到虛擬主機的說明並不是很清楚,
這樣新手根本就看不懂耶><
謝謝您!
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
20 八月 2008, 8:58 上午
|
admin
加入本站時間: 10-01-2004
文章數:271

|
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
1.確認檔案已完整上傳 2.確認目前網站是用 ASP 2.0 執行(ASP 1.1 會發生錯誤) 3.若仍不不解決問題,可以將web.config裡的 <customErrors mode="RemoteOnly" /> 改成 <customErrors mode="Off" />(請注意大小寫,位置約在倒數第三行處)
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
23 八月 2008, 11:47 上午
|
babychiwang
加入本站時間: 08-19-2008
文章數:31
|
我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
我的web.config裡只有
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<pages validateRequest="false"></pages>
</system.web>
</configuration>
沒有 <customErrors mode="RemoteOnly" />或是 <customErrors mode="Off" />
耶>.<
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
23 八月 2008, 7:16 下午
|
Alex
加入本站時間: 07-13-2005
文章數:158
|
Re: 我有購買智邦虛擬主機還是不回用ㄟ要如何設首頁設為 default.aspx
|
|
|
|
|
詳細資料: 若要在遠端電腦檢視此特定錯誤訊息的詳細資訊,請於目前 Web 應用程式根目錄內的 "web.config" 組態檔中建立 <customErrors> 標記。然後將 <customErrors> 標記的 "mode" 屬性設為 "Off"。
<!-- Web.Config 組態檔 -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
==================== 上面的意思是要你自己建立一筆記錄。如果不會設,把那行複製貼上就好了。
不過你的問題應該是不知道如何使用虛擬主機建立網站或虛擬目錄,既然你在美國,直接問 GoDaddy 怎麼把某一個資料夾變成網站,再將 rainbow 的所有檔案複製進去就可以了。
ASP.NET + Access 是最簡單的,只要複製進去就可以了。前提是你那個資料夾要設定成應用程式。
每一家虛擬住機的控制台畫面都不一樣,如果第一次用,看一下虛擬住機商的說明或直接詢問他們比較快。如果說建立虛擬目錄都有困難,後續的網站管理、備份可能更麻煩。
|
|
|
|
IP 位址: 已紀錄
|
|
|
|
|
| Phorum 論壇大師 » Hyperweb » Rainbow Cart » 我有購買智邦虛擬主機還是不回用ㄟ要如何設... |
前往:
允許上傳附加檔案 允許張貼新主題 允許回應主題 允許刪除您的文章 允許編輯文章 允許舉行投票 允許參與投票 啟用文章統計 發文不須經過核准
|
與線上客服人員即時交談: