I am getting white page after running my project but its work with .net Client properly Do I need any settings in the browser? and the link will come after the error
As other people have mentioned, this issue is common when using adblock or similar extensions.
The source of my issues was my Privacy Badger extension.
Don't use keyworks like "ad", "ads", "advertise", etc. in image url or image class. Adblock block them automatically.
You can also just run chrome in incognito mode, that automatically switches off all your plugins/extensions, including any add blockers. Then you can quickly see if the extensions are causing the problem.
My advice is to avoid any image names; class names or ID's with the words:
in their name!
I ran some tests and Ad blockers regularly block any direct content with these names either within the CSS file, Div or Span Layers.
So an image name loaded via CSS such as advertise-with-us.png gets blocked on any machine running such software for example.
EDIT: I've Traced a list of web page elements in Chrome which AdBlock Plus sets the CSS value to "display:none". They probably apply to other browsers too:
::content #ads > .dose > .dosesingle,
::content #content > #center > .dose > .dosesingle,
::content #content > #right > .dose > .dosesingle,
::content #header + #content > #left > #rlblock_left,
::content .trc_rbox_border_elm .syndicatedItem,
::content .trc_rbox_div .syndicatedItem,
::content div[id^="mainads"], ::content #ad-banner-980,
::content #adbox300600, ::content #chartAdWrap,
::content #in-content-ad, ::content #main-right-ad-tray,
::content #second-right-ad-tray, ::content #sponsored-message,
::content #tr-adv-banner, ::content #votvAds_inner,
::content #welcome_ad, ::content #wp_ad_marker,
::content .PremiumObitAdBar, ::content .ad-active
If you are running multiple extensions that perform ad or script blocking you will need to
individually update each one to your whitelist
Taking from this source, here are some of the extensions that may cause the case and how to deal with them.
Adblock Plus
Firefox Tracking Protection
In Firefox “Tracking Protection” may activate our adblock notice. It can be temporarily disabled for a browsing session by clicking the “shield” icon in the url bar if visible and following the instructions.
For further details on Tracking Protection please review Mozilla’s support.
Adblock
Ghostery
uBlock / uBlock Origin
Click the uBlock / uBlock Origin icon.
Click the “power” button in the menu that appears to whitelist the current web site.
Click the reload icon to reload the page you were viewing.
Disconnect
Kaspersky Ant-Banner
Please review How to configure Anti-Banner in Kaspersky Total Security for information on how to whitelist with Kaspersky Total Security.
I noticed the same error as soon as I added Google Analytics and started testing on localhost.
I have both AdBlock as well as Ghostery... it actually (for me) wasn't AdBlock interfering - it was Ghostery. To "fix", in Ghostery settings, under "Analytics", uncheck Google Analytics.