views:

331

answers:

4

Hi Guys can you please help me with this error? What is it?

Server Error in '/' Application.

The request failed with HTTP status 400: Bad Request. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The request failed with HTTP status 400: Bad Request.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Thanks Alot!

A: 

Just a guess: This can be a problem with IIS or ASP.NET installation. Try to restart/reinstall IIS.

MOZILLA
yes i tried to restart the website and its pool. I can re-install IIS since I got other live websites :(
David Bonnici
+1  A: 

I think I've had this error when I've tried to run a .NET 2.0 web app with IIS set to .NET 1.1 for that virtual directory.

weiran
+1  A: 

My bet would either be that an incorrect version of .NET framework is assigned to the particular site, or you have not created a virtual directory for you web site.

Nikos Steiakakis