.net 应用程序可以与 WCF 服务站点并行运行吗?
换句话说,是否可以在运行 svc 文件的同一 IIS 站点内托管 aspx 和 ascx 文件?
In other words is it possible to host aspx and ascx files inside the same IIS site running svc files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。
Yep.
是的。 IIS 将 svc 文件视为 aspx 页面,并将处理交给另一个模块。我有几个网站以这种方式运行。
Yes it is. IIS treats the svc files just like an aspx page and hands processing off to another module. I have a few sites running this way.