|
Question
Anonymous writes: "I'm trying to run some ASP code in my computer
but all I get is a blank page. What am I doing wrong?"
Answer
2-2-00
First of all, you need to make sure that your code is correct.
Second, you need to install PWS (Personal Web Server) in your system
- that is if you are running Windows 95/98. If you have Windows
NT, you can install IIS (Internet Information Server). You can download
both PWS and/or IIS from Microsoft's
web site.
Before you do anything though, let me warn you that by installing
PWS in your machine you may have problems with your OS. Many people
and I myself, have experienced problems with our systems after installing
PWS.
If you have access to a web server your best bet, both to make
your code work and to avoid possible system conflicts, is to upload
your ASP files into the server. Most servers are able to run ASP
code, however if your server is not able to run ASP contact your
server Administrator and ask him/her to enable the server to run
ASP.
|