Matt
Matt
I agree (that projects should have a single focus) when the goal is to teach a specific skill. The exception for me would be having at least one project that...
I am working around this by using Hypercorn programmatically via the serve - it works great from the command line. However, I've had no luck using httpPlatformHandler. Does anyone know...
I made a little more progress. I can see hypercorn is running. I can browse to the localhost:port from the server (and it is working as expected), but when I...
I've tried this several different ways. Using reverse proxy instead of httpplatformhandler yields the same results as far as I can tell. The only difference is I start hypercorn from...
Yes, that fixed it - at least when I run from VS. How do I start it outside of VS (what do I type into the browser?) The best I...
Okay. Which port? How do I define which port? Don't I have to get the program running for it to be listening on a port? The compiler only creates a...
That's helping me get closer. I've looked up the syntax for dotnet run, but isn't there a bat file with the command and the necessary arguments in it? What parameters...
I can see how that starts everything and it at least pulls up now. I didn't change any code, but now it is hanging like it was before you made...
Apparently a firefox caching problem. I can run it on Edge and Chrome. Thanks for your help!