When a browser demands a best ASP script file

Asked By 20 points N/A Posted on -
qa-featured

I know that when a browser demands a best ASP script file, IIS proceeds the request to the ASP engine but here is my question that how the ASP file is coming back to the browser as plain HTML?

SHARE
Answered By 10 points N/A #149481

When a browser demands a best ASP script file

qa-featured
Hello Annie,
 
Hope you are doing well!
 
To answer your question, I have below explanation on this
 
1) As you might be aware that the browser first request an HTML file.
2) At the same time when any web browser requests an HTML file, the file then is returned to the server.
3) In the same way,  when any browser requests an ASP file, IIS (Internet Information Services) passes on the request to ASP engines.
4) This is how the ASP file comes back to the browser as plain HTML.
 
You can refer to the image below which the cycle of ASP and HTML page which would help you understand the entire flow as to how this works.
I have also given an image which might answer your question.
Hope this information helps!
 
Regards,
 
Keaton Christopher

Related Questions