I have read somewhere that changing aspx file or web.config restart application pool and result in session loss. Some e-commerce store are using XML files instead of putting data in web.config.
Please let me know if aspx or web.config really restart application pool or any component of IIS which can cause disturbance for users. Also, if there is any way to work around it(Would AppDomain work)?
Thanks