上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 118 下一页
摘要: http://support.microsoft.com/kb/324066http://www.codeproject.com/Articles/16384/Using-ASP-NET-HTTP-Modules-to-restrict-access-by-Ihttp://msdn.microsoft.com/en-us/library/ms228090%28v=vs.100%29.aspxhttp://blog.csdn.net/zhaili1978/article/details/6335595http://www.cnblogs.com/rrooyy/archive/2004/10/26 阅读全文
posted @ 2013-05-13 11:03 daishuguang 阅读(129) 评论(0) 推荐(0) 编辑
摘要: An application pool groups applications together, separating them from applications in other application pools by process boundaries. By using application pools to isolate applications, you can improve application security because you reduce the probability of one application accessing another appli 阅读全文
posted @ 2013-05-13 09:47 daishuguang 阅读(291) 评论(0) 推荐(0) 编辑
摘要: What is application pool?http://technet.microsoft.com/en-us/library/cc735247%28v=ws.10%29.aspxAn Internet Information Services (IIS) application pool is a grouping of URLs that is routed to one or more worker processes. Because application pools define a set of Web applications that share one or mor 阅读全文
posted @ 2013-05-12 13:20 daishuguang 阅读(201) 评论(0) 推荐(0) 编辑
摘要: webapplication---->appdomainone webapp--->means one appdomainboth application pool and appdomain provide isolation, but use different approach.application pool use process without .net.appdomain should use .net.If your server host thousands of web sites, you wont use thousands of the applicati 阅读全文
posted @ 2013-05-11 11:03 daishuguang 阅读(239) 评论(0) 推荐(0) 编辑
摘要: http://finance.chinanews.com/cj/2013/05-11/4807682.shtml 阅读全文
posted @ 2013-05-11 10:26 daishuguang 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://blogs.iis.net/chrisad/archive/2006/07/14/1342059.aspxhttp://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/659f2e2c-a58b-4770-833b-df96cabe569e.mspx?mfr=true1.w3wp.exe,应用程序,应用程序池之间的关系一个应用程序池可以包含多个应用程序,一个应用程序池创建一个w3wp.exe进程.那么我们就不能简单的说一个应用程序对应一个w3wp.exe进程了!其实是多个应用程序对应一个w3w 阅读全文
posted @ 2013-05-10 14:51 daishuguang 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/cc725836%28WS.10%29.aspxhttp://www.cnblogs.com/jyan/archive/2012/06/29/2569566.htmlhttp://www.cnblogs.com/artech/archive/2007/09/13/891266.html 阅读全文
posted @ 2013-05-10 10:26 daishuguang 阅读(125) 评论(0) 推荐(0) 编辑
摘要: td padding-top:10px;tr就不可以设置 阅读全文
posted @ 2013-05-10 01:04 daishuguang 阅读(525) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/MichaelZhangX/archive/2011/08/22/2149682.htmlView Code 1 <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(window.location.href);">设为首页</a>http://www.webjx.com/htmldata/2005-12-04/1133660241.html 阅读全文
posted @ 2013-05-09 23:41 daishuguang 阅读(128) 评论(0) 推荐(0) 编辑
摘要: IIS基本服务W3SVC is responsible for configuring HTTP.sys, updating HTTP.sys;and notifying WAS when a request enters the request queue;and pass request to Application pool.svchost.exe--->W3SVC,WASAttention:svchost.exe并不process request.w3wp.exe----->Application pool应用程序池是什么http://technet.microsoft.c 阅读全文
posted @ 2013-05-08 21:40 daishuguang 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://technet.microsoft.com/en-us/library/dd364312%28v=ws.10%29http://www.cnblogs.com/awpatp/archive/2010/05/30/1747569.htmlhttp://www.developer.com/net/asp/article.php/2245511/IIS-and-ASPNET-The-Application-Pool.htmhttp://hi.baidu.com/koko200147/item/086e61cfe623d03298b4980ehttp://blog.sina.com.cn 阅读全文
posted @ 2013-05-08 20:02 daishuguang 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Protocol listeners receive protocol-specific requests, send them to IIS for processing, and then return responses to requestors. For example, when a client browser requests a Web page from the Internet, the HTTP listener, HTTP.sys, picks up the request and sends it to IIS for processing. Once IIS pr 阅读全文
posted @ 2013-05-08 19:42 daishuguang 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/myloy/article/details/6979007http://blog.csdn.net/myloy/article/details/6979007http://msdn.microsoft.com/zh-SG/library/ms789006%28v=vs.85%29Windows Process Activation Service是一个为其他service提供process activation,resource management and health management service for message-activated 阅读全文
posted @ 2013-05-08 17:08 daishuguang 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 进程与程序的区别 程序时静态的,它是一些保存 在磁盘上得指令的有序集合,没有任何执行的概念。 进程是一个动态的概念,它是程序执行的过程,包括创建、调度和消亡。 阅读全文
posted @ 2013-05-08 16:51 daishuguang 阅读(163) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ms972976.aspx 阅读全文
posted @ 2013-05-08 16:13 daishuguang 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 118 下一页