国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > IIS > 正文

用C#實現無需iiS環境就可以執行aspx文件

2024-08-29 03:13:55
字體:
來源:轉載
供稿:網友

myhost.cs 編譯:
csc myhost.cs /r:system.web.dll

using system;
using system.io;
using system.web;
using system.web.hosting;


public class myexehost : marshalbyrefobject {

    public void processrequest(string page)
        {
        httpruntime.processrequest(new simpleworkerrequest(page, null, console.out));
        }

    public static void main(string[] arguments)
        {
        myexehost host = (myexehost)applicationhost.createapplicationhost(typeof(myexehost), "/foo", environment.currentdirectory);
           foreach (string page in arguments) {
            host.processrequest(page);
        }
    }
}
test.aspx
<html>
        <body>
                time is now: <%=now%>
        </body>
</html>
成功后就可以用下面的方法執行
myhost.exe test.aspx > test.htm
test.htm就是test.aspx執行后的結果
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 哈尔滨市| 宜城市| 自贡市| 富裕县| 南康市| 分宜县| 腾冲县| 蕲春县| 拉萨市| 沾化县| 沙河市| 镶黄旗| 武夷山市| 陆良县| 恭城| 和田县| 简阳市| 阳春市| 定安县| 汕头市| 大连市| 买车| 中西区| 东阳市| 淮北市| 车致| 平阳县| 龙里县| 太康县| 广汉市| 吉隆县| 浦县| 易门县| 甘洛县| 湘潭县| 通化县| 兴城市| 青河县| 枣庄市| 景宁| 塔河县|