My local site is working in hebrew. But when publishing to the DiscountAsp.Net server the hebrew letters are changed to "G-brish" (unknown characters). What do I have to change
Foreign fonts are a little tricky to work with, cause its really not controlled on the server side but rather on the clients side. Have you checked to insure that your web applications is calling the correct unicode like UTF-8. Further more even if your web application is coded correctly to call the right font, if the client machine that is pulling up the site can't support that font then it will not display properly. If you have a database that is also passing hebrew fonts then you'll need to make sure that that table is set for the correct data set.