Server hosted application layout

Asked

Viewed 23 times

0

When I access an application of mine on the aws server of Amazon by IE activating the compatibility mode it stays the way I hope.

inserir a descrição da imagem aqui

When I access through Chrome it does not get the layout due at all:

inserir a descrição da imagem aqui

Someone has an explanation for this ?

Bootstrap file on server:

inserir a descrição da imagem aqui

Local:

inserir a descrição da imagem aqui

Even if I play over it doesn’t change the format.

Entire error as I commented:

inserir a descrição da imagem aqui

  • Failed to load Resource: the server responded with a status of 404 (Not Found) http://52.88.183.202/Avaliacao/Content/bootstrapcss.map

  • he’s not finding the bootstrap file...he ta la sim but ta different...on the server ta as MAP file instead of Linker Address Map...I play right on top of it but he doesn’t understand this Linker Address Map

  • the complete error ta that’s right...I will take print of the files

  • I edited with the prints @Guilhermenascimento

  • Is Asp.net-mvc? Missing one . before css.map, seems a problem in View, edit the question and post the code where it calls these .css.

1 answer

0


By your comment the problem is that here is:

 52.88.183.202/Avaliacao/Content/bootstrapcss.map 

When you should be calling me that:

 52.88.183.202/Avaliacao/Content/bootstrap.css.map 

The problem is how your files are being called in html (probably in Views, if it is Asp.net-mvc)

  • 1

    That’s what it was, man...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.