A Conversation for The H2G2 Programmers' Corner
VB.Net / ASP - server error - please help
TowelMaster Started conversation Oct 22, 2003
Hi,
I have installed Visual Studio.Net and I am writing vb-programs, there is no problem there(technically speaking). I want to start up a new 'solution' in which I will write a web-application (ASP). When I try to open a new project however, I get this error :
HTTP/1.1 500 Internal Server Error.
I have search the web for days but none of the 'fixes' or 'solutions' work. In C:\WINNT\SYSTEM32\Logfiles I find the errorlog which says :
127.0.0.1 GET /WebApplication1/get_aspx_ver.aspx 500
127.0.0.1 GET /get_aspx_ver.aspx 500
As I understand it, .Net will always try to point to an aspx-file when it starts the web-application-IDE.
IIS is installed on my pc as required but I have not gone too far in configuring it because I am not familiar with it.
BTW: this error also shows up in google connected to apache-servers so it may not be a .Net-problem exclusively.
Does anyone have any idea what to do about this?
TM.
VB.Net / ASP - server error - please help
Ion the Naysayer Posted Oct 22, 2003
500 Internal Server Error is a generic error code for when a script does something it's not supposed to, for example if there's a syntax or runtime error in a Perl script you'll get a 500 Server Error if you try to load it. Normally any error messages generated by the scripting engine that produced the error will be recorded in the logfile, e.g. "Syntax error at line x in somescript.pl".
Key: Complain about this post
VB.Net / ASP - server error - please help
More Conversations for The H2G2 Programmers' Corner
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."