Classic ASP is installed as part of Internet Information Services, which can be installed from the Add/Remote Windows Components option (in the Add/Remove programs dialog box)
Main Topics
Browse All Topicsi want to run some asp application that work with Mysql- i got asp files and need to install the asp to run on my windows...
where i can find a good video tutorial for this
some thing like this
:http://www.videotutorialz
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No. If you have IIS installed, and ASP has been enabled, then any ASP page served by your web server will run as coded.
When you double-click on an ASP file locally, that file will be opened by the default handler specified in Windows. For ASP, it could be FrontPage, or a text editor, or whatever else. Instead of double-clicking on a file, you would browse to it through your local server:
http://localhost/filename.
What version of Windows are you running? If you are running 2000, 2003 or XP Pro you can simply install IIS, if you want to run IIS on XP it can be done but requires a little work, I did this last year on a OEM laptop for script testing prior to upgrading it to Pro. Rade here, http://adamv.com/dev/artic
I think what you want to do Start -> Run C:\inetpub\wwwroot and OK. Or Open My Computer and browse to C:\Inetpub\wwwroot and creat a new folder. Name it whatever you want to call your website (you may name mysite or whatever). Then Put all you asp files inside this folder.
Then Control panel -> Administrative tools -> Internet Information Services
Then on the left pane, you'd see your computer name under Internet Information Services.
Click the + beside your computername to expand it.
After that, expand WEB SITES.
Next, rightclick DEFAULT WEB SITE, go to NEW and choose VIRTUAL DIRECTORY
Click Next and in ALIAS, type any name your like and click NEXT
Broswe to the folder you created earlier on (mysite)
Click Next until you see FINISH.
Click FINISH
Now open internet explorer and type http://localhost and it will open provided there is an index.htm, default.htm in mysite
You may righclick DEFAULT WEB SITE as above and choose PROPERTIES. Click the documents tab and use ADD to add your home page to the list default documents.
Good luck.
Business Accounts
Answer for Membership
by: routinetPosted on 2008-03-10 at 11:16:24ID: 21088748
http://www.webcheatsheet.c om/ASP/asp _install.p hp