How many web.config files in each solution
Answer Posted / vijay chavan
we can create more than one webconfig file for application
but those should not be in same folder i.e only one
webconfig in file in each folder.......
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define session in asp.net.
Explain the asp.net mvc folder conventions? : asp.net mvc
What is the difference between mvc and asp.net? : Asp.Net MVC
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain the Order of events in an asp.net page?
What are the different web pages?
Is sql backend or frontend?
What is the difference between visual basic and asp.net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain the difference between overriding and overloading?
What is synchronous and Asynchronous post back ?
How to display validation messages in one control?
Elaborate differentiation between ViewState and SessionState?
What is sql data source control in asp.net?
What are the Types of objects in ASP