OwinMiddleware doesn't preserve culture change in .net 4.6.*

前端 未结 2 1791
北荒
北荒 2021-01-03 06:00

I have an owin culture middle ware running very nice.

It just changes the culture according to the url. This works in 4.5.* perfectly. Now when the runtiome is chang

2条回答
  •  遥遥无期
    2021-01-03 06:42

    I got a response from microsoft which works for me.

    you can try set the following element in your web.config file. This element has to be child to the element.

    
    

提交回复
热议问题