-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
This application WIKI doesn't speak on how to configure this and how to run this
Is this (MyDnn.Modules.Support.LiveChat) startup project in this solution? if so this doesn't run fails with below error
The following errors occurred while attempting to load the app.
- No assembly found containing an OwinStartupAttribute.
- No assembly found containing a Startup or [AssemblyName].Startup class.
To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.
To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.
Then if I add reference to MyDnn.SignalRStartup, then it fails with
A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
Was there any single user able to successfully setup this application on their local?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels