Hi Guys,
I have a website that is using Session State to store all the session info. Our default.aspx page (homepage) does not have any code that hits the database. However, we discovered that when the SQL Server is not accessable, the site doesn't even come up. We traced it to the web.config file.
Does the <sessionState> tag in the web.config cause a database hit. If so, is there a way to stop that?
Thanks for your help.
KP
I have a website that is using Session State to store all the session info. Our default.aspx page (homepage) does not have any code that hits the database. However, we discovered that when the SQL Server is not accessable, the site doesn't even come up. We traced it to the web.config file.
Does the <sessionState> tag in the web.config cause a database hit. If so, is there a way to stop that?
Thanks for your help.
KP