Deployment issues

0
0

I think the instructions need to be More detailed in the Docs.

I created a new Application under IIS Manager – at first I created a new App Pool – then reading a post here i switched it back to Default.

Copied all the files, made bin folder with all the DLLS. Put webconfig, default.json, default.html in the root of the application folder.

I get a blank page when brining up the app or I get this error: Do we need o define a handler like we did for Visual Web Gui (.wgx)?

IIS 8.5 Detailed Error – 500.19 – Internal Server Error

HTTP Error 500.19 – Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

IIS 8.5 Detailed Error – 500.19 – Internal Server Error

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”.
  • You must to post comments
0
0

Figured it out:

https://wisej.com/support/question/http-error-500-19

Have to enable ASP.NET 4.5  Application Development – see screenshot for where to do it in Server Manager (2012)

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.