deploying components through http (original) (raw)

hi everyone :)

i have a hybrid deployment request of sorts and was wondering if anyone knows if this is doable. i have a serviced component written in c# that is called by an asp page. i have about a couple asp pages that i need to deploy along with this component. i'm trying to figure out a way to effectively deploy this though http where essentially, an admin can access a provided installation URL from the IIS server in question and able to register the serviced component and copy the two asp pages over to a web folder. is this possible?

i appreciate any input. thanks!