This is a migrated thread and some comments may be shown as answers.

WebResource.axd Error: Ticket supplied was invalid

1 Answer 184 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Mikhail
Top achievements
Rank 1
Mikhail asked on 25 Feb 2010, 06:33 PM
Hi everyone,
I am getting an error that is related to the WebResource.axd, as described in the Event Viewer.. This caused my application pool to stop running because after 5 consecutive errors within 5 minutes, IIS automatically disables the application pool.

This is what I see in the Event Viewer:

Event Code: 4005
Event Message: Forms authentication failed for the request. Reason: The ticket supplied was invalid.
Event Detail Code: 50201

Request Information:
Request URL: https://domain.com:443/AppName/WebResource.axd?d=4rxWZLa16xfVnip0ScOwlSFQgWqV91HZa614kGmY6nu-ls1XMhprh5YkpF3DJTbHlaungWY1ofirz4hip35f3A2&t=63367448160000000
Request Path: /AppName/WebResource.axd

Does this make sense --> /AppName/WebResource.axd?
That file is not physically there, so why is it referencing that?

This is just the first error. The next one, after 3 seconds, points to a RadWindow page, with the same error: Ticket supplied was invalid.  Then the 3rd one goes to my Login page... Same error, Ticket supplied was invalid.  Then it tries the Login page again: Ticket supplied was invalid.. Then the final error goes back to the WebResource.axd with the same error. Then my IIS server just decides to quit because too many errors happened in a span of 10-20 seconds.

Any thoughts on this, anyone?


1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 26 Feb 2010, 08:17 AM
Hi Mikhail,

We have a series of blog posts that explain how WebResource.axd works and what are the common issues with it.

http://blogs.telerik.com/atanaskorchev/posts/08-02-27/web_resources_demystified_part_1.aspx
http://blogs.telerik.com/atanaskorchev/posts/08-02-28/web_resources_demystified_part_2.aspx
http://blogs.telerik.com/atanaskorchev/posts/08-07-18/web_resources_demystified_part_3_troubleshooting.aspx

As for the error you receive - try setting the machine key explicitly by following this guide.

http://msmvps.com/blogs/omar/archive/2006/08/20/forms-authentication-failed-for-the-request-reason-the-ticket-supplied-was-invalid-solution.aspx

I hope this helps.

All the best,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ScriptManager and StyleSheetManager
Asked by
Mikhail
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or