Asked by:
Web config file is not displaying color scheme

Question
-
User1977787504 posted
my Web config file is not displaying color scheme, rest of the pages are showing fine shine,
Image is attached here
http://postimg.org/image/mdis7rvkp/5bf17f7a/
Sunday, April 20, 2014 8:36 AM
All replies
-
User-166373564 posted
Hi waqar,
Welcome to asp.net forum.
I check the image in the attached file, it doesn't display properly on my side.
For your issue, I'd like to suggest you to take a look at the discussion below, and check how to set color scheme in web.config.
# How to set CSS color settings from web.config
http://forums.asp.net/t/1349824.aspx
If you have any concern, please let me know.
Regards
Angie
Thursday, April 24, 2014 9:52 PM -
User71929859 posted
Go to Tools -> Options -> Fonts and Colors. Then Click Use Defaults.
Click OK and try.
Sunday, April 27, 2014 2:03 AM -
User1977787504 posted
Go to Tools -> Options -> Fonts and Colors. Then Click Use Defaults.
Click OK and try.
@Ruchira i did your suggestion but that didnt work for me, but you are getting my question.
Monday, April 28, 2014 3:48 AM -
User71929859 posted
@Ruchira i did your suggestion but that didnt work for me, but you are getting my question.Is it happening with every project? If it's happening with only a particular project, then there is a big chance that web.config is not in the correct format. Something/Some markup is wrong. Please check it first. Also make sure you have the below markup at the top of you web.config file
<?xml version="1.0"?>
If nothing works, I suggest you to reset visual studio settings. My below blogpost will help you with that
http://ruchirac.blogspot.co.nz/2012/06/reset-visual-studio-user-settings.html
Monday, April 28, 2014 5:23 AM -
User1977787504 posted
waqar1
@Ruchira i did your suggestion but that didnt work for me, but you are getting my question.Is it happening with every project? If it's happening with only a particular project, then there is a big chance that web.config is not in the correct format. Something/Some markup is wrong. Please check it first. Also make sure you have the below markup at the top of you web.config file
<?xml version="1.0"?>
If nothing works, I suggest you to reset visual studio settings. My below blogpost will help you with that
http://ruchirac.blogspot.co.nz/2012/06/reset-visual-studio-user-settings.html
I reset it ,but this issue is not resolved,, by the way I copied this project & run at other system, config file's font is displayed colourful.
Tuesday, April 29, 2014 4:54 AM