How to Set Language in web.config
Posted by Tihomir Ivanov on 10 February 2009 18:06
Rating: 0.00
Did you ever wondered when see code like:
<%@ Page Language="C#" %>
if Language couldn't be removed and for examle to be set in the Web.config ?
Well, the answer is: No, you cannot do that!
Reason: If this declaration doesn't exists, the compilation will be crashed.
Some good news: We can use both VB.Net ASP.NET page and C# ASP.NET page in one website :)
Comments:
No comments yet.