What is the work of asp?
Answer / Sunil Kumar Yadav
ASP (Active Server Pages) is used to create dynamic and interactive web pages by running scripts on a server before sending the results to the client's browser. This allows for features such as user authentication, session management, and database interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is asp software?
What is the difference between client-side script and server-side script?
What does asp stand for?
Name the methods in session object?
How are scripts executed?
What is Response object? How is it related to ASP's Response object?
Define common language specification (cls)?
Explain how do you initiate a string without escaping each backslash?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
How to determine if a visitor has cookies support enabled in his/her browser?
What must be installed on an IIS4 machine to use the CDONTS e-mail server object? A. FTP service B. SMTP service C. IIS administrator D. Exchange Server E. IPX/SPX protocol
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.