How many web.config files in each solution
Answer Posted / krunal
By default there is only one web.config file in asp.net
application. but if we want to create more than one
web.config we can create, but they should not be in same
directory.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you deploy your asp.net application?
What is full trust in asp.net?
Can we use a static function with a non-static variable?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is odata in web api?
Why do we need master page in asp.net?
What are the differences between the response.write() and response.output.write()?
What is aspect-oriented programming?
What is difference between session and cookies?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is syntax code to send email from an asp.net application?
When Cookies are expired in ASP.NET?
What is asp.net with mvc? : Asp.Net MVC
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Where do we store our connection string in asp.net application?