Hi all, Recently my application moved on Windows server 2008. Now ajax codes don't work. I am using .Net 3.5. I installed Windows server 2008 on my computer and tested the application and it works fine. Anyone knows the solution? Thanks, Bahman
Kinda tough to figure out what "don't work" means without knowing what is not working. Do you have any errors or perhaps a URL we can take a look at?
It has error. For example I implemented a simple ajax function in one of my pages. When I browse the page on the server I see nothing just a javascript error that the browser that it can't find the function. Other places in my codes, I used update panel, but again just some javascript error. I tested my application in my local server (IIS6 and IIS7), and I had no problem. When my application was on the old server of DiscountASP(IIS), I didn't have any problems, But now I can't use Ajax. The support team said that it is a configuration issue, but I don't think so, beacause I didn't change anything and my application works fine on their old server(IIS6) and my local servers(IIS6 and IIS7).
...We will need to see that code to determine what is wrong. I'm using ajax with .NET 4 on IIS7 here. (Updated .NET) All the best, Mark