我获取网站文件列表

发布于 2024-11-15 21:01:30 字数 73 浏览 2 评论 0原文

当我尝试在浏览器中查看 ASP.NET 网站时,我得到网站文件夹中文件的完整列表。可能是什么原因?是只有一个原因还是可能有很多原因?

when I try to view ASP.NET website in browser I get the full list of files in the website folder. What could be the reason?Is there only one reason or there might be a lot?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

虫児飞 2024-11-22 21:01:31

如果您没有为 Web 应用程序指定起始页,则可能会发生这种情况。

右键单击要用作默认页面的网页,然后选择“设置为起始页”,每当您从 Visual Studio 运行 Web 应用程序时,它将打开所选页面。


请参考以下内容:

在 Asp.net 中设置默认页面

设置 ASP.NET (Visual Studio) 服务器的默认页面配置

That could happen if you have not specified a start page for your web application.

Right click on the web page you want to use as the default page and choose "Set as Start Page" whenever you run the web application from Visual Studio, it will open the selected page.


Refer to the following:

Set Default Page in Asp.net

Setting the default page for ASP.NET (Visual Studio) server configuration

风月客 2024-11-22 21:01:31

编辑

如果您从 Visual Studio 中启动网站,则可以通过执行以下操作来设置默认页面:

来自 这个问题的答案

右键单击您想要的网页
用作默认页面并选择
每当您运行时“设置为起始页”
Visual 的 Web 应用程序
Studio,它将打开所选的
页。


您需要在服务器(在 IIS 中)上指定默认页面是什么,并禁用站点的目录列表。

另请参阅:

设置默认页面和页面在 ISS/Web.config 中禁用目录浏览

EDIT:

If you are launching the site from within Visual Studio, you can set the default page by doing the following:

From this SO question answer

Right click on the web page you want
to use as the default page and choose
"Set as Start Page" whenever you run
the web application from Visual
Studio, it will open the selected
page.


You need to specify on the server (in IIS) what the default page is, and disable directory listing for the site.

See also:

Setting the default page & disabling directory browsing in ISS / Web.config

2024-11-22 21:01:31

它可能是答案中提到的任何其他情况,或者

如果未指定文件,IIS 默认情况下会在目录中查找这些文件以按给定顺序提供服务。

在此处输入图像描述

也许您还没有指定文件,并且打开了“目录列表”

It could be any of the other cases mentioned in the answers OR

IIS by default looks for these files in the directory to serve in the given order if no file is specified.

enter image description here

Perhaps you have not specified a file, and turned on "Directory Listing"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文