Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. creating an exe in .net?

creating an exe in .net?

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vijay_83
    wrote on last edited by
    #1

    hi, what is an exe and why do we create an exe? How is an exe useful in Asp.Net? Give me some examples for creating an exe in .net... Regards Vijay.

    T N 2 Replies Last reply
    0
    • V vijay_83

      hi, what is an exe and why do we create an exe? How is an exe useful in Asp.Net? Give me some examples for creating an exe in .net... Regards Vijay.

      T Offline
      T Offline
      Tarik Guney
      wrote on last edited by
      #2

      You want to create an exe for asp.net . I think you cannot do that. but if you wanna do for visual c#.net ,just build it and look in the bin folder in folder of your project,

      1 Reply Last reply
      0
      • V vijay_83

        hi, what is an exe and why do we create an exe? How is an exe useful in Asp.Net? Give me some examples for creating an exe in .net... Regards Vijay.

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        vijay_83 wrote:

        what is an exe

        EXE is a file extension which denotes executable type files. What ever program you are executing in windows will be having one EXE.

        vijay_83 wrote:

        How is an exe useful in Asp.Net?

        ASP.NET is not having any relation with EXE. It is applicable for standalone application. ASP.NET is server side scripting language which executes on the server depends on the request it gets.

        vijay_83 wrote:

        Give me some examples for creating an exe in .net...

        Create a new Console or WindowsApplication in .NET. Write your code and run it. You will get an EXE in your output directory.


        My Website | Ask smart questions

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups