I have an ASP.NET Web Api solution which doesn\'t contain a Startup.cs class. I presume this is because the solution wasn\'t created as an MVC solution.
All the code for
Yes. first you need to remove the following line from your web.config.
web.config
Only then it will call the the method it startup.cs.
startup.cs