Summary


Deploying ASP.NET AJAX applications is not too complex, but there are some pitfalls to be avoided. Configuration errors are the most common complaint. This is made worse by the fact that development environments are often different from the production environment, and configuration changes are a necessary part of deployment. Before beginning deployment, you should check for a set of common issues that cause problems and can be difficult to track down and are also easily avoided.

The Web Deployment Project add-in for Visual Web Developer can help in automating a reusable process for moving from development into production. It allows for extensive customization for your unique environment and makes it easy to establish an environment where designers and developers collaborate to produce the application and then automated processes are employed to move it into production reliably.

The increased use of JavaScript brings some potentially interesting challenges to high volume applications that you want to tune for the absolute best performance. Coalescing script use to a single location for multiple applications can provide a performance benefit.

For single applications that deploy to a cluster of web servers, there are additional configuration concerns. Machine keys need to be synchronized and you may need to use a backend database to store Session state.

Outside of an ASP.NET application, it is still possible to use the Microsoft AJAX Library. This allows you to use the rich object-oriented approach to writing JavaScript in various environments and to avoid another context switch for the developer using multiple libraries.




Professional ASP. NET 2.0 AJAX
Professional ASP.NET 2.0 AJAX (Programmer to Programmer)
ISBN: 0470109629
EAN: 2147483647
Year: 2004
Pages: 107

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net