different architectures of asp.net?
Answer / anupam gargari
As the illustration shows, all Web clients communicate with
ASP.NET applications through IIS. IIS deciphers and
optionally authenticates the request. If Allow Anonymous is
turned on, no authentication occurs. IIS also finds the
requested resource ( such as an ASP.NET application ), and,
if the client is authorized, returns the appropriate
resource.
| Is This Answer Correct ? | 0 Yes | 4 No |
What is FullTrust? Do GACed assemblies have FullTrust?
Explain the difference between the web config and machine config.
Which methods validate all the controls on a page?
Where sessions are stored in asp.net?
What is difference between user control and custom control?
List the events in page life cycle.
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What does the hotspot class in .net do?
What are the media types of http requests and response?
Explain the working of passport authentication.
can we transfer data from one page to another page using viewstate if so how?if not y?
37 Answers AppShark, DataSync, Gtech, iGate, Wipro,
Explain Page life cycle
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)