Hi there i'm currently busy converting a ASP.NET web site to a AJAX ASP.NET site.
I just want to know what is the prerequisites for copying, or publishing a AJAX ASP.NET site on a Web Server currenly configured to run ASP.NET?
What should i do?
Is there any unforseen problems that might come ot light down the line?
Please can someone help me...
THANKS
SJB
You will first have to install the AJAX framework on the web server, which can be foundhere.
Do you know of any other complications down the line?
After the AJAX framework has been installed?
Not that I've come across.
thx...
Hi s_j_b,
To converting a web site to AJAX ASP.NET site.It is recommended to do these steps as below:
1. Install Asp.Net AJAX Extension. The introduction is here: http://ajax.asp.net/docs/InstallingASPNETAJAX.aspx (not necessary)
2. Add a reference to the "System.Web.Extensions.dll " in your project. (In common, the dll is in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025).
3. Modify your web.config file. Please follow this: http://ajax.asp.net/docs/ConfiguringASPNETAJAX.aspx
Hope it helps , if any problems or has been resolved yet , please let me know.
No comments:
Post a Comment