Refferences in Web.config file
-
Hi All! In ASP.NET application, we have to give refferences of namespace in pagename.aspx.cs as: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using FE_SymmetricNamespace; using System.IO; is there is any way to give refferences in web.config file instead of using each page?
-
Hi All! In ASP.NET application, we have to give refferences of namespace in pagename.aspx.cs as: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using FE_SymmetricNamespace; using System.IO; is there is any way to give refferences in web.config file instead of using each page?
I Never Look Behind wrote:
web.config file
You can access web.config key elements using
System.Configuration
Vasudevan Deepak Kumar Personal Homepage Tech Gossips