1
Good afternoon, you guys, I published a website on the WEB server, but no image is being displayed in the browser.
All images are displayed this way:
<img src="~/imagens/logo.png"
Local displays normally. But not on the server. I’ve already verified that the images exist in this directory. I have also tried to modify the view code to display the full URL ("http://dominio.com/site/imagens/logo.png"), but it didn’t work either.
The problem is occurring with css. It does not display the site with the correct formatting.
Is there any configuration that should be done in this directory inside the server or in Iss for the images to appear?
I have checked the installation of IIS, on enable or disable windows resources, and static content is enabled.
Could you pass the site link ? Or the source code ?
– Ricardo Mota
http://dev.computecnica.com.br:81/controlehoras
– Otavio Camargo