I'am a beginner FrontEnd developer. I want to build webapplication. I made in Visual Studio a asp.net project. When I build the project I can see the project is running en the chrome browser starts. But when I want to reach the localhost via Tablet of mobile phone it gaves me localhost error. I have searched on internet and there are really basics steps like you have to connect to the same wifi network and your computer should be detectable. I have done these things but nothing helps. So my quastion is how can I fix this problem?
Note: I have Jenkins installed on my computer. On my tablet if I browse to 193.0.0.0:8080 I can reach Jenkins. This means that I can connect to localhost 8080.
Can anyone tell me how I can fix this problem. Is this an issue in Visual Studio of do I have to do something in IIS?
Thanks in advance