2010年11月8日

摘要: Side-by-side execution is the ability to run multiple versions of an application or component on the same computer. You can have multiple versions of the common language runtime, and multiple versions of applications and components that use a version of the runtime, on the same computer at the same 阅读全文
posted @ 2010-11-08 17:18 做个不善的人 阅读(305) 评论(0) 推荐(0)
 
摘要: The Two step processFrom 30,000 feet level ASP.NET request processing is a 2 step process as shown below. User sends a request to the IIS:ASP.NET creates an environment which can process the request. In other words it creates the application object, request, response and context objects to process t 阅读全文
posted @ 2010-11-08 17:14 做个不善的人 阅读(523) 评论(0) 推荐(0)