Is anyone able to turn a C#/.net application into a Local Hosted Website?
I have an application that id like to put onto a locally hosted Website.
10 Replies
you'll have to be more specific
there's an entire framework for C# web applications called ASP.NET Core
Makes sense, Currently, i have the code that creates this hub. It pings 10 local PCs to see what user is logged onto them.
I'm wondering if it's possible to run a website off a PC. Like only looking for a local host connection to the website
all websites are run off computers 😛
but yes, that's possible
you won't be able to use the same UI though, you'll have to rebuild it as a website
i assume the code will be able to be used tho?
what code?
your UI code no
anything else you've written that isn't tightly coupled to the UI, probably
Oh man, damn
do you know how to code websites?
ASP.NET Core is the web framework for C#
Plenty of tutorials, Microsoft's docs are a good place to get started
dont want to do it for me? hahahaha
we don't do things for people here, we can help them figure out how to do it themselves though
aghhh fair fair, ahahah well ill start with tutorials! haha