Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i tested my website in a xp machine with vs 2008 installed in it. i copied the website folder and pasted in the webserver machine with os server 2003 it is not working the error it shows is in webconfig file. which works if make it in a xp machine as a web server


Unrecognized attribute 'type'.
Source Error:
HTML
Line 10: 		<sectiongroup name="businessObjects">
Line 11: 		</sectiongroup>
Line 12: 		<sectiongroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 13: 			<sectiongroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Line 14: 				<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirepermission="false" allowdefinition="MachineToApplication" /></sectiongroup></sectiongroup>
Posted
Updated 11-Aug-11 19:51pm
v3
Comments
koolprasad2003 12-Aug-11 3:56am    
make it SOLVED, if it is. by accept any solution.

Have u checked your IIS settings ?

IIS virtual directory set to some other version instead of 3.5, Set it to the right version

here is Refer.[^]
 
Share this answer
 
v2
Don't just copy and paste the folder: Publish your website to the server instead. That may solve your problem.
 
Share this answer
 
Check that you have proper version of ASP.net set for your website in IIS.
 
Share this answer
 
May be Your Project is Developed on vs2005 some times u should change the Total webConfig file.vs2005 developed project doesnt work on vs2008
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900