Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Server error [URGENT HELP NEEDED]

Server error [URGENT HELP NEEDED]

Scheduled Pinned Locked Moved ASP.NET
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yosh_
    wrote on last edited by
    #1

    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.

    A V D Y 4 Replies Last reply
    0
    • Y Yosh_

      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.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      So Are you trying to run you application from IIS ? Did you set the current ASP.NET Framework version in IIS ? Do the following steps: Open IIS Right-click on the Virtual Directory and click 'properties'. Click on the ASP.NET tab. Set default version V 2.0 .

      cheers, Abhijit CodeProject MVP

      1 Reply Last reply
      0
      • Y Yosh_

        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.

        V Offline
        V Offline
        Vimalsoft Pty Ltd
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • Y Yosh_

          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.

          D Offline
          D Offline
          Dev S
          wrote on last edited by
          #4

          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

          Y 1 Reply Last reply
          0
          • D Dev S

            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

            Y Offline
            Y Offline
            Yosh_
            wrote on last edited by
            #5

            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.

            A 1 Reply Last reply
            0
            • Y Yosh_

              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.

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #6

              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

              Y 1 Reply Last reply
              0
              • A Abhijit Jana

                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

                Y Offline
                Y Offline
                Yosh_
                wrote on last edited by
                #7

                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.

                D A 2 Replies Last reply
                0
                • Y Yosh_

                  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.

                  D Offline
                  D Offline
                  Dev S
                  wrote on last edited by
                  #8

                  Publish ur website and upload it as it is on server. Do make sure that ur webhost is support ur dot net version.

                  1 Reply Last reply
                  0
                  • Y Yosh_

                    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.

                    A Offline
                    A Offline
                    Abhijit Jana
                    wrote on last edited by
                    #9

                    Creamboy wrote:

                    Did you create the virtual Directory? Does IIS register with ASP.NET Framework ? IIS Property setup correctly ?

                    cheers, Abhijit CodeProject MVP

                    1 Reply Last reply
                    0
                    • Y Yosh_

                      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.

                      Y Offline
                      Y Offline
                      Yusuf
                      wrote on last edited by
                      #10

                      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[^]

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups