How many web.config a application can have ?
Answer Posted / deepak kumar srivastava
In an application you can create number of web.config file
,but they are not in same directory.
but by default only one in an application
| Is This Answer Correct ? | 75 Yes | 4 No |
Post New Answer View All Answers
What are the differences between code behind and code inline?
IN an ASP.NET Web application if there is any error, how can you debug?
What is a server farm in iis?
Define static function?
What is asp.net ajax?
Explain the difference between an exe and a dll?
Why web api is better than wcf?
What is cross page posting? How is it done?
What are the differences between application object and session object?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What are client activated objects and server activated objects?
What are the server controls in asp.net?
How do u optimize a query in asp.net?