473,386 Members | 1,997 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,386 software developers and data experts.

IIS5 not showing ASP files, shows others

Hello,

Annoying problem on a server with IIS 5. [We have other
IIS 5 that show asp files just fine. I'm at a loss. ]

I can open htm, html, gif, jpg, all files except asp
files. The message when opening an asp file is:

"The page cannot be found...
blah blah blah
HTTP 404 - File not found"

I've looked everywhere. Permissions are okay with IUSR
and security since we can browse other files. The asp
files in question are NOT marked Hidden...

What can I do to make it render the asp files? Ideas?

Thank you,
Sharon

Jul 19 '05 #1
5 4845
Turn off "show friendly HTTP errors" in Tools / Internet Options / Advanced,
reload the page, and tell us what the *real* error message is.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Sharon" <be****@llnl.gov> wrote in message
news:0b****************************@phx.gbl...
Hello,

Annoying problem on a server with IIS 5. [We have other
IIS 5 that show asp files just fine. I'm at a loss. ]

I can open htm, html, gif, jpg, all files except asp
files. The message when opening an asp file is:

"The page cannot be found...
blah blah blah
HTTP 404 - File not found"

I've looked everywhere. Permissions are okay with IUSR
and security since we can browse other files. The asp
files in question are NOT marked Hidden...

What can I do to make it render the asp files? Ideas?

Thank you,
Sharon

Jul 19 '05 #2
This does not exactly match your description of your problem, but it's worth
a try.
http://www.aspfaq.com/show.asp?id=2147

Ray at work

"Sharon" <be****@llnl.gov> wrote in message
news:0b****************************@phx.gbl...
Hello,

Annoying problem on a server with IIS 5. [We have other
IIS 5 that show asp files just fine. I'm at a loss. ]

I can open htm, html, gif, jpg, all files except asp
files. The message when opening an asp file is:

"The page cannot be found...
blah blah blah
HTTP 404 - File not found"

I've looked everywhere. Permissions are okay with IUSR
and security since we can browse other files. The asp
files in question are NOT marked Hidden...

What can I do to make it render the asp files? Ideas?

Thank you,
Sharon

Jul 19 '05 #3
I had this problem one of my systems that has only yesterday, had XP
installed on it........just trying to remember how I fixed it....

AH!.......remembered.....

I enabled Scripts and Executables (Low IIS Process since it's not going to
be connected to the net.....ever) and enabled the server extensions for the
domain itself.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Sharon <be****@llnl.gov> wrote in message
news:0b****************************@phx.gbl...
Hello,

Annoying problem on a server with IIS 5. [We have other
IIS 5 that show asp files just fine. I'm at a loss. ]

I can open htm, html, gif, jpg, all files except asp
files. The message when opening an asp file is:

"The page cannot be found...
blah blah blah
HTTP 404 - File not found"

I've looked everywhere. Permissions are okay with IUSR
and security since we can browse other files. The asp
files in question are NOT marked Hidden...

What can I do to make it render the asp files? Ideas?

Thank you,
Sharon

Jul 19 '05 #4
On Wed, 17 Dec 2003 06:46:49 -0800, "Sharon" <be****@llnl.gov> wrote:
Hello,

Annoying problem on a server with IIS 5. [We have other
IIS 5 that show asp files just fine. I'm at a loss. ]

I can open htm, html, gif, jpg, all files except asp
files. The message when opening an asp file is:

"The page cannot be found...
blah blah blah
HTTP 404 - File not found"

I've looked everywhere. Permissions are okay with IUSR
and security since we can browse other files. The asp
files in question are NOT marked Hidden...

What can I do to make it render the asp files? Ideas?


Norton or other script blocking software, URLScan/IIS Lockdown without
ASP allowed, no script access on folder, many reasons possible.

Jeff
Jul 19 '05 #5
Jeff, that was it! URLScan/IIS Lockdown was set to not allow ASP.
Whew!

Thanks to everyone for all your input! I found the referenced articles
very useful and went through all of them trying everything...

Problem resolved with the lockdown tool....
Sharon
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #6

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

Similar topics

9
by: Hugh Welford | last post by:
Hi, I have installed IIS5 on my machine so that I can do offline asp web development. (using WIN XP PRO). My machine is called "development" I have published an on-line working web to...
3
by: John Chertudi | last post by:
We are poised to migrate about 600 ASP sites from a single IIS5 server to a new pair of IIS6 servers. However, it appears that all files with includes like: <!-- #include...
1
by: CJM | last post by:
I'm working on an ASP application on my XP m/c. I've uploaded a copy of the ASP code and accompanying DB onto another server that is running both IIS5 & SQL Server. This is so that the...
0
by: CJM | last post by:
I'm working on an ASP application on my XP m/c. I've uploaded a copy of the ASP code and accompanying DB onto another server that is running both IIS5 & SQL Server. This is so that the...
0
by: M. M. Rafferty | last post by:
Yesterday we moved a site from a shared Win2K box to a customer dedicated Win2k3 server. The application is ASP, a huge busy site with MS SQL server backend. Since the move, the website log is...
5
by: Ken Barrett | last post by:
I apologize in advance for cross-posting, but I have noted that others have experienced similar issues and was hoping that someone could help. Briefly, I am working on an ASP.NET content...
14
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
7
by: needin4mation | last post by:
Hi, I have an Access 2002 - 2003 database. I am using Access 2003. Whenever I link an image all it shows is the filename. Not the image. Other versions of Access can link the image just fine. ...
4
by: hygum | last post by:
I have a combobox on this testsite: sneleopard.dk/combobox.html it should show all records containing the search string while typing. But sometimes it only shows some of them, why? 1) type "spi"...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.