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

No comments:

Post a Comment