Web API

Discussion in 'ASP.NET 4.5 Beta [Closed]' started by cylentwolf, Aug 21, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am deploying a web api to the asp.net 4.5 lab area and it is giving me a 500 internal server error when hitting the service. is there anything else I need to do to set it up? is there any way to look at errors better than just the 500 error?

    thanks.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    turn off custom error.
     
  3. So my new fun error is:
    Could not load type 'System.Net.Http.HttpMessageInvoker' from assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

    do we not have that dll around? do I need to update it to 4.5 version of the assembly?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Did some research and it looks like it is a known issue w/ asp.net 4.5 beta. We'll have ASP.NET 4.5 available in production within the next couple weeks.
     
  5. Thanks Bruce. Do you think there will be any issues with just straight deploying a asp.net web api project to discountasp.net once it goes live?
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    When we launch, we'll have the release version of ASP.NET 4.5 which should support webapi fully. I don't think there's going to be any problem.
     
  7. ASP.NET 4.5 Updated?

    I'm trying "ASP. NET Web API Tutorial 02: CRUD Operations" and get the same error. Will ASP.NET 4.5 release version be available on Labs soon?
     
  8. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    We will be launching official support for ASP.NET 4.5 soon in our production environment. When we do that the labs program for .NET 4.5 beta will be ending. Notices will be going out when the dates are determined.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page