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. General Programming
  3. Windows API
  4. Error- HTTP Error 500.19 on Win Server 2008

Error- HTTP Error 500.19 on Win Server 2008

Scheduled Pinned Locked Moved Windows API
helpcsharpasp-netcomsysadmin
3 Posts 2 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.
  • A Offline
    A Offline
    Amit Battan Ror
    wrote on last edited by
    #1

    Hi I have the following error while browsing the .net application on winserver 2008 Server ErrorInternet Information Services 7.0 Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error InformationModule IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x80070032 Config Error The configuration section 'mailSettings' cannot be read because it is missing a section declaration Config File \\?\B:\Website\PayKey\logpage\web.config Requested URL http://localhost:80/paykey Physical Path B:\Website\PayKey\logpage Logon Method Not yet determined Logon User Not yet determined Config Source 24: 25: 26: Links and More InformationThis error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. View more information »

    Amit Battan Ror battan20@gmail.com

    M 1 Reply Last reply
    0
    • A Amit Battan Ror

      Hi I have the following error while browsing the .net application on winserver 2008 Server ErrorInternet Information Services 7.0 Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error InformationModule IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x80070032 Config Error The configuration section 'mailSettings' cannot be read because it is missing a section declaration Config File \\?\B:\Website\PayKey\logpage\web.config Requested URL http://localhost:80/paykey Physical Path B:\Website\PayKey\logpage Logon Method Not yet determined Logon User Not yet determined Config Source 24: 25: 26: Links and More InformationThis error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. View more information »

      Amit Battan Ror battan20@gmail.com

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      You've created a section named <mailSettings> in your web.config, but you haven't told .NET how to handle that section. You need to add an entry to the <configSections> element telling it which handler to use. See configSections element[^].

      "Multithreading is just one damn thing after, before, or simultaneous with another." - Andrei Alexandrescu

      A 1 Reply Last reply
      0
      • M Mike Dimmick

        You've created a section named <mailSettings> in your web.config, but you haven't told .NET how to handle that section. You need to add an entry to the <configSections> element telling it which handler to use. See configSections element[^].

        "Multithreading is just one damn thing after, before, or simultaneous with another." - Andrei Alexandrescu

        A Offline
        A Offline
        Amit Battan Ror
        wrote on last edited by
        #3

        When I Delete That section then Error comes on next line after this

        Amit Battan Ror battan20@gmail.com

        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