mohamed ajmeer

mohamed ajmeer

  • NA
  • 28
  • 62.1k

how to make EXE file

Apr 12 2011 7:32 AM
hai...

   iam having .net web application project(using c#,sql 2008) how can i make it to exe file.........

Answers (6)

0
Suthish Nair

Suthish Nair

  • 0
  • 30.5k
  • 7.2m
May 16 2011 7:02 AM
Actually am not sure what Mohamed asking about. Might he wants to convert web application to a windows project or something else. Only Mohamed can answer.
0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

  • 172
  • 10.9k
  • 2.5m
May 16 2011 4:15 AM
For web application you can't create exe files,because always web projects will emit the dlls and not exe's. What you can do is, you can create a web setup project and then you can send to your client/deployment location then you can install the web application by using the web setup project.

Hope this helps you.
0
Crish

Crish

  • 0
  • 2.4k
  • 91.8k
Apr 13 2011 7:28 AM
Find this Link U Get a better Responce

http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/
0
Arshad

Arshad

  • 0
  • 958
  • 47.2k
Apr 13 2011 1:58 AM
Hi,

Web application always creates a DLL.

Regards,
Arshad
0
Sam Hobbs

Sam Hobbs

  • 54
  • 29.3k
  • 2.1m
Apr 12 2011 11:29 PM
It is not possible to create an exe file from a web application.
0
Arshad

Arshad

  • 0
  • 958
  • 47.2k
Apr 12 2011 7:35 AM
Hi,

you can add the web setup project inside of same solution and can create the setup of your web application.

Regards,
Arshad