Sams Teach Yourself Visual C++.NET in 24 Hours
1: | What are the only two types of conditional statements that can be used within a server response file? |
A1: | An if statement and a while statement. |
2: | What is a stencil? |
A2: | The special name given to a replacement tag. |
3: | What is the primary role of the ValidateAndExchange member function within your request handler? |
A3: | It allows you to perform initialization of your request handler while still giving you access to the response and request objects. |
4: | Can you use the ATL Server Project Wizard to create an ATL Server Web Service? |
A4: | Yes, you can. Just check the Create as Web Service option in the ATL Server Project Wizard. |
Top |