When I work in my local host, it is working fine. No issues.
When I deployed my code to the server, This error occurs only to One page in my application. All other pages works fine.
I tested in IE, Chrome and Firefox browsers. In IE and Chrome, it is showing blank page. I checked in developer tools and found that there is no content. In Firefox, it is showing the below error.
XML Parsing Error: no element found
Location: create.aspx
Line Number 1, Column 1:
^
The other thing I am using differently from other pages is the toolscript manager.
In other pages, I am using script manager.
What would be the reason behind this ?
Related
I've been hired into a company that uses ASP.NET for all of their external and internal sites. I'm not too familiar with ASP.NET.
I'm currently working on a external site that runs perfectly in Internet Explorer.
When using the site on chrome, I have certain pages that give me the 404 - File or directory not found.
What can I do to help prevent this error code from showing up when using this site the chrome?
From your description, I understand that your site is a legacy site that is compatible with the IE browser but it is not working properly with modern browsers.
The 404 error information generally informs us that something is not found but if the site works fine in the IE browser then it could be possible that the issue is something else. In that case, this is too little information to predict the cause of the issue.
You may need to provide detailed information about which exact piece of code has the issue. Which version of the Asp.Net project and which kind of project(Web application, web API, etc.) it is. You may need to modify your code or project to make it work with modern browsers including Google Chrome.
At present, if you don't want to make any changes in your code then you could try to use the IE mode in the MS Edge browser to load your legacy site.
You could configure the IE mode manually or using the group policy.
To quickly check it, Launch the Edge browser. Paste edge://settings/defaultBrowser in the address bar and press the Enter key. Add your page to the Internet Explorer mode pages. Visit your site, it should load properly in the IE mode in the Edge browser.
My wordpress multisite website is not loading the stylesheet when viewed in Firefox.
The Firefox console is showing the following error:
Source map error: request failed with status 404
Resource URL: [website]/wp-content/themes/[theme-name]/style.css?ver=5.2.2
Source Map URL: index.css.
I've tested the site in Chrome and Edge and this is working fine. From Firefox, I've tried opening the CSS file that the console says is returning a 404, using the URL it gives in the error message, and this is opening fine (indicating that the path seem to be correct).
Does anyone know what might be causing this?
The error says your CSS file was built using a tool that generates source maps, and Firefox failed to load the sourcemap. This doesn't prevent the stylesheet from loading and it only affects you if you use DevTools.
I'm having problems getting SVGs to display correctly on my website, http://www.byfrequency.co.uk. Instead the site displays the fallback PNG's instead.
When I preview the site locally, they display fine in all browsers which leads me to believe there might be some kind of issue server side. Trouble is, I have no idea where to begin to rectify this!
(My web server is Windows 2008 and currently configured for PHP 5.2, ASP, SSI, Perl, ASP.NET 3.5, CGI)
Other things I've investigated is to inspect the object (logo.svg) within Chrome. All this gives me is a message saying "Failed to load response" and is highlighted in red. I've tried putting the files on the local root to see if that would make a difference which is doesn't. And finally, I've looked up numerous articles about displaying SVGs but to no avail.
On a semi-related note, my web fonts also seem to fail to load when the site is inspected but render correctly in Chrome/Safari but not Firefox. Again, the path to these files are correct but I can't seem to be able to rectify this error.
Any thoughts and ideas would be much appreciated!
Solved this now with the addition of MIME types within a web.config file.
I have a bit of a brain teaser. I am getting the attached server error when I load ANY page on my website. However, this ONLY happens in Firefox. Any other browser loads the page just fine. I have cleared my cache and have completely uninstalled and re-installed FireFox to no avail. Any idea why a server error would only show up in certain browsers? This is a windows based machine running IIS. I'm totally stumped. Thanks!
It's hard to see the exception type because the text is so small on you resized image.
Have you tried monitoring the request using Fiddler, or launching FF Dev tools (CTRL+SHIFT+I from FireFox)? Is there anything in that output that could reveal a clue?
When I try to hit my test webpage, I get a 503 error.
In the browser tab, the icon associated with my page. However, when I use Chrome Developer Tools, I don't see how that image is appearing.
I cleared my cache prior to hitting the page. Also, I had looked at the HTML and Network tabs, but do not see how the file is getting retrieved.
It is still an issue. See here. It has been pushed off for some time.