ASP.NET 2.0 server error

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

Server error in application "/".


Request failed with HTTP status 400: Bad request. Description: An unhandled exception was thrown during the execution of the current web request. Review the stack trace for more information about the error and how it occurs in your code.

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

Source error:

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

Thank you so much!

0


source to share


4 answers


I think I had this error when I tried to run a .NET 2.0 web application with IIS installed for .NET 1.1 for this virtual directory.



+2


source


My bet would be that the wrong version of the .NET framework is assigned to a specific site, or you haven't created a virtual directory for your website.



+1


source


Just guess: this can be a problem when installing IIS or ASP.NET. Try restarting / reinstalling IIS.

0


source


0


source







All Articles