thinkinterview » interview questions
« Previous

interview Questions

next »
question If you want to make a configuration setting change that will affect only the current Web application. Which file will you change?
  • 1. Web.config that is in the same folder as the Machine.config file
  • 2. Web.config in the root of the Web application
  • 3. Machine.config
  • 4. Global.asax

Next Queston » For making a configuration setting change that will affect only t...
For making a configuration setting change that will affect only the current... View full queston »

Posted in: ASP.NET(45) |