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.
我有一个实现IHttpHandler.
IHttpHandler
我部署了不同的服务器。
站点部署为 IIS 中的子站点的登台服务器。
例如www.stagingdomain.co.za/subsite。
www.stagingdomain.co.za/subsite
在实时服务器上它将是www.liveserver.com.
www.liveserver.com.
如何获得域或域/子站点而无需更改.dll每个服务器的代码?
.dll
谢谢你。
在 IHttpHandler 的 ProcessRequest 处理程序中,您可以获得当前上下文。context.Request.Url它的属性会告诉你你需要知道的一切。
context.Request.Url