国产探花免费观看_亚洲丰满少妇自慰呻吟_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執行后的結果
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 达拉特旗| 新干县| 平果县| 东辽县| 寿阳县| 汝阳县| 老河口市| 山丹县| 和政县| 资源县| 宜昌市| 祁东县| 视频| 疏勒县| 和顺县| 汶上县| 姜堰市| 旬阳县| 通化市| 山东省| 米泉市| 乌兰浩特市| 皋兰县| 萍乡市| 沭阳县| 扬中市| 木兰县| 乐安县| 汉寿县| 应城市| 潮安县| 澎湖县| 高清| 永平县| 黎城县| 祁连县| 农安县| 林芝县| 阳曲县| 灵川县| 防城港市|