How would you get asp.net running in apache web servers?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What's the use of formatters in .net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What methods are fired during the page load? Init()
Explain the use of view state?
What are asp.net web forms?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What are user controls?
What are custom controls?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Explain what does wsdl stand for?
What is the difference between adding reference in solution explorer and adding references by using ?
Which namespace is used by ado.net?