473,761 Members | 6,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\wwwr oot\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 8018
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\wwwr oot\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******@hotma il.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\wwwr oot\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******@hotma il.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\www root\testing.as p

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.co m> 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\www root\testing.as p

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
3918
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 asp pages in the default directory. Thanks
2
1355
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
4138
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 displays showing how to setup CustomErrors. However, if I make my error page a .htm page it shows fine. Anyone know why?
10
3227
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 by user controls on a single page and I call these different controls by passing one or more parameters like this: myweb.com/default.aspx?MenuID=44, then the spiders aren't going to be able do to anything with this. asp.net offers lots of great...
1
1186
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 Wont Work in this Issue Thanks Mariame
1
1454
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 that was previously working perfectly just starts to bugger up the page. One normally happens is I'll have it working fine at work and then when I
5
1156
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 without doing login again. What would be the the best technique to accomplish that? Thanks
29
4872
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? Here is an exsample of url that google register, that might make is more clear what is happening www.winches.dk/winches.php?artnr=500735&PHPSESSID=d22126f0d46334659ff...
6
1713
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+ dynamic pages (these would also need searching) plus we will be adding more and more of these dynamic pages (so wont have a list of page names). Any ideas please?
0
9522
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9336
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9948
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.