Hi
When I export a report with more than 30000 rows with reporting services I see this error: ASP.NET session has expired
What is the best option to solve this problem, and why aspnet throw this error:
My configuration of my aplication:
<sessionState mode="InProc"/>
<httpRuntime targetFramework="4.5.1" executionTimeout="900" />