在不同端口上运行 Web 服务,同时允许网站使用端口 80 和 443
是否可以让 Web 服务在专用端口上运行,同时仍允许网站使用端口 80 和 443?
如果可以的话,我实际上希望在不同端口上从同一站点运行不同的 Web 服务。
我一直在研究单独的应用程序池或其他可能性,不确定是否有经过验证的真实技术可以做到这一点。
平台是IIS6、win2k3、asp。
感谢您的任何想法/方向。
Is it possible to have a web service run on a dedicated port while still allowing the web site to use port 80 and 443?
I would actually like to run different web services from the same site on different ports if this could be done.
I have been looking at seperate App Pools or other possibilities, not sure if there was a tried and true technique to do this.
Platform is IIS6, win2k3, asp.
thanks for any ideas/direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以,但您必须将它们放在 Visual Studio 中的单独项目中,以便您可以作为单独的应用程序运行。
Yes you can but you will have to put them in a seperate project in visual studio so you can run the as seperate apps.