Master page issue in asp.net after publishing

438 Views Asked by At

I am facing a unique issue with my application.

In my master page, I have few CSS scripts tag and some coding to display some text on the Master page and everything is working fine.

but when I am publishing the same website, on same server and opening it on the same browser, I can see that all the CSS which I have written on the Master Page is vanished.

I have no idea what happened...

1

There are 1 best solutions below

2
On BEST ANSWER

The code snippet you provided indicates the text is white. White text on a white background isn't the problem, is it?

We could help you better if you could provide a more complete code sample.