locked
No assembly found containing an OwinStartupAttribute RRS feed

  • Question

  • User434382593 posted

    Hi

    I've been working on some code, and i'm getting the following error.

    No assembly found containing an OwinStartupAttribute

    I've found some similar problems on the web so I've added the following in my web.config file under appsettings, but it's still generating the same error.

    First I tried this, which didn't work

    <add key="owin:AppStartup" value="false"></add>

    Then I tried this, which also didn't work

    <add key="owin:AppStartup" value="WebApplication1.App_Start.Startup" />

    I'm relatively new to .net, can someone please advise what is the best course of action

    Monday, August 24, 2020 8:34 AM

All replies