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
What are the differences between the response.write() and response.output.write()?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Give a few examples of page life cycle events.
Explain the difference between asp & asp.net.
What is the request flow used for asp.net mvc framework? : asp.net mvc
Give 2 examples for scenarios when routing is not applied?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Describe state management in asp.net?
Name the two properties are on every validation control?
What is query string with example?
What are different types of api?
Where is the view state data stored in asp net?
What is use of Master Page in ASP.NET web pages?
Explain Authentication mechanism in dotnet
What do you understand by aggregate dependency?