Editing in Visual Studio 2008?
If so, pull up the website configuration and aim it for .NET 2.0. This will
alter the config back to 2.0 standards.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#
or just read it:
http://feeds.feedburner.com/GregoryBeamer
********************************************
| Think outside the box! |
********************************************
"Jeff" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey
>
> I get an configuration error page when I try to view my .aspx page in IE.
> The markup below is the markup displayed in red on this error page.
> From what I understand the markup below needs .NET 3.5, but on the machine
> have only 1.1, 2.0 and 3.0. I have checked on windowsupdate.com and I have
> all the updates for .NET already installed... This website is configured
> in IIS to run against .NET 2.0
>
> </httpHandlers>
> <httpModules>
> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule,
> System.Web.Extensions,
> Version=3.5.0.0, Culture=neutral,
> PublicKeyToken=31BF3856AD364E35"/>
> </httpModules>
> </system.web>
>
> any suggestions?
>