Does Visual Studio come with IIS Express
Hello,
Just wondering if IIS Express came with Visual Studio. I'm not quite sure what this is, but after some research I think this may have came bundled with VS and is some website hosting stuff?
Also does this cause a "My Web Sites" folder to be created in documents containing all sorts of files? It was created the same time as IIS Express folder.
3 Replies
I believe it does come with some of the workloads you can select in the VS installer.
That said, please avoid using it if at all possible
modern .NET has its own webserver called kestrel that is just much better and easier to use
don't use regular IIS either
it's the web server equivalent of chewing glass
Thank you for the help guys, I appreciate it :smileybolb: