摘要: 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 阅读(301) 评论(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 阅读(182) 评论(0) 推荐(0) 编辑