Explain How do we separate business logic while creating an ASP.NET application?
Submitted by: AdministratorThere are two level of asp.net debugging
1. Page level debugging
For this we have to edit the page level debugging enable the trace to true in the line in the html format of the page.
%@ Page Language="vb" trace="true" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication2.WebForm1">
2. You can enable the debugging in the application level for this
Edit the following trace value in web.config file
Enable trace enabled=true.
Submitted by: Administrator
1. Page level debugging
For this we have to edit the page level debugging enable the trace to true in the line in the html format of the page.
%@ Page Language="vb" trace="true" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication2.WebForm1">
2. You can enable the debugging in the application level for this
Edit the following trace value in web.config file
Enable trace enabled=true.
Submitted by: Administrator
Read Online .Net Database Job Interview Questions And Answers
Top .Net Database Questions
☺ | Explain How do we separate business logic while creating an ASP.NET application? |
☺ | Explain What are good ADO.NET object(s) to replace the ADO Recordset object? |
☺ | Explain What is the .NET datatype that allows the retrieval of data by a unique key? |
☺ | Explain similarities and differences between the Java and .NET? |
☺ | Explain What are cursors? Name four type of cursors and when each one would be applied? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |