摘要:
public static string UrlScheme { get { return System.Web.HttpContext.Current.Request.Url.Scheme + "://"; } } public static string AppUrl { get { if (!String.IsNullOrEmpty(_AppUrl)) { return _AppUrl; }... 阅读全文
posted @ 2010-03-21 18:22
94cool
阅读(240)
评论(0)
推荐(0)
摘要:
在asp.net中执行应用程序有两种方法:1、调用win32函数ShellExecute。2、用.NET Framework中的Process类。下面我分别用这两种方法执行Windows中的记事本程序notepad.exe。新建一个ASP.Net页面Default.aspx,在上面放一个按钮,进入Default.aspx.cs页面填写后台处理程序。1、调用win32函数ShellExecute。添... 阅读全文
posted @ 2010-03-21 18:20
94cool
阅读(220)
评论(0)
推荐(0)
浙公网安备 33010602011771号