How do I fix the “compilerVersion” IIS error?

前端 未结 7 1460
借酒劲吻你
借酒劲吻你 2020-11-28 06:04

I\'m getting this exception:

System.Configuration.ConfigurationErrorsException: The value for the \'compilerVersion\' attribute in the provider opti

7条回答
  •  失恋的感觉
    2020-11-28 06:47

    In my case, I am using an old Webform website (V 2.0), need to append a new application which is developed in MVC4.0. This same error I was facing and after many permutations and combination of the given solution, I wrapped the whole web.comfig of the parent application in the following tag

    
    ...... web config tags here........
     
    

提交回复
热议问题