subject: How to run classic ASP or active server pages using Internet Information Services (IIS) ? [print this page] How to run classic ASP or active server pages using Internet Information Services (IIS) ?
Hello Friends,
Special thanks to :http://www.technoexam.com/active-server-pages-tutorials/asp-programs-library.asp
Today, we shall learn How to run classic ASP or active server pages using Internet Information Services (IIS) ?
First we have to install Internet Information Services (IIS) on your PC.
Insert Windows XP CD.
Now Follow steps as
Start >> Control Panel >> Add or Remove Programs
Add/Remove Windows Componenets
Check the optionInternet Information Services (IIS)
Goto Details button
Check all services in that
Then Click OK
Browse required files for completion of IIS Setup for copying
Now, it will install IIS on your PC.
Now, we shall see how to create a simple ASP file ?
Open Notepad
Type the following program
Save the above source code as 'T1.ASP' at any location that you want. Let it would be saved on 'D:T1.ASP'
Now Follow the next steps
Start >> Control Panel >> Administrative Tools >> Internet Information Services >>
--- (Local Computer) >> Web Sites >> Default Web Site
Right click on Default Web Site
New >> Virtual Directory ...
Give Virtual Directory Alias as 'Techno'
Click Next
Now select the file location which was saved on 'D:' .
Nowbrowsethe file location which was saved on 'D:' . as 'T1.ASP'
It will run successfully.
And it will show output as 'TechnoExam-Online ASP Programming'
Program No : 2
Program No. : 3
Multiplication table of a number
----- For more Classic ASP programs library and source codes,tutorials,study notes,examples,outputs visit :http://www.technoexam.com/active-server-pages-tutorials/asp-programs-library.asp
TechnoExam.com is online web portal which provides study notes for Computer Science Students to improve technical knowledge in IT Industry. It includes programming languages like C, C++, VB 6.0, PHP, ASP, HTML, CSS, JavaScript, VBScript, Oracle, SQL Server, Core Java, Advance Java programs, tutorials, source codes, study notes, examples and many more.
TechnoExam - online programs, source code library of computer professionals which helps to get greater knowledge in IT industry with effective IT skills.