HTTP Error 500.23 after adding dotless to my local website

前端 未结 4 1815
陌清茗
陌清茗 2021-02-03 22:28

Hi I\'m trying to run dotless on my local .net4 web site

My web config looks like this:

         


        
4条回答
  •  面向向阳花
    2021-02-03 23:09

    I had to add to my webserver section and I also had to move the configSections to be the first element in my Configuration.

    
    
    

提交回复
热议问题