Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Documentation to use with Global.asax #7

Open
luigisaggese opened this issue Feb 25, 2020 · 2 comments
Open

Documentation to use with Global.asax #7

luigisaggese opened this issue Feb 25, 2020 · 2 comments

Comments

@luigisaggese
Copy link

Hello,
there is way to use with Global.asax?

@kendaleiv
Copy link
Contributor

It's intended to be wired up in an OWIN startup class like Startup.cs. You should be able to create one and keep any existing functionality in Global.asax as well.

@vimalpatel1111
Copy link

I wanted to make a health check application which will be common nuget library consumed by both .net framework and .net core applications in my organization. I converted this project to .net standard 2.0 project.
As .net standard 2.0 does not fully support OWIN, i created Route handler into the project, which i register in the .net framework application. From this route handler i am using wrapper class similar like middleware, where i am initializing all the healthcheckwrapper based on my settings file in client application and able to use this.
Thanks this project really helped me to meet my requirements. Please let me know if this handler approach is fine, as i dont want to use OWIN, or can you suggest better approach to consume from .net framework applications.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants