Showing posts with label machine. Show all posts
Showing posts with label machine. Show all posts

Saturday, March 24, 2012

Deployment Script for Atlas HTTP Handler

I'm deploy Atlas to several sites and put together a script that registers the Atlas handler across all sites on a machine. If anyone else is in the same situation please feel free to give it a shot:

http://geekswithblogs.net/colinbo/archive/2006/05/11/77937.aspx

Feedback appreciated!

Cheers,
Colin

Cool stuff -- thanks for posting this Colin!

Deploying ajax apps

Hi guys,

This might seem a silly question but i have installed ajax control kit on my desktop machine, the app builds and works file but when i deploy onto hosting production server which has ajax extension installed, it doesn't work eventhough i have all dlls and webconfig file on the live server, am i missing somethinh? do i have to install the control kit on the live server as well?

thanks in advance,

Abdi

Server needs ASP.NET AJAX installed, your deployment directories need AjaxControlToolkit.dll in a suitable BIN directory and the necessary web.config settings in a suitable directory.