Showing posts with label scenario. Show all posts
Showing posts with label scenario. Show all posts

Wednesday, March 28, 2012

ASP.NET AJAX not working in IIS 6.0

I have a scenario where my AJAX application is not working in IIS but is working correctly in ASP.NET Development server. I dont understand the difference between these two except for the context in which the application runs. Am I missing any setting. I tried checking web.config and reconfirmed it to be correct when I found this application working on ASP.NET Development server.

help me in this-----

Hi,

first: AJAX working on IIS 6, i have a production application in this environment without any problems.

Have you got installed the ASP.NET AJAX framwork or have you only copy the DLL into the bin directory?

What kind of error messages comes up? Can you explain the errors you have?

Have you setup the application inside the IIS correct, configured the right ASP.NET Version?

Regards
Marc André

ASP.NET AJAX Deployment error

i,

I`ve done an ASP.NET AJAXwebsite and it works perfectly on my development machine. Ok! But whenI try to deploy my application on a webfarm scenario my website doesn`twork properly.
It comes out with the following error message sometimes:

"
Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server could not be parsed. Common causesfor this error are when the response is modified by calls toResponse.Write(), response filters, HttpModules, or server trace isenabled.

Details: Error parsing near '

<!DOCTYPE html P'.
"

Thisproblem occurs randomly. Apparently, it`s due to the load balanceconfiguration on our web servers. I think when the request goes toanother machine my website crashes.

Any hint would be very appreciated. :]

You may want to check this out

http://www.rosshawkins.net/rfh/articles/webresource.axd.html

Let me know if this helps.