VS 2003 "Copy project" stochastic HTTP Server Internal Error 500

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

  1. #1

    Default VS 2003 "Copy project" stochastic HTTP Server Internal Error 500

    Hello everyone,

    for two years we have been developing and maintaining a web application
    (currently 20 projects in solution). The deployment has always been done via
    Copy Project, with production server URL and a file share pointing to proper
    directory on the server via mapped drive.

    It has worked for two years till recently (might it be .NET fw SP 1.1 on dev
    machines?)

    The symptom is: when trying to copy project, 9 of 10 times
    (stochastically!!!) I get :

    Unable to create Web project 'URL'. The file path 'c:\folder\folder' does
    not correspond to the URL 'http://server/URL'. The two need to map to the
    same server location. HTTP Error 500: Internal Server Error

    Funny thing is that from time to time the 'copy project' happens to work.

    I've been googling for some solution, and some guys pointed at custom error
    management and the role of get_aspx_ver.aspx virtual file... Not sure if this
    is the case, logs show that the file is responded with 404 (as it should be).

    Some other funny symptom: sometimes when doing copy project, VS 'is not able
    to find out the version of the ASP.NET on the server'.

    Well, then, any ideas?

    Best regards

    Norbert

    --
    "all these moments will be gone like tears in the rain"
    Norbert Franke Guest

  2. Similar Questions and Discussions

    1. Adding a new web method gets me the "Server did not recognize the value of HTTP Header SOAPAction" error
      A couple of weeks ago, I set up a .NET web service with one web method. Since then, my Linux client has been using the one method with no problem....
    2. odbc, oracle --> error "internal error occured"
      hi everyone, i'm using cf mx 7 standard and want to connect to an oracle-db via odbc, beause it's not possible directly via oracle-driver, isn't...
    3. using "copy Project wizard" creates references to non-existant directories
      I've developed a set of web forms within a project, on of which is in a folder within the project and has SSL enabled on it. I compile it and...
    4. How to view error message instead of "internal server error"?
      I have some COM+ components that seem to be throwing some exceptions. However, IIS to just displays the "insernal server error" message. How can I...
    5. "Internal connection fatal error" when calling SQLCommand.ExecuteReader
      We are getting this error intermittently (about 5-10 times an hour) from one of our applications. It is not restricted to any particular page or...
  3. #2

    Default RE: VS 2003 "Copy project" stochastic HTTP Server Internal Error 500

    Norbert Franke, you should use a different newsgroup, however,

    Try using UnleashIt. It is a free product for deploying web applications.
    It also hooks into VS.NET. Google to find it.

    "Norbert Franke" wrote:
    > Hello everyone,
    >
    > for two years we have been developing and maintaining a web application
    > (currently 20 projects in solution). The deployment has always been done via
    > Copy Project, with production server URL and a file share pointing to proper
    > directory on the server via mapped drive.
    >
    > It has worked for two years till recently (might it be .NET fw SP 1.1 on dev
    > machines?)
    >
    > The symptom is: when trying to copy project, 9 of 10 times
    > (stochastically!!!) I get :
    >
    > Unable to create Web project 'URL'. The file path 'c:\folder\folder' does
    > not correspond to the URL 'http://server/URL'. The two need to map to the
    > same server location. HTTP Error 500: Internal Server Error
    >
    > Funny thing is that from time to time the 'copy project' happens to work.
    >
    > I've been googling for some solution, and some guys pointed at custom error
    > management and the role of get_aspx_ver.aspx virtual file... Not sure if this
    > is the case, logs show that the file is responded with 404 (as it should be).
    >
    > Some other funny symptom: sometimes when doing copy project, VS 'is not able
    > to find out the version of the ASP.NET on the server'.
    >
    > Well, then, any ideas?
    >
    > Best regards
    >
    > Norbert
    >
    > --
    > "all these moments will be gone like tears in the rain"
    Mike Logan Guest

  4. #3

    Default RE: VS 2003 "Copy project" stochastic HTTP Server Internal Error 5

    Sorry for NTG (shall I go for vsnet.*, rather?)

    UnleashIt is just great, just feel like I was blind before and now I see :)

    Thnx

    "Mike Logan" wrote:
    > Norbert Franke, you should use a different newsgroup, however,
    >
    > Try using UnleashIt. It is a free product for deploying web applications.
    > It also hooks into VS.NET. Google to find it.
    >
    > "Norbert Franke" wrote:
    >
    > > Hello everyone,
    > >
    > > for two years we have been developing and maintaining a web application
    > > (currently 20 projects in solution). The deployment has always been done via
    > > Copy Project, with production server URL and a file share pointing to proper
    > > directory on the server via mapped drive.
    > >
    > > It has worked for two years till recently (might it be .NET fw SP 1.1 on dev
    > > machines?)
    > >
    > > The symptom is: when trying to copy project, 9 of 10 times
    > > (stochastically!!!) I get :
    > >
    > > Unable to create Web project 'URL'. The file path 'c:\folder\folder' does
    > > not correspond to the URL 'http://server/URL'. The two need to map to the
    > > same server location. HTTP Error 500: Internal Server Error
    > >
    > > Funny thing is that from time to time the 'copy project' happens to work.
    > >
    > > I've been googling for some solution, and some guys pointed at custom error
    > > management and the role of get_aspx_ver.aspx virtual file... Not sure if this
    > > is the case, logs show that the file is responded with 404 (as it should be).
    > >
    > > Some other funny symptom: sometimes when doing copy project, VS 'is not able
    > > to find out the version of the ASP.NET on the server'.
    > >
    > > Well, then, any ideas?
    > >
    > > Best regards
    > >
    > > Norbert
    > >
    > > --
    > > "all these moments will be gone like tears in the rain"
    Norbert Franke 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