What is the need of ASP?
Active Server Pages combine the HTML languages with the scripting languages such as database fields, date/time information and personal customization to produce a dynamic webpage that produces a new content every time the page is refreshed.
We can say that very static content is past and in this new accord of technology, every visitor wants to see new contents that too in a dynamic webpage. By a dynamic webpage, we mean that everytime we refresh the page, the contents displays the current weather, latest sales items, and also how stock rates are changing from minute-to-minute. This gives visitor a solid reason to visit the website again and again.
When the visitor refreshes the webpage, the browser requests the ASP which processes your IIS (Internet Information Server) which in turn runs the VB script. Visual Basic turns them into standard html tags and text. Final output would be the webpage containing your data.
Active Server Pages combine the HTML languages with the scripting languages such as database fields, date/time information and personal customization to produce a dynamic webpage that produces a new content every time the page is refreshed.
We can say that very static content is past and in this new accord of technology, every visitor wants to see new contents that too in a dynamic webpage. By a dynamic webpage, we mean that everytime we refresh the page, the contents displays the current weather, latest sales items, and also how stock rates are changing from minute-to-minute. This gives visitor a solid reason to visit the website again and again.
When the visitor refreshes the webpage, the browser requests the ASP which processes your IIS (Internet Information Server) which in turn runs the VB script. Visual Basic turns them into standard html tags and text. Final output would be the webpage containing your data.















