move from development machine to server

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

  1. #1

    Default move from development machine to server

    hello group

    i wrote a asp.net application on my xp pro machine., now i want to
    move it to server. i used vs.net 2003. it looks like the sln file is
    in my code folder, but the web site is in c:\inetpub\wwwroot.

    do i just copy the wholed website from wwwroot to the server? server
    is windows server 2003. do i have to do anything in iis?

    thanks!
    AP
    Antonio Policelli Guest

  2. Similar Questions and Discussions

    1. Access Plug-in doesn't work in Development Server
      I have downloaded the Linux development version of the flash media server version 3.0. Video streaming works fine. I want to write a C/C++...
    2. Contribute files from Development to Production server
      Hi, I'm looking for advice on how to move Contribute-authored files on a development server to a production location once Contribute users press...
    3. Exception handling in server control development
      Dear Folks, in the server control development, i am throwing exception from the server control. i know that this cannot be handled in the page_load...
    4. Server control development
      Dear Folks, I am developing a Header server control. as we know the header control is always going to be at the top of the web page. is there any...
    5. unable to access web page on development machine
      I am trying to run a simple asp.net page using Visual Studio Net Pro 2002 and getting an error 403.1 Forbidden: Execute Access Forbidden. It...
  3. #2

    Default Re: move from development machine to server

    You could copy just the directory off wwwroot, but you should delete the
    extra files. all the .resx, .cs, or any source safe files. Then just copy
    the site over.

    You should copy the directory to a temp directory to delete the stuff out,
    otherwise you will delete you codebehind files.

    bill

    "Antonio Policelli" <blarfoc@yahoo.com> wrote in message
    news:624f68b2.0307110938.4d5cd3cb@posting.google.c om...
    > hello group
    >
    > i wrote a asp.net application on my xp pro machine., now i want to
    > move it to server. i used vs.net 2003. it looks like the sln file is
    > in my code folder, but the web site is in c:\inetpub\wwwroot.
    >
    > do i just copy the wholed website from wwwroot to the server? server
    > is windows server 2003. do i have to do anything in iis?
    >
    > thanks!
    > AP

    William F. Robertson, Jr. Guest

  4. #3

    Default Re: move from development machine to server

    Look at the Copy Project option under the Project menu list. What I have
    read from Microsoft is that this is how you are suppose to deploy compiled
    ASP.Net projects. If you are doing just in time compilation, you really
    don't need to do it this way.

    --
    Brett Howard
    [email]bjhoward1@JoiMail.com[/email]
    "Antonio Policelli" <blarfoc@yahoo.com> wrote in message
    news:624f68b2.0307110938.4d5cd3cb@posting.google.c om...
    > hello group
    >
    > i wrote a asp.net application on my xp pro machine., now i want to
    > move it to server. i used vs.net 2003. it looks like the sln file is
    > in my code folder, but the web site is in c:\inetpub\wwwroot.
    >
    > do i just copy the wholed website from wwwroot to the server? server
    > is windows server 2003. do i have to do anything in iis?
    >
    > thanks!
    > AP

    Howard, Brett 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