摘要:
using System;using System.Reflection;using System.Web;namespace WebApplication5{ public partial class WebForm1 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { HttpRuntime hr = new HttpRuntime(); DisplayValues(hr); } ... 阅读全文
posted @ 2013-05-30 16:44
JeanGe
阅读(308)
评论(0)
推荐(0)
摘要:
static object CreateWorkerAppDomainWithHost(string virtualPath, string physicalPath, Type hostType) { string uniqueAppString = string.Concat(virtualPath, physicalPath).ToLowerInvariant(); string appId = (uniqueAppString.GetHashCode()).ToString("x", CultureInfo.In... 阅读全文
posted @ 2013-05-30 11:15
JeanGe
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号