Hi.
I have a Visual Studio project. I have different views where I show the mobile reports saved in my SSRS server.
I use: <object class="responsive-iframe" data="http://localhost/Reports/mobilereport/Myreports/Report1?rs:embed=true"></object>
This work good and show the embeded reports in the view. The problem comes when I change "localhost" for the ip of my pc: <object class="responsive-iframe" data="http://192.168.?.?/Reports/mobilereport/Myreports/Report1?rs:embed=true"></object>
And nothing appear, the main view of the web project shows in white.
In order to check if the ip is correct or anything other error, I type directly the url: http://192.168.?.?/Reports/mobilereport/Myreports/Report1 on the bwrose AND IT WORKS!!! I write the credentials and enter the server to see the report. But I don't know why I can't from the view of my web project (I can If I use localhost, but not if I use ip).
I also try: <object class="responsive-iframe" data="http://127.0.0.1/Reports/mobilereport/Myreports/Report1?rs:embed=true"></object> and this also works (since 127.0.0.1 is localhost).
I check the web url int the configuration manager, and the Ips are all asigned:

I also try writting the 192.168.?.?:80, but don't work
Any solutions?
(by the way, 192.168.?.? is not my real ip, I put ? for security)










