Seal Report Forum
»
Troubleshooting
»
Installation
»
Seal Server Manager - Publish Web Site on IIS
Rank: Newbie
Groups: Registered
Joined: 11/13/2015(UTC) Posts: 5 Location: Lisbon Was thanked: 2 time(s) in 1 post(s)
|
On Seal Server Manager when I choose Publish Web Site on IIS everything seems wright:
12:39:39 Starting Web Site Publishing... 12:39:39 Copying files from 'C:\Program Files (x86)\Seal Report\Web' to 'C:\inetpub\wwwroot\SealNorthwind' 12:39:39 Publishing Site on IIS... 12:39:40 Web Site has been published successfully. 12:39:40 Web Site Publishing terminated.
When I try to use the new site I get an error "HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed..."
The IIS presents the folowing information: 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.
I'm using the report "Dashboard - Sales" and connection Northwind. Can anybody help?
Detailed Error Information ==========================
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070021
Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config File \\?\C:\inetpub\wwwroot\SealNorthwind\web.config
Requested URL http://localhost:80/SealNorthwind/Main
Physical Path C:\inetpub\wwwroot\SealNorthwind\Main
Logon Method Not yet determined
Logon User Not yet determined
Config Source 42: <modules runAllManagedModulesForAllRequests="true" /> 43: <handlers> 44: <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
You have to run IIS Manager to have more information and find out the problem. Do you have all the pre-requisites ?
The Web Report Server is a classic ASP.Net application with a dedicated application pool. You can google the error you to find a clue...
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 11/13/2015(UTC) Posts: 5 Location: Lisbon Was thanked: 2 time(s) in 1 post(s)
|
After reinstall the ASP.NET feature of IIS on my Windows 7 I get another error (see below) when I try no navigate to the Published Site (http://localhost/Seal/Main). Can anyone try the "Publish Web Site On IIS..." of the Seal Server Manager and tell me if it works? Thanks HTTP Error 500.21 - Internal Server Error Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list Detailed Error Information ========================== Module IIS Web Core Notification ExecuteRequestHandler Handler ExtensionlessUrlHandler-Integrated-4.0 Error Code 0x8007000d Requested URL http://localhost:80/Seal/Main Physical Path C:\inetpub\wwwroot\Seal\Main Logon Method Anonymous Logon User Anonymous Most likely causes: =================== •Managed handler is used; however, ASP.NET is not installed or is not installed completely. •There is a typographical error in the configuration for the handler module list. Things you can try: =================== •Install ASP.NET if you are using managed handler. •Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule". Edited by user Monday, November 16, 2015 11:22:05 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Did you run the Server Manager As Administrator (right click on the icon -> Run as administrator) before publishing ?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 11/13/2015(UTC) Posts: 5 Location: Lisbon Was thanked: 2 time(s) in 1 post(s)
|
Yes, I did use "Run as Administrator". I get: ================================================================================================= 14:46:54 Starting Web Site Publishing... 14:46:54 Copying files from 'C:\Program Files (x86)\Seal Report\Web' to 'C:\inetpub\wwwroot\Seal' 14:46:57 Creating web.config file 14:46:57 Publishing Site on IIS... 14:46:58 Creating Application 14:46:58 Web Site has been published successfully. 14:46:58 Web Site Publishing terminated. ================================================================================================= But when I try to browse the new website http://localhost/Seal/Main I get an error page from IIS:
============================================================================================================= Error Summary HTTP Error 500.21 - Internal Server Error
Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list =============================================================================================================
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 11/13/2015(UTC) Posts: 5 Location: Lisbon Was thanked: 2 time(s) in 1 post(s)
|
I checked and IIS has installed the following features: IIS version 7: Application Development/ASP.Net
Thanks for the link, but I think it does not apply to my case.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Sorry I have no other suggestion, perhaps re-install MVC4 from http://www.asp.net/mvc/mvc4or try on another computer. Thanks to let us know if you find the solution...
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 11/13/2015(UTC) Posts: 5 Location: Lisbon Was thanked: 2 time(s) in 1 post(s)
|
The solution for this problem was: 1 - Run Command Prompt as Administrator 2 - cd c:\Windows\Microsoft.NET\Framework\v4.0.30319 3 - aspnet_regiis.exe –i Seal Web site starts working as it should.
|
2 users thanked ajc for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/25/2024(UTC) Posts: 1 Thanks: 2 times
|
Hello, I have a similar error when publishing to local IIS 10.0.x. Tried executing "C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i" as administrator but did not resolve my error below. What should be the correct Handler Mapping for Seal report site? I do have ASP.Net features added to my IIS already. Thanks
From IIS Manager when open Hander Mappings for Seal site, I pop-up error like this: ______________________________________________________ Handler Mappings There was an error while performing this operation. Details: Filename: \\?\C:\inetpub\wwwroot\Seal\web.config Error: ______________________________________________________
--- My error when loading site after publish success --- 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 BeginRequest Handler Not yet determined Error Code 0x8007000d Config Error Config File \\?\C:\inetpub\wwwroot\Seal\web.config Requested URL http://localhost:80/Seal/Main Physical Path C:\inetpub\wwwroot\Seal\Main Logon Method Not yet determined Logon User Not yet determined
Config Source: -1: 0:
--- Below is my C:\inetpub\wwwroot\Seal\web.config content is anything missing ? --- <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="dotnet" arguments=".\SealWebServer.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" /> </system.webServer> </location> </configuration> <!--ProjectGuid: dcd6c87c-a399-4aa7-8e17-696016a0e795-->
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
|
1 user thanked epf for this useful post.
|
|
|
Seal Report Forum
»
Troubleshooting
»
Installation
»
Seal Server Manager - Publish Web Site on IIS
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.