Groups | Blog | Home
all groups > asp.net > february 2005 >

asp.net : Changes to web project post deployment


Aayush Puri
2/8/2005 10:11:05 PM
Hi,
I had created an ASP.NET web application and then created an MSI for it and
sent it to
one of my friends. The web app installed successfully and worked fine on my
friend's
server. But now I need to do some bug fixes and also add some other ASPX
pages to the web
project. I wanted to know how should I package the changes and send it back
to my friend so
that he has to put in minimum effort while deploying the changed web
application.
Should I make a MSI of the new project and then ask him to unistall the
previous one and
install the new MSI?? Is there a better method??

Looking forward for comments.

Best Wishes,
-Aayush
Steve C. Orr [MVP, MCSD]
2/8/2005 10:27:13 PM
Yes.
In many cases you can get the MSI to automatically uninstall the old MSI, so
that's just a single installation step he'll have to go through. It doesn't
get much simpler than that.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


[quoted text, click to view]

Aayush Puri
2/9/2005 12:37:01 AM
Steve and Eliyahu,
Thank you for the help. I guess I know what to do now :-)

Best Wishes,
-Aayush

[quoted text, click to view]
Eliyahu Goldin
2/9/2005 10:07:22 AM
Yes, but it still safer to uninstall the program first manually from
Add/Remove Programs dialog. That's what I am always doing.

Eliyahu

[quoted text, click to view]

AddThis Social Bookmark Button