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
Name some asp objects?
What are the page life cycle events?
What is server side in asp.net?
Why viewstate is used in asp.net?
What is custom attribute? How to create?
What is the usage of DelegatingHandler?
What is different in .net 1.1 and .net 2.0?
Which data type does the rangevalidator control support?
What is session start?
Explain parts of assembly?
Why do we need url encoding?
Explain the difference between array and linkedlist?
Define application state variable and session state variable?
Differences between “dataset” and “datareader”.
How can we register exception filter from the action?