I have Ajax Page methods in my asp.net 3.5 application. They were working fine with SessionState Mode="InProc". After I started using SessionState Mode="StateServer", I started get error message "System.InvalidOperationException-- Authentication failed."
Any ideas how to fix this issue ?
Please note Web Server and StateServer are different machines.
Have done quite a googling but no solution so far.
khan320
0 Points
8 Posts
PageMethods, Authenication Failed with SessionState mode of StateServer.
May 02, 2012 05:55 PM|LINK
I have Ajax Page methods in my asp.net 3.5 application. They were working fine with SessionState Mode="InProc". After I started using SessionState Mode="StateServer", I started get error message "System.InvalidOperationException-- Authentication failed."
Any ideas how to fix this issue ?
Please note Web Server and StateServer are different machines.
Have done quite a googling but no solution so far.
Thanks a lot.
khan320
0 Points
8 Posts
Re: PageMethods, Authenication Failed with SessionState mode of StateServer.
May 03, 2012 12:06 AM|LINK
Found the solution. :)
chetan.sarod...
All-Star
66639 Points
11275 Posts
Re: PageMethods, Authenication Failed with SessionState mode of StateServer.
May 03, 2012 03:07 AM|LINK
Hi,
I think the problem is due to the Session enabled ASMX web services. Please check this thread: http://forums.asp.net/p/1140291/1832554.aspx
</div>Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: PageMethods, Authenication Failed with SessionState mode of StateServer.
May 04, 2012 06:41 AM|LINK
Hello
It would be helpful if you can share how you get it resolved. It helps other community members who are seeking the similar issues.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework