tyagimanoj12 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

HTTP Error 500.19 - Internal Server Error #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have implement the elmah on my website, it's working fine on my machine.. but 
when i upload my site on server following error i get.

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 Information
Module  IIS Web Core
Notification    Unknown
Handler     Not yet determined
Error Code  0x800700b7
Config Error    Config section 'system.webServer/modules' already defined. 
Sections must only appear once per config file. See the help topic <location> 
for exceptions
Config File     \\?\C:\inetpub\vhosts\httpdocs\web.config
Requested URL   
Physical Path   
Logon Method    Not yet determined
Logon User  Not yet determined

Config Source

  109:     <modules runAllManagedModulesForAllRequests="true" />
  110:     <modules>
  111:       <add name="Elmah.ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />

=====================================================

Thanks in advance

Original issue reported on code.google.com by usman....@gmail.com on 20 Oct 2011 at 4:12

GoogleCodeExporter commented 8 years ago
Can you please raise this on the discussion group as I don't believe that it is 
an issue with ELMAH??
http://groups.google.com/group/elmah

If it proves to be so, I will resurrect this issue!

Thanks,

James

Original comment by jamesdriscoll71 on 20 Oct 2011 at 4:30