从VS 2019运行VS 2017项目?



我是 Asp.Net 新手。 我使用 VS 2017 制作了一个项目(早期),该项目运行良好(上次使用)。

最近,我将VS 2017更新为VS 2019;现在使用VS 2019,我的项目没有运行。

我以前的项目(PersonDetails)驻留在C:UsersHPsourcereposPersonDetails目录中,其中包含以下文件和文件夹:

  • 。与
  • 人物详情
  • 人物详情.sln

现在,当我尝试在VS 2019中运行该项目时,在浏览器上显示以下错误

HTTP 错误 403.14 - 禁止 Web 服务器配置为不列出此目录的内容。

Most likely causes:
A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
Things you can try:
If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
Enable directory browsing.
Go to the IIS Express install directory.
Run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level.
Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the site level.
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
Detailed Error Information:
Module     DirectoryListingModule
Notification       ExecuteRequestHandler
Handler    StaticFile
Error Code     0x00000000
Requested URL      http://localhost:49236/
Physical Path      C:UsersHPsourcereposPersonDetailsPersonDetails
Logon Method       Anonymous
Logon User     Anonymous
More Information:
This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
View more information »

此外,当我在VS 2019中构建一个新项目时,它运行正常。 新项目(第一个)驻留在C:UsersHPsourcereposfirst目录中,该目录中包含以下文件:

.vs

bin

obj

properties

appsettings.Developement.json

appsettings.json

first.csproj

first.sln

Program.cs

Startup.cs

为了在VS 2019中运行项目(PersonDetails),可以进行哪些可能的修改?

感谢那些愿意帮助的人。

我不知道我是否正确理解了你的问题。我以前也有同样的问题。请单击您的第一个项目(.sln文件)并选择使用 vs 2019 打开。之后,单击解决方案资源管理器中的所有项目并选择重新加载它们。 重新加载所有这些项目时,单击主项目并选择设置为开始。

相关内容

  • 没有找到相关文章

最新更新