Rank: Newbie Groups: Member
Joined: 4/2/2014 Posts: 1
|
We've recently switched our session state to use SQLServer and have noticed that the HtmlToPDF.ConvertURL calls now take a long time before they even hit the controller action to load the page to convert.
Has anyone else experienced this?
We've verified that reverting back to our previous session state store provider removes the issue, however we don't want to go back to our old session state store provider.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Do you use forms authentication? What if you set AutoFormsAuthentication to false?
Thanks!
|