While back I remembered that I could create an install package for my asp.net web application through some type of deployment package that I downloaded from Microsoft.
And I was able to install that from my IIS. Can any one tell me what the link is? Again have visual studio 2012
I did down load web deployments project RTW -2010 but when I install it, I can't find it in my VS2012 at all.
Member
7 Points
50 Posts
Deployment of webapplication on VS 2012
Nov 07, 2013 10:03 AM|james_km|LINK
Hi,
While back I remembered that I could create an install package for my asp.net web application through some type of deployment package that I downloaded from Microsoft.
And I was able to install that from my IIS. Can any one tell me what the link is? Again have visual studio 2012
I did down load web deployments project RTW -2010 but when I install it, I can't find it in my VS2012 at all.
Thank you in advance
Deployment asp.net
Member
50 Points
97 Posts
Re: Deployment of webapplication on VS 2012
Nov 07, 2013 10:21 AM|Pradip26|LINK
Refer
http://msdn.microsoft.com/en-us/library/dd465337.aspx
Deployment asp.net
Member
7 Points
50 Posts
Re: Deployment of webapplication on VS 2012
Nov 07, 2013 11:08 AM|james_km|LINK
Thank you for the link. but what I was looking for is more like installer so i can run that on the server
Deployment asp.net
Member
680 Points
279 Posts
Re: Deployment of webapplication on VS 2012
Nov 09, 2013 08:41 AM|Tear09|LINK
Hi,
I think you can't achieve this by normal deploy in VS2012. (Easy in VS2010)
You can consider the InstallShield Limited Edition in VS2012. (Create new project=>other project=>Install and Develop)
http://app.learn.flexerasoftware.com/e/es.aspx?s=2391&e=215370&elq=6878bc50d8ee4a548fd8949b534b50dd
Thanks
Deployment asp.net