文章分类 -  asp.net

ASP.NET中指定自定义HTTP响应标头
摘要:新建一个类HideServerHeaderHelper,继承IHttpModule,然后重写OnPreSendRequestHeaders,Dispose,Init方法,如下代码所示using System;using System.Collections.Generic;using System.... 阅读全文
posted @ 2014-04-19 00:59 wongdavid 阅读(1802) 评论(0) 推荐(0)
Ubuntu 12.04使用uginx+fastcgi-mono-server2部署asp.net 网站
摘要:Ubuntu 12.04使用uginx+fastcgi-mono-server2部署asp.net 网站1.安装nginx和mono-fastcgi-server2 sodu apt-get install nginx sodu apt-get install mono-fastcgi-serv... 阅读全文
posted @ 2014-03-29 22:06 wongdavid 阅读(514) 评论(0) 推荐(0)