How many web.copnfig can exists in a web application & which
will be used ?
Answer Posted / ansu kuamar
generaly
one
but it may be more than one in some cases
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are server side controls?
How would you enable impersonation in the web.config file?
How can you implement the postback property of an asp.net control?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is the latest version of 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?
Distinguish between Server-side and Client-side code with its functionality?
Will the asp.net validators run in server side or client side?
Explain cookies with example.
What is server side in asp.net?
How can we provide the WebParts control functionality to a server control?
Explain the basic functionality of garbage collector?
Does asp.net still recognize the global.asa file?