Server error [URGENT HELP NEEDED]
-
hi guys, i'm new to development in ASP.NET. Infact, this is my first .Net website. After uploading, i get this error:
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 10: <configuration> Line 11: <configSections> Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
the error highlights line 12. please hw do i fix this?He who goes for revenge must first dig two graves.
-
hi guys, i'm new to development in ASP.NET. Infact, this is my first .Net website. After uploading, i get this error:
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 10: <configuration> Line 11: <configSections> Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
the error highlights line 12. please hw do i fix this?He who goes for revenge must first dig two graves.
-
hi guys, i'm new to development in ASP.NET. Infact, this is my first .Net website. After uploading, i get this error:
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 10: <configuration> Line 11: <configSections> Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
the error highlights line 12. please hw do i fix this?He who goes for revenge must first dig two graves.
One of my Clients once got this error. Are you using Ajax in your Project ?
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
hi guys, i'm new to development in ASP.NET. Infact, this is my first .Net website. After uploading, i get this error:
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 10: <configuration> Line 11: <configSections> Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
the error highlights line 12. please hw do i fix this?He who goes for revenge must first dig two graves.
-
if ur site is working fine on local then check whether u hav upload all the dll and other needed files and uplaod them again in proper location and check ur web.config
On local, everything works fine. i'm not running it on local anymore. i've uploaded it to the site. Also there's no ajax with it.
devesh sinha wrote:
if ur site is working fine on local then check whether u hav upload all the dll and other needed files and uplaod them again in proper location and check ur web.config
i'm not which dlls to upload, and where they should be uploaded.
He who goes for revenge must first dig two graves.
-
On local, everything works fine. i'm not running it on local anymore. i've uploaded it to the site. Also there's no ajax with it.
devesh sinha wrote:
if ur site is working fine on local then check whether u hav upload all the dll and other needed files and uplaod them again in proper location and check ur web.config
i'm not which dlls to upload, and where they should be uploaded.
He who goes for revenge must first dig two graves.
Creamboy wrote:
. i've uploaded it to the site.
What does it mean ? Did you deployed it into IIS ? Did you try what I have suggested?
cheers, Abhijit CodeProject MVP
-
Creamboy wrote:
. i've uploaded it to the site.
What does it mean ? Did you deployed it into IIS ? Did you try what I have suggested?
cheers, Abhijit CodeProject MVP
Abhijit, i tried what u suggested. Still same error.
Abhijit Jana wrote:
i've uploaded it to the site.
I mean, i've put it up on the webserver But i'm not sure which dlls should be uploaded. Or what could still be the problem?
He who goes for revenge must first dig two graves.
-
Abhijit, i tried what u suggested. Still same error.
Abhijit Jana wrote:
i've uploaded it to the site.
I mean, i've put it up on the webserver But i'm not sure which dlls should be uploaded. Or what could still be the problem?
He who goes for revenge must first dig two graves.
-
Abhijit, i tried what u suggested. Still same error.
Abhijit Jana wrote:
i've uploaded it to the site.
I mean, i've put it up on the webserver But i'm not sure which dlls should be uploaded. Or what could still be the problem?
He who goes for revenge must first dig two graves.
Creamboy wrote:
Did you create the virtual Directory? Does IIS register with ASP.NET Framework ? IIS Property setup correctly ?
cheers, Abhijit CodeProject MVP
-
hi guys, i'm new to development in ASP.NET. Infact, this is my first .Net website. After uploading, i get this error:
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 10: <configuration> Line 11: <configSections> Line 12: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
the error highlights line 12. please hw do i fix this?He who goes for revenge must first dig two graves.
Creamboy wrote:
URGENT HELP NEEDED
not to me. The first rule of getting decent help is not to use this word.
Creamboy wrote:
Parser Error Message: Unrecognized attribute 'type'.
Creamboy wrote:
type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
If you read the error message, it is telling you a wealth of information. Here is the deal chap! In your dev environment you used Framework 3.5, where as in the machine you deploy it, it did not find 3.5, either you need to install 3.5 in the deployed machine, or you need to remove your dependency to 3.5 Visual studio is notorious for adding references you don't need. If you not using any 3.5 specially, you should be able to remove it from your web.config. p.s. If you not familiar with web.config, make sure to keep a copy before your start changing it Good Luck, do it quickly, IT IS URGENT :laugh:
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]