Web.Config FIle
-
Hi i Have a application in which i have to sync two database from two other site Can i use two web.config file in one website
You can use more then 1 connection string with different key in single web.config file
-
You can use more then 1 connection string with different key in single web.config file
-
Hi i Have a application in which i have to sync two database from two other site Can i use two web.config file in one website
Ravi_21 wrote:
i Have a application in which i have to sync two database from two other site Can i use two web.config file in one website
Yes. you can use multiple web.config file in your application. But, in this scenario, you don't need to use multiple web.config. You can create multiple connection string for different database.
cheers, Abhijit CodeProject MVP
-
Ravi_21 wrote:
i Have a application in which i have to sync two database from two other site Can i use two web.config file in one website
Yes. you can use multiple web.config file in your application. But, in this scenario, you don't need to use multiple web.config. You can create multiple connection string for different database.
cheers, Abhijit CodeProject MVP
HI my requirement is different i have two website both have registration form i now i have to sync the data of both website i have one another website which have the admin section through which i approve the Users that are register in both the two website i m using asp.net membership and role here is the problem