asp.net - No mapping data was returned from the server in Visual Studio Page Inspector -
to debug web app, need run on specific domain. i've created domain mappings in hosts file, mapping 127.0.0.1. site runs in local iis 8.
but when try run page inspector on app, error stating "no mapping data returned server".
i've set debugging urls in project properties, , site runs fine when hit f5.
how page inspector work on non-localhost urls (or rather, how iis serve mapping data page inspector needs)?
Comments
Post a Comment