Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I was Create Web application Exe and install it, but i have a problem in project run.

i am not find the exe or setup in my program file and tool bar. how to start the project in this case
Posted
Updated 23-Dec-15 2:02am
v3
Comments
CHill60 23-Dec-15 7:57am    
And the problem is ... ?
Member 10201592 23-Dec-15 8:03am    
i will update my question
Suvendu Shekhar Giri 23-Dec-15 8:13am    
Web application Exe?
What exactly is that?
Member 10201592 23-Dec-15 8:23am    
i will create a web site(Application). and some reason i will convert it in desktop application. purpose of desktop create exe.
Suvendu Shekhar Giri 23-Dec-15 8:30am    
How you converted the web application to windows?
Then is it now a web application or windows application?

There is no such thing as a "web application .exe".

There is also no such thing as converting a web application to a desktop application. It has to be rewritten as a Windows Forms or WPF app to be a desktop application.

You might want to better explain what exactly it is you're trying to do by adding more detail to the description.
 
Share this answer
 
Comments
Member 10201592 24-Dec-15 0:39am    
i am Create already that process.I can make the complete web project as a self installble exe/msi using the Visual Studio.
Follow the steps attached. In the properties of the root node there will be an option called directory Browsing,you enable(true) that option. So that the end user no need to have basic knowledge of hosing web project.

Process......
1. Open visual studio New..>Project.
2. Select setup and devployment in left side and web setup project in right side panel.select the Location where to create the setup file and give Name to solution.
3. The application will have the bin fil eunder web application folder ,here you have to rename bin into bin1.
4. Copy and paste file that you have published.
5. after data pasted the folder have bin and bin1,delete bin1 folder.
6. right click the web application folder select the property window.
7. set Default Document as Application starting login page and enable the Directory Browsing True.
8. in solution Explorer select user interface editor.
9 in user interface editor , select add Dialogue in start.
10. select customer information in add dialogue box and click ok.
11. build the process.
12. go to the folder loaction where the project created and copy the .msi Extension file and install the application
Dave Kreskowiak 24-Dec-15 10:21am    
Congratulations. You created an .EXE wrapped installer for your web application. All you need now is a web server to install it on.
 
Share this answer
 
Comments
Member 10201592 24-Dec-15 0:39am    
i am Create already that process.I can make the complete web project as a self installble exe/msi using the Visual Studio.
Follow the steps attached. In the properties of the root node there will be an option called directory Browsing,you enable(true) that option. So that the end user no need to have basic knowledge of hosing web project.

Process......
1. Open visual studio New..>Project.
2. Select setup and devployment in left side and web setup project in right side panel.select the Location where to create the setup file and give Name to solution.
3. The application will have the bin fil eunder web application folder ,here you have to rename bin into bin1.
4. Copy and paste file that you have published.
5. after data pasted the folder have bin and bin1,delete bin1 folder.
6. right click the web application folder select the property window.
7. set Default Document as Application starting login page and enable the Directory Browsing True.
8. in solution Explorer select user interface editor.
9 in user interface editor , select add Dialogue in start.
10. select customer information in add dialogue box and click ok.
11. build the process.
12. go to the folder loaction where the project created and copy the .msi Extension file and install the application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900