Server Error web.config

NeshaTheBigGuy

Primećen član
Poruka
786
Imam problem, napravio sam asp.net website. Koristim Cassini web server kao lokalni server za prezentiranje sajta. Fora je što kod mene sve radi. A na većini drugih kompjutera, kada pokrenem cassini i odem na primer na "http://localhost:90/About.aspx" izbaci mi "Server error in application". I da je problem u web.config fajlu. Šta da radim?!? Pomoć!! Hitno je!

Kod:
Server Error in '/' 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 2:  <configuration>
Line 3:  	<configSections>
[COLOR="Red"]Line 4:  		<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">[/COLOR]
Line 5:  			<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 6:  				<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>

Source File: C:\nikolatesla\web.config    Line: 4 
________________________________________
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
 
ServerError-1.jpg
 

Back
Top