What is machine.config and web.config ?
Answer Posted / deepti
Machine.Config is the common config file for all .net
application.
But Web.Config file is specific for project
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why do we use asp.net?
What is enableviewstate?
Can I have a unique key as foreign key?
Define page fragment caching?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Explain exception handling in .net.
What is viewstate? In which event of the page life cycle, is the viewstate available?
How can you implement the postback property of an asp.net control?
Why mvc is better than asp.net? : Asp.Net MVC
How Session outproc in Sqlserver stored?
What is a query string in a url?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is the difference between the asp and asp.net?
Differentiate between client-side and server-side validations in web pages.
What is DataGrid wheater its a Server Control or something else ?