ASP.NET running on local ip, not localhost #387
tapioca-design
started this conversation in
General
Replies: 1 comment
-
@tapioca-design looks like your formatting for your code blocks is off or something and not displaying. In either case, this is a discussion forum for the .NET Community Toolkit library and not for general .NET questions. Probably best to join the C# Discord server and ask in one of their channels more geared to ASP/Web development. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone !
On a ASP .NET project, as I needed to see my local work on my phones, I wanted to switch from "localhost" to local ip.
I changed applicationhost.config :
after the existing localhost nodes, adding :
But nothing works, when building and running the project applicationhost.config is overwritten, those two lines disappear and back to initial state, indeed runs localhost:44314
I use JetBrain IDE
If you have any clue, merci !!!
Beta Was this translation helpful? Give feedback.
All reactions