Is an AppDomain really required for each site in IIS? Or can I have a site without an AppDomain?
Is an AppDomain really required for each site in IIS? Or can I have
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t have an asp.net site without app domain. It’s part of the infrastructure that supports any .NET application execution and is not optional 🙂
You may tell us why you’re thinking on getting rid of the app domain so we can give you a more helpful answer.