Hi Imar,
In the WAST TIO I'm receiving the url with
double slash for external links:
<img src="//images/branding_Full2.gif">
Therefore they redirect to:
GET http://images/branding_Full2.gif net::ERR_NAME_NOT_RESOLVED
I'm running it from a
external USB drive and the functionality
it's ok.
Local Address: F:\ASPUSB\wwwroot\ASP.NETWebAdminFiles\default.asp x
Host Address:
http://localhost:8080/default.aspx?a...plicationUrl=/
I read that using rules in the web.config could work and I tried that, but didn't work.
Thanks.