menu
Logo
  • Why azing?
  • Blog
  • Help
ENarrow_drop_down
  • DE
  • EN
Suche in Checklisten
search
azing Logo ENarrow_drop_down
  • DE
  • EN
  • Why azing?
  • Help
oqtane
drive_folder_upload
  • homeChecklist Templates
  • south
  • fiber_manual_recordInstallation and Upgrades
  • south

folder_sharedInstallation and Upgrades

  • homeChecklist Templates
  • south
  • fiber_manual_recordInstallation and Upgrades
  • south

folder_sharedInstallation and Upgrades

Folders and checklists

  • check_circleHow to add additional site bindings to Oqtane Source Code hosted in IISExpress
  • check_circleInstall Oqtane 3 on IIS 10 (Workstation or Server)
  • check_circleRun Oqtane source version in VS2019
  • check_circleUpdate Oqtane 3 to a newer Version
  • check_circleUpdate Oqtane 3 to Oqtane 4
  • check_circleUpdate Oqtane 4 to Oqtane 5

Parts (0) expand_more

These are small document-parts which are used in other documents. They are not a starting point for any real activity. Because of this, they will be listed further down and the search will not list them unless requested. 

If you're running into issues early on it helps to activate debugging. Do this if the page loads as a white page and you only get a generic error message. There are two important ways to do this:

Send more Error Information to the Client

In the appsettings.json you can set a few toggles which will tell Blazor to include more information about issues. To see what these settings are, open the console in the browser (F12) and follow the instructions there. 

Activate extensive Error Logs on the server

Open the web.config and change the stdoutLogEnabled="true" like this:

<?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=".\Oqtane.Server.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
   </system.webServer>
 </location>
</configuration>

You can now find detailed logs in the logs/stdout folder beneath the web folder. 

Difference for Oqtane source version

While default web.config file is usualy ok for Oqtane install version, to enable logging in Oqtane source version (vs2019 and iisexpress) aspNetCore arguments attribute needs to be adjusted because Oqtane.Server.dll is on different path .\bin\Debug\net5.0\Oqtane.Server.dll like here web.config.

<aspNetCore processPath="dotnet" arguments=".\bin\Debug\net5.0\Oqtane.Server.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" /> 
Logo
Legal | Content Copyright CC-BY 4.0
bug_reportReport Bug
  • info
  • Links
  • Permissions
code Share
code
URL copied to clipboard.
Embed Checklist close
Copy Copy
Content Copyright

CC-BY 4.0

Translations

None

oqtane Logo

oqtane

QR-Code
azing.org/oqtane/r/gL2D-i_p
View & Use

Public (can be used by everybody)

Edit & Admin

Default (all members can edit)

This catalog has a simple permission model, where all members have the same permissions. For advanced permissions, upgrade to Enterprise.

Here you can see how this document is used and linked by other documents

Used in (1)

Others referencing this

  1. Install Oqtane 3 on IIS 10 (Workstation or Server)
Uses these (0)

Documents linked from this document

How it Behaves

How this document is categorized changes how it behaves.

This is a partial document. It is listed below the normal documents, and is hidden in the default search.

It belongs to Install Oqtane 3 on IIS 10 (Workstation or Server)

Type

This is a Checklist. Lists are converted into checkboxes.

Get something to say?

Comment to start a discussion or make a note
send

please log on to chat

close

Durchsuche ganz Azing