比如网址1为:http://www.hc.com.cn/common/default.aspx
网址2为:http://edu.hc.com.cn/common/default.aspx
可以看出,同一份程序放在了两个服务器上,我要做的就是得到程序所在服务器的域名,
服务器1的为 www.hc.com.cn,
服务器2的为 edu.hc.com.cn
向高手求招,忘能给出方案,小弟,先行谢过。
Request.Url.GetLeftPart(UriPartial.Authority)
使用Request.UserHostName