I want to create an intranet site on asp.net with database that should be run and deployed as a .exe file or .msi file on different computers.
create application for intranet site
Collapse
X
-
Tags: None
-
First off, you have a lot to finish before you need to start worrying about how you are going to deploy it. Get the code written and tested first, then worry about deployment.
Second, read everything on www.asp.net and if you still have questions post again. -
I have already developed my application i want to embed my some part of application with database into msi file or exe file and send them to a diffrent user after that when he will download it then like any other softwares click it and my application sould be deployed automatically on that client side with the database as given in msi file.First off, you have a lot to finish before you need to start worrying about how you are going to deploy it. Get the code written and tested first, then worry about deployment.
Second, read everything on www.asp.net and if you still have questions post again.Comment
-
Oh so you don't want to create an executable that installs the website...you want to create an executable that installs an application that the user can download from your website.
This is not an ASP.NET question. I have moved your question to the .NET forum so that you can get more help.
Don't know if this helps but have you seen this article on Creating Setup Projects?
-FrinnyComment
Comment