We are having an issue deploying to our user acceptance test and production environments, the telerik webresource.axd file is getting a 404 there, causing the infamous 'Sys' is undefined error I presume. The application works fine on the programmers development web server. The developers app pool is set up as Framework 4.0 Integrated pipeline Windows 7, the test and production environments we deploy to are also set up as Framework 4.0 Integrated pipeline, Windows 2008. We have had our server admin verify that the axd handler mappings are enabled. Additionally I have read all the threads concerning this error and have tried everything, to no avail. Pasted below are the system.web and system.webserver sections of our config file, we have included the telerik webresource axd handler, and it is recognized because if we remove it we get a telerik exception to go add it. The crux of the problem appers to be why we are getting a 404 on this axd. The site is accessed via IBM TAM (Tivoli Access Manager) in the deployment environments, if that makes any difference. Our telerik menus remder however they dont fly out due to not having their axd resources, I presume, so it appears like the telerik dll is getting loaded, telerik tags are recognized. We are deploying the telerik dll's in the /bin (not the GAC). Also pated below is the fiddler log of our default.aspx page loading, note the telerik axd file gets 404.
I tried a small experiment, I created a dummy test.axd text file and browset it from my development machine IIS, I got a 404.17 error "The requested content appears to be script and will not be served by the static file handler".
Then I copied the same file to our deployment server site root and browsed it. Instead of getting a 404.17 error I got a flat out 404 error saying that the resource could not be found.
There is definitly a diference in how the developer box and the deployment boxes are configured, does anyone have an idea.
We are desperate, and fully licensed for this product, we have a user community of 80,000 people waiting for us to deploy this release. So far the only thing holding it back is this problem. I would appreciate any help, we've exhausted everything we could find.
I tried a small experiment, I created a dummy test.axd text file and browset it from my development machine IIS, I got a 404.17 error "The requested content appears to be script and will not be served by the static file handler".
Then I copied the same file to our deployment server site root and browsed it. Instead of getting a 404.17 error I got a flat out 404 error saying that the resource could not be found.
There is definitly a diference in how the developer box and the deployment boxes are configured, does anyone have an idea.
We are desperate, and fully licensed for this product, we have a user community of 80,000 people waiting for us to deploy this release. So far the only thing holding it back is this problem. I would appreciate any help, we've exhausted everything we could find.