What is web.config. How many web.config files can be allowed
to use in an application?
Answer Posted / subrahmanyam
We can place any number of web.config files in ur
aplication.u can place one web.config in one folder..
like this u can do..
Is This Answer Correct ? | 80 Yes | 7 No |
Post New Answer View All Answers
Is viewstate secure?
What is a swagger in web api?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain login control and form authentication.
What is the use of placeholder control? Can we see it at runtime?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How would you get asp.net running in apache web servers? Explain it's limitations.
What is difference between session and cookies?
Explain how does asp page work?
Explain the different types of directives in .net?
How can we apply themes to an asp.net application?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How will you load dynamic assembly? How will create assesblies at run time?
What is the life cycle of web page?
How can you debug your.net application?