Which of the following folder is used to store DLL files in the ASP.NET application?
a) App_data
b) App_code
c) Bin
d) App_local
Which is the first event triggered when a user requests an ASP.NET page?
a) load
b) init
c) PreInit
d) PreLoad
The Session IDs are stored in……… by ASP.Net?
a) cache
b) server
c) database
d) cookies
What is the file extension of Webservices in ASP.Net?
a) .aspx
b) .asp
c) .asm
d) .asmx
Which protocol is used to call a web service?
a) SOAP protocol
b) HTTP protocol
c) TCP protocol
d) FTP protocol
What is the default timeout for a
cookie in ASP.Net?
a) 10 minute
b) 20 minute
c) 30 minute
d) 5 minute