1)IN asp.net if one requests windows authentication the current request attaches an object.
2)which of the following is not a member of Response object.
3)which dll translates xml to sql in IIS .
4)SqlDataSource and ObjectDataSource Controls are implementing interfaces.
5)what is the difference between httpHandlers and HTTP Modules.
6)What will happen if we wanted to Cache the Page based on the QueryString Values.
7)Property Common in Every Validation Control.
8)Which are Server Based State Management options.
9)What is the Significance of the Code Cache.Insert("key", myXMLFileData, new System.Web.Caching.CacheDependency("Maps.xml")); .
10)Default Session Data Stored in .
11)what class does the ASP.NET web form class inherit from by default .
12)Where do we include the user lists for Form authentication?.
13)Which of the following is false regarding windows Authentication .
14)Which one of the following is used to obtain performance information about a Web Application?.
15)which is wrong attribute for Forms Authentication .
16)What is the difference betweeen Application Exception and System Exception .
17)what causes the fluidity of the Web Applications when Page has been requested..
18))what is the correct format for enabling Sql Cache Databases Dependency. .
19))which one does not represents section in the Trace information .
20)Where is Authentication and Authorization is done in Integrated Request Processing PipleLine in IIS .
21))what is the name of the method in the Route specification in Global.asax.cs. routes.MapRoutes("Stateone","{x}/{y}/{z}) .
22)In HomeController.cs File public ActionResult zoo() { ViewData["Title"]="Zoo Page Rendered"; return View(); } what happens if only About.aspx the only File Present Home Views Directory When Page is Requested. .
23)which of the Property does apply to overloading webmethods in webservices .
24)With WCF the Service Oriented Architecture which one is not Applicable. .
25)What are the Ways we want if wanted to have Sql Cache Dependency in Sql Server .
No comments:
Post a Comment