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

Cowboy \(Gregory A. Beamer\)

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.
 
C

Cowboy \(Gregory A. Beamer\)

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.
 
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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top