473,385 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASP pages wont work on iis xp pro

I am having a problem viewing asp pages on iis version
5.1 xp pro.

HTML pages are viewable on http://localhost but .asp
pages are not. I have created a test program called
timetest.asp with the following code:

<html>
<head>
<title>Test ASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<p>this page is </P>

<% response.write "Testing ASP" %>

<p>on the computer running ASP </p>
</body>
</html>
When I create testing.asp and place it in the file:

c:\InetPub\wwwroot\testing.asp

When I open my browser using http://localhost/testing.asp
I see a blank screen??

The html section of the page displays on
http://localhost/testing.asp but the asp script does
not??
All the following have been done:

- Configured IIS accordingly
- Followed instructions for server setup
- No php and jsp compilers are installed.
- Uninstalled and Reinstalled IIS
- asp.dll does exist in the correct directory, plus all
files the dll file requires.
- All root directories are on the local machine using
NTFS.
- Firewalls disabled
- Norton anti virus installed on machine but scipt
blocking disabled.

Is there anything else I need to do or could try to try
and get my web server to display asp pages.
I was signed on as administrator when I installed IIS.

GPO's and domain controller permissions are set to none

I did have the wormblaster virus and adwaregator virus on
my machine before I dont have any of the patches left I
downloaded initially but maybe they damaged some of my
files.

I just havent a clue why it wont work and tearing my hair
out trying to get it to work.
Thanks for any help in advance.

Cat

Jul 19 '05 #1
5 8002
http://www.aspfaq.com/show.asp?id=2147

HTH,
Bob Barrows

Catherine wrote:
I am having a problem viewing asp pages on iis version
5.1 xp pro.

HTML pages are viewable on http://localhost but .asp
pages are not. I have created a test program called
timetest.asp with the following code:

<html>
<head>
<title>Test ASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<p>this page is </P>

<% response.write "Testing ASP" %>

<p>on the computer running ASP </p>
</body>
</html>
When I create testing.asp and place it in the file:

c:\InetPub\wwwroot\testing.asp

When I open my browser using http://localhost/testing.asp
I see a blank screen??

The html section of the page displays on
http://localhost/testing.asp but the asp script does
not??
All the following have been done:

- Configured IIS accordingly
- Followed instructions for server setup
- No php and jsp compilers are installed.
- Uninstalled and Reinstalled IIS
- asp.dll does exist in the correct directory, plus all
files the dll file requires.
- All root directories are on the local machine using
NTFS.
- Firewalls disabled
- Norton anti virus installed on machine but scipt
blocking disabled.

Is there anything else I need to do or could try to try
and get my web server to display asp pages.
I was signed on as administrator when I installed IIS.

GPO's and domain controller permissions are set to none

I did have the wormblaster virus and adwaregator virus on
my machine before I dont have any of the patches left I
downloaded initially but maybe they damaged some of my
files.

I just havent a clue why it wont work and tearing my hair
out trying to get it to work.
Thanks for any help in advance.

Cat

Jul 19 '05 #2
TJS
5.1 is a little different...
from the snap in, make sure there is a virtual folder created beneath the
default web site
put your test page in this folder, I don't believe it will run in the
default website folder
--
================================
http://www.ASPkey.net/
A Resource Site for Web Developers
*Free OnLine web Tools
*Free development services
================================
"Catherine" <cd******@hotmail.com> wrote in message
news:0d****************************@phx.gbl...
I am having a problem viewing asp pages on iis version
5.1 xp pro.

HTML pages are viewable on http://localhost but .asp
pages are not. I have created a test program called
timetest.asp with the following code:

<html>
<head>
<title>Test ASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<p>this page is </P>

<% response.write "Testing ASP" %>

<p>on the computer running ASP </p>
</body>
</html>
When I create testing.asp and place it in the file:

c:\InetPub\wwwroot\testing.asp

When I open my browser using http://localhost/testing.asp
I see a blank screen??

The html section of the page displays on
http://localhost/testing.asp but the asp script does
not??
All the following have been done:

- Configured IIS accordingly
- Followed instructions for server setup
- No php and jsp compilers are installed.
- Uninstalled and Reinstalled IIS
- asp.dll does exist in the correct directory, plus all
files the dll file requires.
- All root directories are on the local machine using
NTFS.
- Firewalls disabled
- Norton anti virus installed on machine but scipt
blocking disabled.

Is there anything else I need to do or could try to try
and get my web server to display asp pages.
I was signed on as administrator when I installed IIS.

GPO's and domain controller permissions are set to none

I did have the wormblaster virus and adwaregator virus on
my machine before I dont have any of the patches left I
downloaded initially but maybe they damaged some of my
files.

