With out Web.config can we executes the application?
Answer Posted / lohith b n
Yes you can execute the application without web.config file
but you are not able to debug the application if you want to
debug the perticular page add the debug attribute in page
directive
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the asp.net server side objects?
Which is an advantage of application service providers?
Is session server side or client side?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is asp.net globalization?
Which of the following .NET framework supports Web API?
What is data control in asp.net?
Explain what is postback in asp. Net?
Explain the path instructions in xaml?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Are xaml file compiled or built on runtime?
Explain the boxing and unboxing concept in .net?
Explain the difference between inline and code behind - which is best in?