To configure Process model for Asp.Net I have seen,
This does not give me clear information and im having a scenario-
i want to configure a custom processmodel for specific ASP.NET Webservice (i will put it in a separate App pool if needed) but other webservice/site in the IIS should use the default processmodel configuration that is exist in machine.config.
My question is,
Is it possible to configure a processmodel in web.config for specific ASP.NET web service?
if possible then is there any issue should i have to keep in mind and also does the other application in the IIS will have problem while using default config of processmodel in Machine.Config?