This is an existing asp.net application (VS 2008) which makes calls to web services. Everything was working fine. Recently, the IIS (ver 6) was changed to use ASP.net 4.0(from asp.net 2.0) and all the web service calls are failing now.
The error in the application log states ‘Forms authentication failed for the request. Reason: The ticket supplied was invalid’
I am new to this application and just dont know how to fix the issue.
Any help is appreciated.
so your application is a .net 2.0 application, and you changed the site version to .net 4? Why was your website upgraded to .Net 4? Either upgrade your application to .Net 4, or downgrade your site to .Net 2. You can’t have them mismatching.