我的一個朋友給了我一個已有 10 年歷史的網(wǎng)站,讓我從頭開始重建。他給了我 Windows 服務(wù)器上的根目錄。問題是我想在家測試一下,但不知道該怎么做!感謝您的幫助!這是樹:.├── Print_contacts.aspx├── Print_contacts.apsx.cs├── Print_friends.aspx├── Print_friends.aspx.cs├── Default.apsx├── Default.aspx.cs├── Logo.png├── MasterPage.master├── MasterPage.master.cs├── NewDesign.master├── NewDesign.master.cs├── stylesheet.css├── web.config├── Add│ └── Add_contact.aspx│ └── Add_contact.aspx.cs│ └── Add_friend.aspx│ └── Add_friend.aspx.cs├── App_Data └── db.mdb
2 回答

紫衣仙女
TA貢獻(xiàn)1839條經(jīng)驗 獲得超15個贊
它是一個 ASP.NET 應(yīng)用程序。
在 Visual Studio 中,創(chuàng)建一個新的空 ASP.NET 項目。
將文件包含到項目中(將文件復(fù)制到項目目錄中,然后從 Visual Studio 中包含它們)
運(yùn)行項目
在沒有 Visual Studio 的情況下測試項目的另一種方法是在 IIS 中創(chuàng)建一個指向該目錄的應(yīng)用程序。

三國紛爭
TA貢獻(xiàn)1804條經(jīng)驗 獲得超7個贊
例如,您可以復(fù)制源代碼,在 Visual Studio 中使用復(fù)制的源代碼啟動一個新的 ASP.NET 項目并運(yùn)行它。
- 2 回答
- 0 關(guān)注
- 180 瀏覽
添加回答
舉報
0/150
提交
取消