How do i allow the HttpListener in vb2005.net to allow outside access?
For testing purposes i have set it up to use the same ports as my webserver uses so there are no firewall issues.
the prefixes are set up to take the localhost on port 80 the realm is unset AuthenticationSchemes = Net.AuthenticationSchemes.Anonymous
it works just fine locally on the machine, but cant be reached by web browser on any other machine on my network