Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

How can we create a exe for ASP.NET application, please give me a elaborative approach.
Posted
Comments
janwel 2-Aug-11 1:31am    
why dont you try visual basic

An ASP.Net page is a web page. It is hosted on a web server.
There is no way (and in fact no need) of creating an exe.
 
Share this answer
 
Comments
DominicZA 1-Aug-11 5:21am    
Dammit...beat me to it :P
Sergey Alexandrovich Kryukov 1-Aug-11 11:12am    
Yes, but... OP needs to know about Web site precompilation; please see my answer.
--SA
There is something else you need to know: Web site precompilation.

Please see:
http://msdn.microsoft.com/en-us/library/ms228015%28v=vs.85%29.aspx[^],
http://odetocode.com/articles/417.aspx[^].

—SA
 
Share this answer
 
Comments
thatraja 1-Aug-11 22:00pm    
Spot on, 5!
Sergey Alexandrovich Kryukov 1-Aug-11 22:20pm    
Thank you, Raja.
--SA
Abhinav S 2-Aug-11 0:48am    
Good links. My 5.
Sergey Alexandrovich Kryukov 2-Aug-11 0:51am    
Thank you, Abhinav.
--SA
RaviRanjanKr 2-Aug-11 8:57am    
Nice Link, 5+
You don't.

Instead, go to "Build" on the menu, and select "Publish Website". The wizard will guide you through the process.
 
Share this answer
 
Comments
DominicZA 1-Aug-11 5:22am    
Its like you can read my mind or something... :P
OriginalGriff 1-Aug-11 5:27am    
No, but I can read your hard disk...
Sergey Alexandrovich Kryukov 1-Aug-11 11:12am    
Yes, but... OP needs to know about Web site precompilation; please see my answer.
--SA
You dont. An ASP.Net application is hosted in IIS (or another service) and is accessed through a web browser.

To publish your ASP.Net application you right click on the project and select Publish. This will generate all the relevant files for you.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Aug-11 11:12am    
Yes, but... OP needs to know about Web site precompilation; please see my answer.
--SA
 
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