Click here to Skip to main content
15,891,597 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends,

I have created a Website using Asp.net 2.0 using with c#. I want to convert my asp.net web application into an executable file to install my web application in another system. Is there any possible to convert my web application into exe file. If its possible tell me what are the steps. Please tell me.

Thanks,
Posted
Comments
mslliviu 30-Dec-10 2:57am    
Depending on what install requirements you have... if you just want to move files, why not an exe archive (zip rar whatever) with default extract path to C:\inetpub\wwwroot\

Unfortunately, NO.

You can compile your Asp.net web site to an Asp.net Application though. This would result in compiling the Asp.net application into a dll.

However, you can create a web setup project in Visual Studio to create a web setup (Installer) to install the web application in IIS. See http://dataerror.blogspot.com/2010/06/creating-web-setup-project-for-aspnet.html[^] to learn more.
 
Share this answer
 
Comments
thatraja 30-Dec-10 13:57pm    
Good one bro
I think you are looking for Deploying your web application in another system??

Go through the Link..,

Here[^]

AFAIK.., You can change web application into a direct EXE.
 
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