wat is web.config

Reply

Join Date: May 2005
Posts: 15
Reputation: ramareddy_dotne is an unknown quantity at this point 
Solved Threads: 0
ramareddy_dotne ramareddy_dotne is offline Offline
Newbie Poster

wat is web.config

 
0
  #1
Aug 2nd, 2005
what is web.config file.how many web.config files can be allowed to use in an application
what exactly is the usage of web.config file
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 55
Reputation: NPH is an unknown quantity at this point 
Solved Threads: 1
NPH NPH is offline Offline
Junior Poster in Training

Re: wat is web.config

 
0
  #2
Aug 9th, 2005
Web.config is a configuration file for an ASP.NET Web application. Windows applications use a similar file called Application.Config.

The purpose of these configuration files is to set global settings like debugging information, authorization, etc. You can also define global values that can be accessed from .NET using the syntax:

<add key="name" value="John"/>

You could place a database connection string here. Although there are security implications.

For more help, www.NeedProgrammingHelp.com
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC