Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Content-type : text/html
Message
De
05/12/2004 15:56:30
 
Information générale
Forum:
ASP.NET
Catégorie:
HTTP
Divers
Thread ID:
00966906
Message ID:
00967013
Vues:
8
Hi Rick,

Firstly, Thanks for your reply and your help.

Yes, I am tring to do a CGI style executable. Have you seen any good references to doing a cgi style application in c#?

I have tried doing what you suggested and I am still getting the error "The specified CGI application misbehaved by not returning a complete set of HTTP headers.".

This is what I did.
using System;

class VisionEdit
{
	static void Main()
	{
		Console.Write(
		@"HTTP/1.1 200 OK
		Content-type: text/html
		Hello World
		");
	}
}
Have I done this incorrectly?

Thanks for your help.

Kind Regards,
Tarran
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform