Showing posts with label deploying. Show all posts
Showing posts with label deploying. Show all posts

Wednesday, March 21, 2012

AJAX and AJAX Control Toolkit deploying to production

Hi,

We have a web site that has been built using ASP.NET, Microsoft AJAX, and the AJAX Control Toolkit.

Question:

Is there anything we should do before we move the web site to the production servers? For example, in ASP.NET, we need to change the debug="true" to "false" on the web.config. Is there anything similar that we need to do for AJAX and the toolkit?

Thank you

I'm not an ajax.asp.net expert, the next has been enough for me:

Ajax.asp.net extensions 1.0 must be installed on production server. You can download from here http://go.microsoft.com/fwlink/?LinkID=77296

No modifications required for the control toolkit. The binaries (dlls) are included inside Bin folder in solution when toolkit was added to solution. Check if they are present.

I recommend publish your web site with the utility "public website" from VS2005, if it's possible for you.

Hope this can help you.

Miguel Tomico.