Ask a Question related to ASP.NET Web Services, Design and Development.
-
Norbert Franke #1
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
-
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.... -
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... -
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... -
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... -
"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... -
Mike Logan #2
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
-
Norbert Franke #3
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



Reply With Quote

