Asp.net web api exception only after deploying at IIS : A route named 'HelpPage_Default' is already in the route collection

后端 未结 6 848
孤独总比滥情好
孤独总比滥情好 2021-01-01 09:01

I\'ve read this question and tried the solutions mentioned there but I\'m getting this exception only after i published the application to IIS of a remote server. In my loca

6条回答
  •  天命终不由人
    2021-01-01 09:22

    1. Right click your solution in Visual Studio -> click Clean Solution
    2. Remove all files under your \Project\bin\ folders
    3. Rebuild your solution in Visual Studio Cheers.

提交回复
热议问题