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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to create exe file of C# web project?

How to create exe file of C# web project?

Scheduled Pinned Locked Moved ASP.NET
csharptutorialquestionasp-netbusiness
6 Posts 4 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.
  • N Offline
    N Offline
    nudma
    wrote on last edited by
    #1

    Hi All!! I want to create exe file of Asp.Net C# web project so that i can deploy it on any computer. Please guide me how can i do that?and what will be the requirements to deploy it on other computer having no asp.net? Please guide me!!

    A A C 3 Replies Last reply
    0
    • N nudma

      Hi All!! I want to create exe file of Asp.Net C# web project so that i can deploy it on any computer. Please guide me how can i do that?and what will be the requirements to deploy it on other computer having no asp.net? Please guide me!!

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      nudma wrote:

      I want to create exe file of Asp.Net C# web project so that i can deploy it on any computer. Please guide me how can i do that?and what will be the requirements to deploy it on other computer having no asp.net?

      An Web Based Application is not like an windows based application which can be installed in any machine. Web Based Application only be hosted on Web Server (IIS) and other user can access it from there. Your questaions says, you are asking about Web Setup Project. Here you go : Visual Studio Setups (Web Setup Part I)[^] and Ref[^] This may helps you :-D

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      1 Reply Last reply
      0
      • N nudma

        Hi All!! I want to create exe file of Asp.Net C# web project so that i can deploy it on any computer. Please guide me how can i do that?and what will be the requirements to deploy it on other computer having no asp.net? Please guide me!!

        A Offline
        A Offline
        ali_reza_zareian
        wrote on last edited by
        #3

        Add web setup project to your exciting project.right click on your websetup project and select add-->project output. a window should appear.just select ok. Requirements for runing asp.net web page depends on target mashine but maybe you need: 1-iis 2-.net framework 3-if you use sql database ,you can install sql Express.

        N 1 Reply Last reply
        0
        • N nudma

          Hi All!! I want to create exe file of Asp.Net C# web project so that i can deploy it on any computer. Please guide me how can i do that?and what will be the requirements to deploy it on other computer having no asp.net? Please guide me!!

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          you need to read a VERY basic book on ASP.NET, because it's clear you have no idea what it is, or what it does. An ASP.NET application can only run on a web server that has ASP.NET. It gets to users via the web, that's what ASP.NET is for,

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          N 1 Reply Last reply
          0
          • C Christian Graus

            you need to read a VERY basic book on ASP.NET, because it's clear you have no idea what it is, or what it does. An ASP.NET application can only run on a web server that has ASP.NET. It gets to users via the web, that's what ASP.NET is for,

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            N Offline
            N Offline
            nudma
            wrote on last edited by
            #5

            @ Christian Graus Thankyou so much for your kind information...

            1 Reply Last reply
            0
            • A ali_reza_zareian

              Add web setup project to your exciting project.right click on your websetup project and select add-->project output. a window should appear.just select ok. Requirements for runing asp.net web page depends on target mashine but maybe you need: 1-iis 2-.net framework 3-if you use sql database ,you can install sql Express.

              N Offline
              N Offline
              nudma
              wrote on last edited by
              #6

              Thankyou so much it worked!!

              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