Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16797 Points
2608 Posts
MVP
May 01, 2012 04:46 PM|LINK
Is the session timeout set high enough in the web.config?
<authentication mode="Forms"> <forms loginUrl="~/Account/LogOn" timeout="2880"/> </authentication>
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Getting login challege while running a stored procedure
May 01, 2012 04:46 PM|LINK
Is the session timeout set high enough in the web.config?
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880"/>
</authentication>
Space Coast .Net User Group