|
Latest answer:
AppSetting section is used to set the user defined
values. For e.g.: The ConnectionString which is used through
out the project for database connection......... Read
answer
Latest answer:
Following are the major differences between them:
Server.Transfer - The browser is directly
redirected to another page. There is no round
trip........... Read
answer
Latest answer:
Authentication is the process of verifying the
identity of a user. Authorization is process of checking
whether the user has access rights to the
system.............. Read
answer
Latest answer: By
default, ASP.NET executes in the security context of a
restricted user account on the local machine. However, at
times it becomes necessary to access network resources which
require additional permissions............. Read answer
Latest answer: The
passing of the control from the child to the parent is called
as bubbling. Controls like DataGrid, Datalist, Repeater, etc
can have child controls.......... Read
answer
Latest answer:
ASP.NET runs inside the process of IIS due to which
there are two authentication layers which exist in the
system............. Read
answer
Latest answer:
Selection of an authentication provider is done
through the entries in the web.config file for an
application.The modes of authentication are:......... Read
answer
Latest answer: If
windows authentication mode is selected for an ASP.NET
application, then authentication also needs to be configured
within IIS since it is provided by IIS............ Read
answer
Latest answer:
Passport authentication provides authentication using
Microsoft’s passport service. If
passport authentication is configured and users login using
passport then the authentication duties are off-loaded to the
passport servers............. Read
answer
Latest answer: Using
form authentication, ones own custom logic can be used for
authentication. ASP.NET checks for the presence of a special
session cookie when a user requests a page for the
application. ............ Read
answer
Latest answer:
ASP.NET impersonation is controlled by entries in the
applications web.config file. Though the default setting is no
impersonation, it can be explicitly set using: ........... Read
answer
Latest answer:
Datagrid: The HTML code generated
has an HTML TABLE element created
for the particular DataRow and is a tabular representation
with Columns and Rows. Datagrid has a in-built support for
Sort, Filter and paging the Data........... Read
answer
Latest answer:
Global.asax file contains the following events:
Application_Init - Fired
when an application initializes or is first called. It is
invoked for all HttpApplication object
instances............. Read
answer
Latest answer: IIS
has three level of isolation:- LOW (IIS process): In this main
IIS process and ASP.NET application run in same process due to
which if one crashes, the other is also
affected............ Read
answer
Latest answer:
GridLayout provides absolute positioning for controls
placed on the page. FlowLayout positions items down the page
like traditional HTML......... Read
answer
Latest answer:
Authentication is the process of verifying user’s
details and find if the user is a valid user to the system or
not....... Read
answer
Latest answer:
Authorization is a process that takes place based on
the authentication of the user....... Read
answer
|