Connecting Tech Pros Worldwide Help | Site Map

configuration error while hosting site

Newbie
 
Join Date: Jul 2008
Posts: 2
#1: Jul 14 '08
This is the error im getting,Is it a problem with versions, Im using the .net framework express edition (3.5) ,if so how do i change it

Server Error in '/Test' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'type'.

Source Error:


Line 10: <configuration>
Line 11: <configSections>
Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensions SectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 13: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGro up, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 14: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptReso urceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>


Source File: C:\webapp\WebSite6\web.config Line: 12


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407




Thank you
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Jul 15 '08

re: configuration error while hosting site


Looks like you are running 1.1...
Newbie
 
Join Date: Jul 2008
Posts: 2
#3: Jul 15 '08

re: configuration error while hosting site


Quote:

Originally Posted by kenobewan

Looks like you are running 1.1...


ya i tried to change the version but when i right click on my virtual directory,go to properties i dont get tht asp tab to change my version
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#4: Jul 16 '08

re: configuration error while hosting site


Not sure about the express edition, try re-installing.
Reply