web.cofig
-
We can have two Web.config in a project. In the first Web.config; in appSetting u have one connection and in the second Web.config u have different connection. Which connection does the project work.
Regards, LEE
-
We can have two Web.config in a project. In the first Web.config; in appSetting u have one connection and in the second Web.config u have different connection. Which connection does the project work.
Regards, LEE
- First thing how can you put two files with the same name in a web root ? 2) Second. Why are you opting for such a method of putting connection string in two different files as you can always put any number of connection string in same file and refer then uniquely using the name.
Thanks Laddie Kindly rate if the answer was helpful
-
- First thing how can you put two files with the same name in a web root ? 2) Second. Why are you opting for such a method of putting connection string in two different files as you can always put any number of connection string in same file and refer then uniquely using the name.
Thanks Laddie Kindly rate if the answer was helpful
I am not using the web.config file in the same root. First web.config will be accessessed by the login and the second web.cofig in a specified folder where the connection is for that specified folder.
Regards, LEE
-
I am not using the web.config file in the same root. First web.config will be accessessed by the login and the second web.cofig in a specified folder where the connection is for that specified folder.
Regards, LEE
-
We can have two Web.config in a project. In the first Web.config; in appSetting u have one connection and in the second Web.config u have different connection. Which connection does the project work.
Regards, LEE
if u have web config in different folders then web config of particular folder override the root folder web config file