Showing posts with label remote. Show all posts
Showing posts with label remote. Show all posts

Saturday, March 24, 2012

Deploying the Simplest of ASP/AJAX -- Sample ZIP Perhaps?

I've yet to successfully deploy an ASP/AJAX simple demonstration application without running into all sorts of remote host configuration disasters.

WHY isn't there a simple ZIP file that has straightforward instructions on how to deploy ANYWHERE? (Even without a database would be a solid proof of concept for me, at this point!)

mahalos ... :) KevInKauai

Well, you don't need a database... and you don't need anything installed on the server... just install ASP.NET AJAX 1.0 from this site (http://ajax.asp.net) and then copy the DLL's into your bin folder.

Here is an example of using ASP.NET AJAX and it's pretty straight forward:http://www.singingeels.com/Articles/Using_Page_Methods_in_ASPNET_AJAX.aspx

Deploying ATLAS to a remote server

Hello everyone. I have downloaded and installed the Beta 1 version of ASP.NET AJax. I would like to be able to use it on a remote hosting service. I would add a reference to the .dll file that uses AJAX, and then update the web.config file to complete the support for AJAX, but I can't seem to fine the .dll file after I have installed it.

Does anyone know where I can find the .dll file so I can use it on a remote hosting server?

Thanks.

I am pretty sure this is what you are looking for:

C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025


Also, you will need to make sure that ASP.NET Ajax dll is installed on the
remote server.

Wally

wrote in message news:1445631@.forums.asp.net...
> Hello everyone. I have downloaded and installed the Beta 1 version of
> ASP.NET AJax. I would like to be able to use it on a remote hosting
> service. I would add a reference to the .dll file that uses AJAX, and then
> update the web.config file to complete the support for AJAX, but I can't
> seem to fine the .dll file after I have installed it.
>
>
>
> Does anyone know where I can find the .dll file so I can use it on a
> remote hosting server?
>
> Thanks.
>


Listen to the ASP.NET Podcast @.http://www.aspnetpodcast.com/
Thank you for your help. I got it to work :)