I published the project I wrote with asp.net core in my IIS computer I wanted you to guide me on how to access that project published on IIS via my mobile phone.
Both your IIS computer and your mobile should be on the same network. For example, connect to the same Wifi router.
In your IIS machine run ipconfig
in cmd
to get to know the machine IP.
Now you can use that IP and HTTP (not HTTPS) for simplicity to open the site on mobile device.