Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMR and Visual Studio Debugging #1

Open
mageshbala90 opened this issue May 5, 2017 · 0 comments
Open

HMR and Visual Studio Debugging #1

mageshbala90 opened this issue May 5, 2017 · 0 comments

Comments

@mageshbala90
Copy link

Hi @damienbod ,

Thank you for the very useful contribution.

Could you please help me with the below requirement.

I want to enable HMR and would like to debug my API in visual studio .Something like JavaScript Services in Asp net core.
Unfortunately I am not allowed to use core so I am porting this code to use MVC5. Could you please help me with the above setup to launch my whole project from visual studio with HMR enabled.

I have seen ur other projects there u were using HMR by launching ur web pack and dotnet code using concurrent command.. But with that approach i could not debug my api since it is launched from cmd line. And also u were using html files for the script injection but here u are using cshtml it needs Mvc pipeline to run. So I cannot use the same approach by running at localhost:8080 for hmr.

Since I want to use windows authentication, I need MVC and cshtml approach.

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

No branches or pull requests

1 participant