OWIN Startup Class Missing

前端 未结 19 1175
攒了一身酷
攒了一身酷 2020-11-29 15:40

I\'m getting this error as my project is not able to find the reference for OWIN startup class. I\'ve even installed all the OWIN reference packages through Nug

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 16:24

    First you have to create your startup file and after you must specify the locale of this file in web.config, inside appSettings tag with this line:

    It solved my problem.

提交回复
热议问题