• Problem:

    There was a strange problem we have in one project. We were getting error with static files (i.e. js, css, and image files). Sites were working fine in local environment and on our staging site server we were getting errors with HTTP code 500 with all the static resources for site. We’ve gone through to troubleshoot this issue with all the possible areas like Sitelogs, event viewer, IIS logging but we did not get success.


    Solution:

    Finally we were able to get things done. We’ve added a MIME type on staging site’s IIS webserver and its working fine. There was MIME type in website's web.config file too. On local machine its working fine because it was not present in local IIS. But on staging site IIS it was already present and we are also adding in web.config so it creates conflict and creating a problem and these scenario turns out into 500.


    We’ve removed this piece of block site’s web.config

    <system.webServer>
    	<staticContent>
    		<mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
    	</staticContent>
    </system.webServer>
    
0 Years in
Operation
0 Loyal
Clients
0 Successful
Projects

Words from our clients

 

Tell Us About Your Project

We’ve done lot’s of work, Let’s Check some from here