Showing posts with label hosts. Show all posts
Showing posts with label hosts. Show all posts

Saturday, March 24, 2012

Deployment Question

Do the AJAX extensions need to be installed on the server that hosts the website? I'm currently troubleshooting a deployment where the extensions have not been installed on the server and the calendar controls are throwing javascript errors on page loads.

Hi

No need to Install the Ajax Extension to the server. Just put the dll into your Bin directory (ASP.NET Bin Folder).

ALL extensions to your ASP.NET applications should be possible by just putting the corresponding dll into your /Bin folder. This does not only refer to AJAX.

Best Regards

Deploy to a web server

As most hosts, my web host will not install any beta products on their server, which means that I'm stuck with the "Atlas" july CTP (which works just fine in the Bin folder). The fact that you need to install ASP.NET AJAX on the server makes it useless for most people. It's great, but I can't use it because it isn't installed on the server. PLEASE! Make a version that works when copied into the /Bin birectory!

Asbj?rn

hello.

well, according to several guys, it works ok if you drop the dll on the bin and set the app to full trust. i guess that most hosts will only install it when v1.0 is released.


And how would I set the app to full trust if I don't have access to the server?
And how would I set the app to full trust if I don't have access to the server?
hello.
well, you just need to ask them the level that your app runs. it mya be running at full trust, though i doubt it.