Scott Forsyth's BlogPostings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.Application vs. AppDomain- September 2, 2007 A question was asked on a forum that I frequent which I thought was worth writting a blog about. Q: What is the difference between an application and an Appdomain I understand from my research so far that an Appdomain is a container within which ASPX runs and that Apppool is a process that starts the w3wp.exe worker process within which ASP applications run. A: That's a good question. Here are some key differences: An application is an IIS term, but it's one that ASP.NET...http://weblogs.asp.net/owscott/archive/2007/09/02/application-vs-appdomain.aspx |