473,385 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

500 - Server internal error!

I've just installed MS VS.NET 2003 on Windows XP Professional with
IIS(ASP.NET 1.1). Everything went smooth.
But when I'm trying to create a simple distributed application with C#, I
get a message from IIS like "500 - Server Internal Error"

Does anyone knows where it might be the problem?
Kind regards,

Costi Stan
Nov 19 '05 #1
4 1403
The 500 Server Error indicates that an exception has occurred in your
application. Perhaps a bit of debugging might be in order.

BTW, I din't realize there WAS such as thing as a "simple" distributed
application! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Costi Stan" <st*******@yahoo.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
I've just installed MS VS.NET 2003 on Windows XP Professional with
IIS(ASP.NET 1.1). Everything went smooth.
But when I'm trying to create a simple distributed application with C#, I
get a message from IIS like "500 - Server Internal Error"

Does anyone knows where it might be the problem?
Kind regards,

Costi Stan

Nov 19 '05 #2
What kind of debugging do you sugest?
I have no idea how to start the project. I would know how to debug it, but
not to set it up with IIS.

Indeed, really simple distributed. Be my guest and have a look. I think
Microsoft kept the template in the new VS.NET.
New Project -> Other Projects -> Enterprise Template Projects -> Visual C#
Simple Distributed Application.

Thanks,

Costi


"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
The 500 Server Error indicates that an exception has occurred in your
application. Perhaps a bit of debugging might be in order.

BTW, I din't realize there WAS such as thing as a "simple" distributed
application! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Costi Stan" <st*******@yahoo.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
I've just installed MS VS.NET 2003 on Windows XP Professional with
IIS(ASP.NET 1.1). Everything went smooth.
But when I'm trying to create a simple distributed application with C#, I
get a message from IIS like "500 - Server Internal Error"

Does anyone knows where it might be the problem?
Kind regards,

Costi Stan


Nov 19 '05 #3
Hi Costi,
I have no idea how to start the project. I would know how to debug it, but
not to set it up with IIS.
You just purchased Visual Studio.Net, right?

Compile in Debug mode, and then use the Debugger tools when you run it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Costi Stan" <st*******@yahoo.com> wrote in message
news:ex**************@TK2MSFTNGP10.phx.gbl... What kind of debugging do you sugest?
I have no idea how to start the project. I would know how to debug it, but
not to set it up with IIS.

Indeed, really simple distributed. Be my guest and have a look. I think
Microsoft kept the template in the new VS.NET.
New Project -> Other Projects -> Enterprise Template Projects -> Visual C#
Simple Distributed Application.

Thanks,

Costi


"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
The 500 Server Error indicates that an exception has occurred in your
application. Perhaps a bit of debugging might be in order.

BTW, I din't realize there WAS such as thing as a "simple" distributed
application! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Costi Stan" <st*******@yahoo.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
I've just installed MS VS.NET 2003 on Windows XP Professional with
IIS(ASP.NET 1.1). Everything went smooth.
But when I'm trying to create a simple distributed application with C#,
I get a message from IIS like "500 - Server Internal Error"

Does anyone knows where it might be the problem?
Kind regards,

Costi Stan



Nov 19 '05 #4
Try this.

From internet explorer, select the tools menu then internet options. select
the connections tab. click the LAN settings button. If the automatically
detect settings check box is checked clear it. try running the application
again.

"Costi Stan" <st*******@yahoo.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
I've just installed MS VS.NET 2003 on Windows XP Professional with
IIS(ASP.NET 1.1). Everything went smooth.
But when I'm trying to create a simple distributed application with C#, I
get a message from IIS like "500 - Server Internal Error"

Does anyone knows where it might be the problem?
Kind regards,

Costi Stan

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
5
by: Ben | last post by:
hi when I try to excecute an ASP (either JS or VB) script to say, access a database record, I get an Internal Server Error HTTP 500.100 Why? and HOW CAN I FIX THIS? Thanks
4
by: Patrick Masson | last post by:
Hello, Our configuration : Apache 2.0.53 PHP 5.0.4 PC Windows 2000 MATLAB 6.1 We work on a consulting project in France which involves MATLAB Web server,
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
4
by: jf li | last post by:
I have a Asp.net web application and a Asp.net Web service application. The Web application is using HtmlInputFile to get a 50M size of file selected by end user, read the data of this file and...
11
by: Lieven | last post by:
Hey, I had a hard disc problem last week on my server. I replaced the disc and copied al the files to the new hard disc, everything works fine again except some php scripts that are using the...
23
by: ticfranca | last post by:
Hi, I'm getting this error in the code below: sub Pega_recorde { $database = 'bundinha'; $host = 'localhost'; $usuario = 'myhumoradm'; $senha = 'my8xr2d2'; ...
0
by: ticfranca | last post by:
i'm getting an error at the line : $sth->execute() or die $dbh->errstr; the error is : The server encountered an internal error or misconfiguration and was unable to complete your request. Please...
3
by: rooznamechi.h | last post by:
Hi, I use Url rewriting on my website and my website works normally , but I don't know why Google crawlers can not read my pages . For example look at address below :...
3
by: guillaume.braux | last post by:
Hello, I am running WS2008 + IIS7 + FASTCGI + ZendCore. I have not modified the default ZendCore php.ini configuration file. Actualy, any kind of PHP error, warning or notice gives me...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.