Wednesday, March 21, 2012

Atlas server requirements?

What are the server side requirements for Atlas? Can any elements of it be used without IIS specifc updates? We are on a hosted server and the host does not support CTP or beta releases so jsut wondering what if anythig nwe can use.Hi s2k - I have the same problems with the hosted server although I do have remote desktop admni rights to some extent. I've managed to get the .net 2.0 framework itself on there but I can't seem to get atlas elements to work.
Is there something specific that needs to be installed?
can it be done by hand, or does an exe have to be run?

Thanks for any help!

hello guys.

normally, you only need to have .net 2.0 installed on the server (it must support ASP.NET 2.0) an place the bin on the dll. as you might guess, your app has to be configured to use asp.net2.0 (which might not happen by default if you also have 1.1 installed on the server).

the only configuration that must be done to iis is only need if you're using bridging (you must register the asbx extension - if i'm not mistaken, that is). if you cannot change this, you can still use bridging through tunneling by using a specila module which is commented (by default) on the config file.


Hi thanks for this.
My app is very simple and works locally - an image that can be dragged around the screen.
I have uploaded this to the server with no changes.
Initially I got a 404 error - I installed the .net framework 2.0 and after that, I could see the page as a normal web page - but on the server, the image is not draggable.

Am I missing something?

No comments:

Post a Comment