Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi
I want steps of how to create exe file in asp.net web application
Posted
Comments
Thanks7872 13-May-13 2:25am    
Typing this in google gets about 6,560,000 results (0.32 seconds).Refer to this link.

1 solution

Create a new project in Console application. Write some code, then compile it. Run and verify whether working fine. Now check the project's bin folder -> an .exe file automatically get created there.

Hope this helps you.

If any queries plz let me know.
 
Share this answer
 

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