Error: unable to reflect System.web.configuration.machinekeySection with local iis

94 views Asked by At

I am running an ASP.net 3.5 web application with visual studio 2017. Everything working fine when I am running using IIS express but with classic pipeline. But I changed the settings (project properties – >Web – >Servers – > local iis; Created virtual directory as well) to run using local iis it is giving me the error "unable to reflect System.web.configuration.machinekeySection". I am using IIS 7.5 and Windows 7

I tried creating the machine key (both validation and decryption key) in iis but the issue persists.

Does anyone have any idea?

Attaching the error description image here

enter image description here

0

There are 0 answers