Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 IIS 中作为“SiteA”托管的站点,我需要将同一个站点显示为“SiteB”,并进行一些主题更改。
这些站点在以下文件夹结构下发布到 inetpub:
Fold1/SiteA Fold1/SiteB
有了这些,我就可以看到网页了。我在 SiteB 中调用的 api 返回 404 错误。
可能是什么原因?难道不能从同一个项目中取出两个不同的站点吗?
请帮忙。
在 IIS 中添加虚拟目录 Fold1。使 SiteA 和 SiteB '转换为应用程序'。
然后您可以访问:localhost/Fold1/SiteA 和 localhost/Fold1/SiteB
您提到的错误可能是您的 api 的 url 路径无效的原因。