How to set session timeout in web.config? By: Mohamed Rasik 10 February 2016 if we want to set our custom timeout in our applications we can set it in web.config. we can set timeout session in under Read More
How to get connection string from web config configuration in asp.net c#? By: John 7 February 2016 In this article, I will show you how to get string connection from web.config file in asp.net using c#. Two ways to write the connection string in web.config file as, Read More