Thursday, July 12, 2007

ASP page execution.

When anybody type particular web address of asp page in browser and clicks on go.
Following things happens.
1. IIS takes request and send it to Asp.dll that is asp engine.
2. Engine executes asp page and convert it to pure HTML file and send this to browser.

This is how asp page is executed.

Saturday, March 31, 2007

Asp Upload without component.

You can upload your file without using component installation on the server. this program is free
given by one of asp programmer name lewis E. Moten.

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8525&lngWId=4

this url for the site.

this very handy code provided by the author you can use this code.