M
mg
How can I change the value of "timeout" in Web.config
<sessionState timeout="20" />
in one deployed app (project A) from a method call in a
WebForm (C#) that's running in another deployed app
(project B) on the same server.
<sessionState timeout="20" />
in one deployed app (project A) from a method call in a
WebForm (C#) that's running in another deployed app
(project B) on the same server.