ASP Programming Question:
What happens to a HTML page in ASP?
Answer:
The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.
Previous Question | Next Question |
What are the ASP Scripting Objects? | What happens to ASP pages? |