我試圖運行.cshtml
文件,但它給了一個錯誤:web.config文件的根(/)目錄
Server Error in '/' Application.
--------------------------------------------------------------------------------
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.cshtml' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested URL: /index.cshtml
所以我搜索的解決方案,我發現我不得不編輯web.config
文件位於根目錄(這裏是我的網站),但沒有像那樣的文件,那裏只有我創建的index.cshtml
。
我搜索了IIS
和IIS Express
文件夾中的Programs Files\
,但是沒有這樣的文件?
@Adriano這不是一個MVC網站。這是一個網頁網站。 –
您可以添加一個web.config文件,但您可能需要選擇選項以在「添加文件」對話框中顯示所有文件類型。此外,GmG在他的回覆中提供了一些關於您將來應該使用的模板的相關指導。 –