Is this a site? If this is a website, the assembly for the website is generated dynamically, so you cannot determine the fully qualified name of your startup class like this. Instead, try adding an assembly level attribute to your code like this, and see if your Startup.Configuration is called.
[build: OwinStartup (typeof (start))]
Praburaj
source share