displaying asp.net website with live server
So right now it works but it shows all my directories of the client but i want to show the page itself and I'm also using webext which I found from a github but still not showing my actual view
19 Replies
You need to actual run your ASP.NET application
and then do wut?
Visit it with a browser.
Asp.net doesn't work the same way html/CSS does, you can't just use a live server plugin for vscode
Asp.net contains it's own webserver called Kestrel, so just run your program and look at the output, it should say what URL it's listening on
There's 2
one is http, the other is https
doesn't update
when i change something in my view
correct. you'll need to start it with
dotnet watch
wait so uh i don't need live server?
that's huge bruh
ty bro
i got one last question
how can i make it added onto here
no clue, I do not use vs code for C#
what you use
Rider.
wut
JetBrains Rider
their C# IDE
very good. but Visual Studio (not VS code) is fine too
looks like the pycharm
oh
yeah its by the same company
lol ohhh
and runs on the same "platform"
thanks