How to deploy ASP.NET Apps

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How to deploy ASP.NET Apps

    Hi,

    I create and develop my ASP.NET apps locally on my PC,
    which is running IIS. Now I want to deploy those apps on
    another web server (application run-time only), so what
    exactly are the steps?

    The target web server is a User Test web server which has
    the .NET Framework only, no VS .NET of course. My first
    attempt was to copy the bin directory and the .ASPX files
    and that initially worked until I invoked a feature in my
    app, which creates an Access database. That feature
    rquires ADODB.DLL, and it was not on the User Test web
    server, so the application crashed.

    What are the steps in deploying a web app from a dev
    server to a run-time server? Besides the bin directory,
    how do I know and how can I ensure that all the dependent
    files are also deployed?

    Thanks,

    NP
    Nus Pieds Guest

  2. Similar Questions and Discussions

    1. How to deploy...
      Hi, I am ready with the custom web control and wants to make a setup which will automatically adds that control to the toolbox. Can you please...
    2. Call windows apps from web apps
      I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this?
    3. What's the tool to use to deploy web-based apps?
      Hi there, What's a great tool to use to deploy n-tier web-based apps? I'm thinking in terms of an installer that produces a package that a client...
    4. Web enabled apps/Thin client apps
      I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or...
    5. Anyone using Perl to develop and deploy MS Windows apps?
      I'm looking for some experiences or even some guidance ... There are some freeware tools I provide on my homepage, which are written in Visual...
  3. #2

    Default How to deploy ASP.NET Apps

    Indeed it does! Thanks a lot.

    Much appreciated,

    NP
    >-----Original Message-----
    >Try the "copy project" option in VSNET. works like a
    >charm.
    >
    >
    >>-----Original Message-----
    >>Hi,
    >>
    >>I create and develop my ASP.NET apps locally on my PC,
    >>which is running IIS. Now I want to deploy those apps
    >on
    >>another web server (application run-time only), so what
    >>exactly are the steps?
    >>
    >>The target web server is a User Test web server which
    >has
    >>the .NET Framework only, no VS .NET of course. My first
    >>attempt was to copy the bin directory and the .ASPX
    >files
    >>and that initially worked until I invoked a feature in
    >my
    >>app, which creates an Access database. That feature
    >>rquires ADODB.DLL, and it was not on the User Test web
    >>server, so the application crashed.
    >>
    >>What are the steps in deploying a web app from a dev
    >>server to a run-time server? Besides the bin directory,
    >>how do I know and how can I ensure that all the
    >dependent
    >>files are also deployed?
    >>
    >>Thanks,
    >>
    >>NP
    >>.
    >>
    >.
    >
    Nus Pieds Guest

  4. #3

    Default Re: How to deploy ASP.NET Apps

    Thanks, Steve.

    I just tried it and that does the trick! I've seen that
    menu option before, but I never clicked it because I took
    it to only literally mean just a copy (i.e., duplicate).

    But even in the online help, I looked up Deploying
    Projects in the index and did not find a reference to Copy
    Project.

    Anyway, thanks for the info!

    NP
    >-----Original Message-----
    >Open your project in VS.NET
    >Under the Project drowndown menu there is a "Copy
    Project..." menu item.
    >Select it, and a nice friendly dialog box pops up with
    instructions and help
    >links and the works.
    >
    >--
    >I hope this helps,
    >Steve C. Orr, MCSD
    >[url]http://Steve.Orr.net[/url]
    >
    >
    >"Nus Pieds" <nuspieds@yahoo.com> wrote in message
    >news:0ba301c34b13$7047c780$a001280a@phx.gbl...
    >> Hi,
    >>
    >> I create and develop my ASP.NET apps locally on my PC,
    >> which is running IIS. Now I want to deploy those apps
    on
    >> another web server (application run-time only), so what
    >> exactly are the steps?
    >>
    >> The target web server is a User Test web server which
    has
    >> the .NET Framework only, no VS .NET of course. My first
    >> attempt was to copy the bin directory and the .ASPX
    files
    >> and that initially worked until I invoked a feature in
    my
    >> app, which creates an Access database. That feature
    >> rquires ADODB.DLL, and it was not on the User Test web
    >> server, so the application crashed.
    >>
    >> What are the steps in deploying a web app from a dev
    >> server to a run-time server? Besides the bin directory,
    >> how do I know and how can I ensure that all the
    dependent
    >> files are also deployed?
    >>
    >> Thanks,
    >>
    >> NP
    >
    >
    >.
    >
    Nus Pieds Guest

  5. #4

    Default Re: How to deploy ASP.NET Apps

    Even better than copy project, in my opinion, is the fact that you can
    create an MSI file to install a web site on a server. My admins love just
    getting a single file which deploys a site completely and accurately every
    time.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows XP
    Windows XP Associate Expert
    --
    "Nus Pieds" <nuspieds@yahoo.com> wrote in message
    news:0ba301c34b13$7047c780$a001280a@phx.gbl...
    > Hi,
    >
    > I create and develop my ASP.NET apps locally on my PC,
    > which is running IIS. Now I want to deploy those apps on
    > another web server (application run-time only), so what
    > exactly are the steps?
    >
    > The target web server is a User Test web server which has
    > the .NET Framework only, no VS .NET of course. My first
    > attempt was to copy the bin directory and the .ASPX files
    > and that initially worked until I invoked a feature in my
    > app, which creates an Access database. That feature
    > rquires ADODB.DLL, and it was not on the User Test web
    > server, so the application crashed.
    >
    > What are the steps in deploying a web app from a dev
    > server to a run-time server? Besides the bin directory,
    > how do I know and how can I ensure that all the dependent
    > files are also deployed?
    >
    > Thanks,
    >
    > NP

    Chris Jackson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139