Link to home
Start Free TrialLog in
Avatar of ahmad1467
ahmad1467Flag for United States of America

asked on

Installing Microsoft .NET Framework 4

Installing Microsoft .NET Framework 4
I have a developer that is trying to run a process in IIS that needs .NET Framwork, I have this NET Framwork  on a Windows 2008 Server  but he is still having issues
the error messages he is getting is
{Line 6:  <configuration>
Line 7:    <system.web>
Line 8:      <compilation targetFramework="4.0"/>
Line 9:      <customErrors mode="Off"/>
Line 10:     <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>

Source File: C:\inetpub\wwwroot\HR-Stuff\web.config    Line: 8
________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.4223; ASP.NET Version:2.0.50727.4223

Not sure why he would still get this error message because I just installed .NET Framework 4

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Brian Harrington
Brian Harrington
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gary
Try removing
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
You need to change the appPool to .net4, here's where to do it.
iis002.jpg
Avatar of ahmad1467

ASKER

Exactly what it was