URL 目录 IIS 6

发布于 2024-12-26 16:09:47 字数 244 浏览 0 评论 0原文

快速提问,可能是理所当然的。这是一个 URL:

wwww.yahoo.com/index.aspx/somefile.aspx

在构建目录等过程中,我不明白上述 URL 是如何实现的,因为主域应该停在 index.aspx 处。我的意思是服务器上没有名为index.aspx 的文件夹。

上面的链接显然不起作用,我正在使用我网站上的一个示例,其中有一个类似上面的链接。我正在运行 .Net 和 IIS 6(如果有帮助的话)。

Quick question, possibly a no brainer. How is this a URL:

wwww.yahoo.com/index.aspx/somefile.aspx

In the construction of directories and such I don't get how the above URL is possible since the main domain is supposed to stop at index.aspx. I mean there is no folder on the server named index.aspx.

The link above obviously doesn't work, I'm using an example from my site which has a link like above. I'm running .Net and IIS 6 if that helps.

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

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

发布评论

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

评论(2

别理我 2025-01-02 16:09:47

这可以使用 Url 重写来完成。

this can be accomplished use Url rewrites.

何必那么矫情 2025-01-02 16:09:47

您在 Web 项目中创建一个名为 index.aspx 的文件夹,然后向该文件夹添加一个名为 somefile.aspx 的页面。工作得很好。

You create a folder in your web project called index.aspx and then add a page to this folder called somefile.aspx. Works perfectly well.

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