Configuration error

J

Jeff

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?
 
J

Jeff Dillon

Jeff said:
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?

I assume you removed the httpModules section entirely as your first test?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top