hi everybody,
i just have a theoretical doubt.
when grid vu and sql datasource is used, i happen to see in many examples that a web.config file is used. in sql data source the connection string is just given as <%$connectionst rings:Pubs%>. (without a full connection string)
in web.config file there are many connection strings given which includes other databases also. can anyone tell me what exactly is this web.config file is for.
also abt machine.config?
and If we remove web.config or machine.config from the application then, will the application still work?
thanks in advance.
my search in google gives all complex explanation.
so pls cd anyof you put it simple so that i understand them.
i just have a theoretical doubt.
when grid vu and sql datasource is used, i happen to see in many examples that a web.config file is used. in sql data source the connection string is just given as <%$connectionst rings:Pubs%>. (without a full connection string)
in web.config file there are many connection strings given which includes other databases also. can anyone tell me what exactly is this web.config file is for.
also abt machine.config?
and If we remove web.config or machine.config from the application then, will the application still work?
thanks in advance.
my search in google gives all complex explanation.
so pls cd anyof you put it simple so that i understand them.
Comment