While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ? September 13, 2025 by Admin A. HTTP B. FTP C. File D. All of the above ✅ The correct answer is option A.
Whats the significance of Request.MapPath( ) ? September 13, 2025 by Admin A. Maps the specified absolute path to virtual path B. Maps the specified virtual path to a physical path C. All of the above D. None of the above ✅ The correct answer is option B.
What is/are the predefined TraceListener(s) in ASP.Net? September 13, 2025 by Admin A. EventLogTraceListener B. TextWriterTraceListener C. DefaultTraceListener D. All of the above ✅ The correct answer is option D.
What is the default session out time__________________? September 13, 2025 by Admin A. 10 sec B. 20 sec C. 20 min D. 40 min ✅ The correct answer is option C.
Which of the following object is not an ASP component ? September 13, 2025 by Admin A. AdRotator B. File Access C. LinkCounter D. Counter ✅ The correct answer is option C.
In order to prevent a browser from caching a page which of these xstatements should be written ? September 13, 2025 by Admin A. Response.Cache.SetNoServerCaching(); B. Response.Cache.SetNoCaching(); C. Response.Cache.SetNoStore(); D. None of these ✅ The correct answer is option C.
The Asp.net server control, which provides an alternative way of displaying text on web page, is_________________? September 13, 2025 by Admin A. B. C. D. None of these ✅ The correct answer is option B.
If a developer of ASP.NET defines style information in a common location. Then that location is called as________________? September 13, 2025 by Admin A. Theme B. Master Page C. Customization D. None of these ✅ The correct answer is option A.
To set page title dynamically in ASP.NET which of the following is used ? September 13, 2025 by Admin A. section B. section C. section D. None of the above ✅ The correct answer is option A.
In ASP.NET in form page the object which contains the user name is ________________? September 13, 2025 by Admin A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these ✅ The correct answer is option C.