Top questions

Post

New Post


Find by name:

Question Answer
Why is Global.asax is used? Declare Global variables Implement application and session level events No use ANSWER: Implement application and session level events
You have to log the data into database if your session times out. Which event will you use? Options - Session_End - Application_End - Application_Start - Application_SessionTimeout CORRECT ANSWER : Session_End
You need to encrypt the SOAP header. What is the correct method to use? Options - Inherit the web service class from the SoapHeaderEncrypt class - Custom SOAP headers - SOAP header extensions - Enable SSL for the XML web service and configure it to encrypt the headers CORRECT ANSWER : SOAP header extensions



Back to HomePage