Difference between web.config and app.config?
Answer Posted / pravinkumar
app.config file is for .net windows applications
web.config file is for asp.net web applications
Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What are the differences between the response.write() and response.output.write()?
What is the difference between login controls and forms authentication?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What are the new web part controls in asp.net 2.0 ?
What are merge modules?
What is the difference between stored procedure vs function?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is a 404 redirect?
Difference between response.redirect and server.transfer?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Can we have multiple web config files for an asp.net application?
What is __ requestverificationtoken?
Why the javascript validation not run on the asp.net button but run successfully on the html button?