protected void btnRestart_Click(object sender, EventArgs e)
{
HttpRuntime.UnloadAppDomain();
Alert.ShowInTop("网站已经重启");
}
转载于:https://www.cnblogs.com/shiningrise/archive/2013/04/15/3022996.html
protected void btnRestart_Click(object sender, EventArgs e)
{
HttpRuntime.UnloadAppDomain();
Alert.ShowInTop("网站已经重启");
}
转载于:https://www.cnblogs.com/shiningrise/archive/2013/04/15/3022996.html

被折叠的 条评论
为什么被折叠?