1
votes

We have developed sample application which has OWIN KATANA Token based authentication and authorization is implemented in ASP.NET webapi. We wanted to host it in IIS. With IIS express its working with all endpoints and Token got generated. However when hosted in IIS, with Post request to get the Token , it says "HTTP/1.1 500 Internal Server Error".

Any thoughts on this, that should be handled to make it work with IIS.

1
Just to add already Microsoft.Owin.Host.SystemWeb is being referred in the application.user2181334
Please ignore the postuser2181334
What is the actual error? Please read this to enable detailed error information: chuchuva.com/pavel/2010/08/…Ruard van Elburg

1 Answers

0
votes

There is no required to do any special configuration

Please check your database connection string as well as Web.config file.