Asp.Net Interview Question and Answers for Experienced
21. | What are ASP.NET Web Forms? |
---|---|
|
|
22. | How do you debug an ASP.NET Web application? |
---|---|
Attach the aspnet_wp.exe process to the DbgClr debugger. | |
23. | How to Manage state in ASP.NET? |
---|---|
|
|
24. | What are the possible implementations of distributed applications in .NET? |
---|---|
|
|
25. | Does ASP.NET support server-side includes? |
---|---|
Yes. Server side includes work the same in ASP.NET as they do in ASP. | |