Skip to content

Poor documentation #10

@hbopuri

Description

@hbopuri

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions