I am going to complete the implementation for my first ExtJS-based application. But at the moment I am faced with a strange problem.
I use ASP.net on the server and then ExtJS on the client. I noticed that if I started this project from Visual Studio Debugger, then it works well, in which case my browser URL was set to
http: //localhost/MyApp/Home.aspx
But as soon as I open a new browser and click
http: //MyWorkStationName/MyApp/Home.aspx
he behaves a little differently. For example, some button shapes do not display properly. 
Can any body let me know how I can debug this problem. basically, how can the hostname and localhost in the url affect the style?
Thanks in advance!
source share