I just havent a clue why it wont work and tearing my hair
out trying to get it to work.
Thanks for any help in advance.

Cat

Jul 19 '05 #3
On Thu, 9 Oct 2003 05:31:51 -0700, "Catherine" <cd******@hotmail.com>
wrote:
I am having a problem viewing asp pages on iis version
5.1 xp pro.

HTML pages are viewable on http://localhost but .asp
pages are not. I have created a test program called
timetest.asp with the following code:

<html>
<head>
<title>Test ASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<p>this page is </P>

<% response.write "Testing ASP" %>

<p>on the computer running ASP </p>
</body>
</html>
When I create testing.asp and place it in the file:

c:\InetPub\wwwroot\testing.asp

When I open my browser using http://localhost/testing.asp
I see a blank screen??

The html section of the page displays on
http://localhost/testing.asp but the asp script does
not??


Okay, blank screen or only shows HTML? Did you install the IIS
Lockdown Tool and forget to allow ASP scripts? Personal firewall or
AV software that blocks scripts?

Jeff
Jul 19 '05 #4
On Thu, 9 Oct 2003 08:58:03 -0700, "TJS" <no****@here.com> wrote:
5.1 is a little different...
from the snap in, make sure there is a virtual folder created beneath the
default web site
put your test page in this folder, I don't believe it will run in the
default website folder


Works fine in the default website folder. On all versions of IIS.

Jeff
Jul 19 '05 #5
I have the same problem. I get the message "Class does
not exist" any idea?

Thanks
-----Original Message-----
I am having a problem viewing asp pages on iis version
5.1 xp pro.

HTML pages are viewable on http://localhost but .asp
pages are not. I have created a test program called
timetest.asp with the following code:

<html>
<head>
<title>Test ASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<p>this page is </P>

<% response.write "Testing ASP" %>

<p>on the computer running ASP </p>
</body>
</html>
When I create testing.asp and place it in the file:

c:\InetPub\wwwroot\testing.asp

When I open my browser using http://localhost/testing.aspI see a blank screen??

The html section of the page displays on
http://localhost/testing.asp but the asp script does
not??
All the following have been done:

- Configured IIS accordingly
- Followed instructions for server setup
- No php and jsp compilers are installed.
- Uninstalled and Reinstalled IIS
- asp.dll does exist in the correct directory, plus all
files the dll file requires.
- All root directories are on the local machine using
NTFS.
- Firewalls disabled
- Norton anti virus installed on machine but scipt
blocking disabled.

Is there anything else I need to do or could try to try
and get my web server to display asp pages.
I was signed on as administrator when I installed IIS.

GPO's and domain controller permissions are set to none

I did have the wormblaster virus and adwaregator virus onmy machine before I dont have any of the patches left I
downloaded initially but maybe they damaged some of my
files.

I just havent a clue why it wont work and tearing my hairout trying to get it to work.
Thanks for any help in advance.

Cat

.

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: jeanfor | last post by:
I get a http 500 error on all asp pages. When turning off the friendly message box, the message is "Class does not exist". What is the fix for that? This affect all asp pages incling the default...
2
by: Rodrigo Ferreira | last post by:
I want to create a comment web pages of my projecto (UserControl). I create them but the first link doesn't work! I don't know what i am doing wrong! Any help?
6
by: Gary | last post by:
I have the following in my web.config.... <customErrors mode="RemoteOnly" defaultRedirect="Applicationerror.aspx"/> but, my error page does not display. Instead a 'Runtime Error' page...
10
by: moondaddy | last post by:
I'm writing an ecommerce app in asp.net/vb.net and need to make the pages searchable and crawlable by spiders, particularly Google's. As far as I know, if my pages's contents are mostly populated...
1
by: aa | last post by:
Hi All, i have two opened web pages & i want the textbox value in the second web page pass it to the textbox in the first web page while both web page r opened & without refresh. N.B Session...
1
by: Simon | last post by:
Hi, Has anyone experienced the problem where validation controls stop a previously working page from submitting. Sometimes, when I move between my work machine and my home machine validation...
5
by: Vlad | last post by:
Hello, I have two ASP.NET applications running on the same IIS and secured with FormsAuthentication. After users login to one of them I would like them to be able to call pages from another...
29
by: CAH | last post by:
Hi Can you avoid that googlebot indexes PHPSESSID pages? Googlebot is indexing pages with PHPSESSID, which makes it think my page has a infinite number of pages. How can one avoid this? ...
6
by: Advo | last post by:
Hi Basically, i need to write a php search function which will search all our pages in the directory depending on user keywords.. the thing is, this could be difficult as we may have 8000+...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.