943,809 Members | Top Members by Rank

Ad:
  • ASP Discussion Thread
  • Unsolved
  • Views: 6186
  • ASP RSS
Aug 2nd, 2005
0

wat is web.config

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ramareddy_dotne is offline Offline
15 posts
since May 2005
Aug 9th, 2005
0

Re: wat is web.config

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
NPH
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
NPH is offline Offline
55 posts
since May 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP Forum Timeline: radio button no display??
Next Thread in ASP Forum Timeline: Is there anything wrong with this code





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC