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

Deploy using KESTREL server only instead of IIS on Windows. #2148

Closed
githubgitgit opened this issue Aug 19, 2017 · 3 comments
Closed

Deploy using KESTREL server only instead of IIS on Windows. #2148

githubgitgit opened this issue Aug 19, 2017 · 3 comments

Comments

@githubgitgit
Copy link

One thing I love about the Visual Studio for Mac is the kestrel server. It starts up super quick. Speeds up development times a TON.

So far I have not found a way to NOT USE IIS on Windows. Is it possible to force Kestrel server only deployment on Windows with Visual Studio 2017 (Community edition)?

@jkotalik
Copy link
Contributor

I'm assuming you would like to run your application through visual studio. In visual studio, you can change the target by clicking the dropdown next to IIS Express to the name of your application. This, by default, will run Kestrel stand alone. If you would like to remove IIS Express as a launch options, in your launchSettings.json file (under properties), you can remove the IIS Express profile.

@simonmurdock
Copy link

It is possible to use kestrel. I'm doing it. Just no idea how from the top of my head

@githubgitgit
Copy link
Author

It's so amazing! Yes, it works. Finally no more IIS! Now onto brainstorming ideas for a world-changing web app with mass-appeal!

@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 4, 2019
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