Can we have a web application running without web.config file?
Can we add code files of different languages in app_code folder?
Differentiate strong typing and weak typing
What are the event handlers that we can have in global.asax file?
What are the asp.net security controls?
How can we apply themes to an asp.net application?
In which event of page cycle is the viewstate available?
What is protected configuration?
List the events in page life cycle.
Which validator control you use if you need to make sure the values in two different controls matched?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What are the different types of cookies in asp.net?
Which data type does the rangevalidator control support?
What is redirectpermanent in asp.net?
What are the different session state management options available in asp.net?