How to deploy asp.net web application multiple times on the same server?

Posted by Sergey on Stack Overflow See other posts from Stack Overflow or by Sergey
Published on 2010-03-16T08:30:29Z Indexed on 2010/03/16 8:36 UTC
Read the original article Hit count: 482

Filed under:
|
|
|

Hello,

I have a ASP.NET 3.5 web application and I would like to allow users to install this web application multiple times on the same server.

Each web app will work with it's own database:

Server1
--------
WebApp1 - database1
WebApp2 - database2
WebApp3 - database3

Firstly I tried to use web-deployment-project, but it allows me to install my web application only once.

How I should implement deployment of web app multiple times on the same server? Should I develop my own winforms application?

Thanks,

Sergey

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#