I Have a project in ASP.NET 5 using self-host.
PROJECT.JSON
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000",
"gen": "Microsoft.Framework.CodeGeneration",
"ef": "EntityFramework.Commands"
},
It using the http://localhost:5000...
I want to know how can i acess the website from another PC, not using localhost. Like a IP with or without DNS.
Please, help me!
Note that, you can access the machine only if the other machine is also in the same LAN network. Just use "ping " to quickly see if both the machines are in the same network.