Hi there, I want to know how to shrink wrap a ASP.Net application so that it can be installed by Customers in their premises through wizard or by just running it without any need for customization.
The logic of ASP.NET application is to be hosted on web server and the customers to access it via Web browser. If you want to have a customer based part it will be better to create a Windows Form application.
goyalpk@yaho...
0 Points
4 Posts
Urgent: How to shrink wrap the ASP.Net application so that it can be installed by Customer in its...
Mar 01, 2012 05:28 PM|LINK
Hi there, I want to know how to shrink wrap a ASP.Net application so that it can be installed by Customers in their premises through wizard or by just running it without any need for customization.
Thanks so much in advance!!!
Pankaj
HostingASPNe...
All-Star
15876 Points
2974 Posts
Re: Urgent: How to shrink wrap the ASP.Net application so that it can be installed by Customer in...
Mar 02, 2012 06:46 AM|LINK
Hello,
The logic of ASP.NET application is to be hosted on web server and the customers to access it via Web browser. If you want to have a customer based part it will be better to create a Windows Form application.
Regards
Free ASP.NET Examples and source code.
kctt
Contributor
5004 Points
948 Posts
Re: Urgent: How to shrink wrap the ASP.Net application so that it can be installed by Customer in...
Mar 05, 2012 02:58 AM|LINK
Agree with HostingASPNet suggestion.
Windows Form and database on database server would be easier to deploy than Web.