Click here to Skip to main content
15,918,267 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIUSR Issue - Please Help Pin
Programm3r12-Mar-07 20:54
Programm3r12-Mar-07 20:54 
Questiondynamically ading coumn to grid help Pin
nikhil123412-Mar-07 20:48
nikhil123412-Mar-07 20:48 
AnswerRe: dynamically ading coumn to grid help Pin
varshavmane12-Mar-07 23:03
varshavmane12-Mar-07 23:03 
QuestionParent page control Pin
Kanjinghat12-Mar-07 19:48
Kanjinghat12-Mar-07 19:48 
QuestionWeb.Config File Pin
Saranya B12-Mar-07 19:56
Saranya B12-Mar-07 19:56 
AnswerRe: Web.Config File Pin
Spunky Coder12-Mar-07 21:01
Spunky Coder12-Mar-07 21:01 
GeneralRe: Web.Config File Pin
Saranya B12-Mar-07 23:39
Saranya B12-Mar-07 23:39 
AnswerRe: Web.Config File Pin
Sandeep Akhare1-May-07 22:24
Sandeep Akhare1-May-07 22:24 
HI Friend
Asked a meaning full question

Saranya B wrote:
1. When a web.config file is called in a .net web application?

At run time (When Application runs) common language runtime reads (such as assembly binding policy, remoting objects, and so on), and settings that the application can read.

Saranya B wrote:
2. Is it possible to have more than one web.config file for an applicaiton?

Yes , Web.config files can appear in multiple directories in ASP.NET applications.



Saranya B wrote:
3. What is the concept behind declaring the connection string in web.config file?


Security and Consistent Suppose if the connection string has changed then i need to change it only once i.e. in the web.config other wise i have to check each and every page and update it.



Saranya B wrote:
4. What is the difference between app.config and web.config files?

app.config is used for windows applications. When you build the application in vs.net, it will be automatically renamed to <appname>.exe.config and this file has to be delivered along with your application.
If you make any changes to the web.config, web application will immediately load the changed config. But in case of <application name="">.exe.config, you have to restart the application.



Thanks and Regards
Sandeep

If you want something you never had,
do something you have never done!


GeneralRe: Web.Config File Pin
Saranya B2-May-07 1:49
Saranya B2-May-07 1:49 
GeneralRe: Web.Config File Pin
Sandeep Akhare2-May-07 1:55
Sandeep Akhare2-May-07 1:55 
QuestionClipboard in asp.net Pin
cst_cfit12-Mar-07 18:29
cst_cfit12-Mar-07 18:29 
AnswerRe: Clipboard in asp.net Pin
N a v a n e e t h12-Mar-07 22:40
N a v a n e e t h12-Mar-07 22:40 
AnswerRe: Clipboard in asp.net Pin
thomas_joyee13-Mar-07 0:33
thomas_joyee13-Mar-07 0:33 
QuestionGrid inside in a parent grid Pin
Malayil alex12-Mar-07 18:26
Malayil alex12-Mar-07 18:26 
AnswerRe: Grid inside in a parent grid Pin
varshavmane12-Mar-07 18:53
varshavmane12-Mar-07 18:53 
QuestionDropdownlist Pin
isaii12-Mar-07 17:10
isaii12-Mar-07 17:10 
AnswerRe: Dropdownlist Pin
_AK_12-Mar-07 18:03
_AK_12-Mar-07 18:03 
AnswerRe: Dropdownlist Pin
gus_br12-Mar-07 18:58
gus_br12-Mar-07 18:58 
GeneralRe: Dropdownlist Pin
isaii12-Mar-07 19:24
isaii12-Mar-07 19:24 
GeneralRe: Dropdownlist Pin
varshavmane12-Mar-07 19:50
varshavmane12-Mar-07 19:50 
GeneralRe: Dropdownlist Pin
Sandeep Akhare12-Mar-07 22:25
Sandeep Akhare12-Mar-07 22:25 
QuestionHelp:a default asp.net page has a link to the master page Pin
blitz2bleach12-Mar-07 15:35
blitz2bleach12-Mar-07 15:35 
QuestionFind item in Generic List Pin
shapper12-Mar-07 11:53
shapper12-Mar-07 11:53 
Questionregistering some javascript code from within an user control Pin
gus_br12-Mar-07 11:39
gus_br12-Mar-07 11:39 
AnswerRe: registering some javascript code from within an user control Pin
Sandeep Akhare12-Mar-07 22:34
Sandeep Akhare12-Mar-07 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.