Saturday, March 24, 2012

Working Differently Remotely and Locally

Hi,
I'm just getting started with Atlas but and have a little sample working locally where I can drag an image around on the screen (little things...). When I upload to the server all I get is the page with none of the dragging ability.

I have installed .net framework 2.0 (before which the page didn't load at all) - is there anything else I need to do on the server?
It is a shared virtual server but I have admin remote desktop onto my share.

I'm sure it is a simple thing I've missed but I can't find out what it is.

Any help greatly appreciated.
Andrew

I assume you've uploaded the dll and web.config that you're using locally as well, right?

Can you provide a link to the online version? Who's the web host?

This problem when I've seen it before was a result of a problem with the WebResource.axd. In one case, the .dll was corrupt and so the resource was throwing out gibberish (you can see if that's the case by viewing yoru page's source after the server serves it and then copying and pasting the whole webresource.axd?...etc stuff into the address bar). In the other case, the host had a problem serving up the virtial file 'webresource.axd' and so I had to literally put a blank file named webresource.axd in the root of the site.

hope it helps

Paul

No comments:

Post a Comment