Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have developed a webapplication that uses asp.net webforms with ajax extenders/controllers.

Everything works fine when users use it internal on the internal company net, but when users acces the webbaplication from outside the company net via a citrix weblogin/proxy the application crashes and alot of errors occurs.

Seems likes the problem that occurs is linked to the citrix weblogin/proxy? Anyone had experience or knowledge of this kind of problems when using citrix weblogin/proxy together with a webaplication that uses ajax/jquery functionality?

Some of the errors is as seen below:

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

https://a01ag.frontedge.net/CitrixWebProxy/aHR0cDovL3NlYTAxMjBzd2I1/LiveTime/ScriptResource.axd?d=kcEwZkTaFlROkIcJjoRYGOQayggH1-xLg-JClTafmdmQkfNg10b-fSvHAFoLrqqYfrDcgXsIbSYlPYXXT_zFfVlZf8iEWvNrJNy5U0PEtG41&t=3ee19eb2

share|improve this question
1  
Is it possible for You to track the whole HTTP traffic in both cases? Check out if Citrix doesn't add anything extra to You response/request. – Rafal Ziolkowski Oct 27 '09 at 8:49
Use Fiddler or another web proxy to see exactly what goes over the wire, if you can – orip Oct 27 '09 at 9:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.