With out Web.config can we executes the application?
Answer Posted / abhishek
Yes, application will inherit cofiguration setting from
machine.config file
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Define globalization and localization.
What is the purpose of using MVC programming pattern in ASP.NET?
Why is asp.net so popular?
What are the different types of validation controls provided in ASP.NET?
Define the term Scavenging in Caching?
Which is better union or union all?
What is asp according to you?
Write code to send e-mail from an asp.net application?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is the Difference between MVC And MVP design pattrens
Explain what is an abstract class?
Do cookies store passwords?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What are the cookies types in asp.net?
How can we register exception filter globally?