WebProgrammingTalk

Full Version: how the HTML and ASP differs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The main thing is when a browser request a HTML file it just executes from the server but where as ASP it is different the request doesn't come from the server directly, IIS passes to Asp engine, IIS is internet information services, this ASP engine reads the file and executes as a HTML file on browsers request
.asp has much techniques when comes to asp engine
hm.. intersting thanks for telling us that