Hi,
I've been having success using Edge Inspect to view and inspect websites that I visit on my local machine from my Android device (incredible tool BTW, thanks Adobe!!). However, when it comes to debugging my local ASP.NET Website, I get an error on my device, "Web page not available" along with my local machine's IP address. I've searched these forums and elsewhere but haven't found any answers, so here I am:)
A little more information:
- All of the files for the website (excluding images) reside on my local machine.
- My database resides on a separate server
- Several URLs in my local web.config point to localhost. I've tried changing this value to the IP my router sees but I get an error locally when trying to debug the site.