madskristensen / BrowserReloadOnSave

A Visual Studio extension
Other
27 stars 10 forks source link

Will this work with owin hosting? #3

Closed xt0rted closed 8 years ago

xt0rted commented 8 years ago

A lot of my projects use NancyFX as owin middleware and the SystemWeb host, will this work for those types of projects?

madskristensen commented 8 years ago

It works in any project where Browser Link works. If Browser Link is connected but this extension doesn't work, then it's a bug in this extension. Is that the case?

xt0rted commented 8 years ago

Browser Link has never worked for me when using owin hosting which is why I was wondering about this plugin. I'm not sure why it's never worked though.

madskristensen commented 8 years ago

It requires the ASP.NET pipeline from either System.Web (ASP.NET 4.x) or ASP.NET Core using the Browser Link middleware. It doesn't work for any other setups unfortunately. Please report it to the ASP.NET Tooling issue tracker.