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

I want to know the procedure of creating exe for website not for webapplication in asp.net.Please give me some idea regarding this.
Posted
Comments
Manfred Rudolf Bihy 18-May-11 8:54am    
"Create exe for website" ?

What do you mean by that? Could it be you are talking about creating something like an ISAPI filter?

Please elaborate on your question. (Use the link "Improve question").Thank you!
Sergey Alexandrovich Kryukov 18-May-11 15:53pm    
Perhaps OP means HTTP server.
I provided a link, please see my solution.
--SA

I believe what you want to do is to use the precompile option when publishing your website.

The steps for doing this can be found here in the MSDN documentation.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 18-May-11 8:58am    
I not sure Marcus. What does a precompiled web app have to do with an exe file? Any idea?
fjdiewornncalwe 18-May-11 9:52am    
I think he is simply misunderstanding his instructor. Looking at his previous questions is what led me to suspect that this is what he is actually talking about.
Sergey Alexandrovich Kryukov 18-May-11 15:53pm    
Perhaps OP means HTTP server?
I provided a link, please see my solution.
--SA
Do you mean a code for a Web Server?
Look here:
Simple HTTP Server in C#[^].

—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