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