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

IIS 6.0 - localstart.asp

Sir,

I am having trouble to fix the problems with any *.ASP to
work.. Keep getting error 404 that can not find or miss
spell.. I had cross double check 40 times and is there
anyway can be repair??

Anthony
Jul 19 '05 #1
6 2920
"Anthony" wrote in message news:13*****************************@phx.gbl...
: I am having trouble to fix the problems with any *.ASP to
: work.. Keep getting error 404 that can not find or miss
: spell.. I had cross double check 40 times and is there
: anyway can be repair??

Which web server are you using?
If IIS, then you're either misspelling the name or the path is incorrect.
If *nix, then there is another possibility, *nix is case-sensitive.
THiSFiLe.aSP is not the same as thisfile.asp, as it is in IIS, which is
case-insensitive.

You might also have another issue if you are running on *nix... Unless
you're running Sun's Chili!Soft, ASP is not supported so even if you call
the correct file [proper case], it still will not work as expected.

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #2
On Sat, 3 Apr 2004 22:49:50 -0800, "Anthony"
<an*******@discussions.microsoft.com> wrote:
I am having trouble to fix the problems with any *.ASP to
work.. Keep getting error 404 that can not find or miss
spell.. I had cross double check 40 times and is there
anyway can be repair??


IIS6 doesn't serve ASP as a default. You need to enable it as a web
app to use it. See:

http://www.visualwin.com/ASP/

Jeff
Jul 19 '05 #3
rwg
| spell.. I had cross double check 40 times and is there
| anyway can be repair??

Sure, there are plenty of solution paths. For most solutions, we need a bit more information. But if you are running on a new IIS 6, or if you have Lockdown
(or URLScan) on your IIS 5, then this is the expected response to having ASP pages blocked. You will have to activate the ASP option. In IIS6, it's under
Web Extensions.

-rwg
This is what I think, not necessarily what is accurate!

--------------------
| Content-Class: urn:content-classes:message
| From: "Anthony" <an*******@discussions.microsoft.com>
| Sender: "Anthony" <an*******@discussions.microsoft.com>
| Subject: IIS 6.0 - localstart.asp
| Date: Sat, 3 Apr 2004 22:49:50 -0800
| Lines: 8
| Message-ID: <13*****************************@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcQaEQbO9lfIOUq8T9Kxm/A5imqioQ==
| Newsgroups: microsoft.public.inetserver.asp.general
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:269858
| NNTP-Posting-Host: tk2msftngxa08.phx.gbl 10.40.1.160
| X-Tomcat-NG: microsoft.public.inetserver.asp.general
|
| Sir,
|
| I am having trouble to fix the problems with any *.ASP to
| work.. Keep getting error 404 that can not find or miss
| spell.. I had cross double check 40 times and is there
| anyway can be repair??
|
| Anthony
|
Jul 19 '05 #4
Roland, IIS isn't case sensitive

He should first check whether he can view .html/.htm files
eg.

http://servername/test.html

If this displays correctly then you may have a problem with the
ISR_MachineName account which doesn't seem to have rights to open the
asp.dll
Basically doesn't have rights to process any asp. This could be caused by
the fact that it may be a domain controller? doubt that.
anyways, thats the one thign that screws up the rights on that account, and
causes asp to crash.
The workaround is to go to Component Services (Administrative Tools) to
manually enter an admi9nistrative account to start/run in process
applications/components

cheers
NIQUE

"Roland Hall" <nobody@nowhere> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
"Anthony" wrote in message news:13*****************************@phx.gbl...
: I am having trouble to fix the problems with any *.ASP to
: work.. Keep getting error 404 that can not find or miss
: spell.. I had cross double check 40 times and is there
: anyway can be repair??

Which web server are you using?
If IIS, then you're either misspelling the name or the path is incorrect.
If *nix, then there is another possibility, *nix is case-sensitive.
THiSFiLe.aSP is not the same as thisfile.asp, as it is in IIS, which is
case-insensitive.

You might also have another issue if you are running on *nix... Unless
you're running Sun's Chili!Soft, ASP is not supported so even if you call
the correct file [proper case], it still will not work as expected.

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp MSDN Library - http://msdn.microsoft.com/library/default.asp

Jul 19 '05 #5
"Dominique" wrote in message news:c4**********@ctb-nnrp2.saix.net...
: Roland, IIS isn't case sensitive

Then we're in agreement. I said it was case-insensitive. Perhaps you just
misread my comments?!

: THiSFiLe.aSP is not the same as thisfile.asp, as it is in IIS, which is
case-insensitive.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #6
LOL*

my bad

"Roland Hall" <nobody@nowhere> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
"Dominique" wrote in message news:c4**********@ctb-nnrp2.saix.net...
: Roland, IIS isn't case sensitive

Then we're in agreement. I said it was case-insensitive. Perhaps you just misread my comments?!

: THiSFiLe.aSP is not the same as thisfile.asp, as it is in IIS, which is
case-insensitive.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp MSDN Library - http://msdn.microsoft.com/library/default.asp

Jul 19 '05 #7

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

Similar topics

1
by: Harvey | last post by:
I just installed Windows 2000 server with IIS 5.0. When I check its web site remotely, it displays "Under Construction" that is normal because it does not have default.asp or .htm yet. However,...
1
by: Jeremy | last post by:
(This has been posted to microsoft.public.inetserver.iis as well - not sure which is the better group - thanks for reading) IIS installed on XP Professional - just used the add/remove programs...
4
by: Benji Luong | last post by:
I just installed IIS 5.1 that came with XP Pro. When I want to browse localstart.asp, this page loads up. How do I resolve this? Thanks so much! HTTP 500.100 - Internal Server Error - ASP...
1
by: deyan | last post by:
Dear All, I can't make my IIS 5 to work. I have W2000 Pro and SP3. Installed IIS 5 and i can start and stop IIS service no problem. When i go to my browser IE 5.5 SP3 and type localhost i get...
1
by: Chris Mescher | last post by:
Hi everyone, My IIS server won't work properly. I constantly receive the following error on localstart.asp: Microsoft VBScript runtime error '800a0046' Permission denied: 'GetObject' ...
1
by: Gary | last post by:
Hi, When I attempt to create a new project "asp.net web application" in Visual Basic.net, I get this message: "Web server reported following error when attempting to create or open the web...
4
by: liizuka | last post by:
Hi... I have a problem with request.form and noticed that it works fine if the action references the localstart.asp page. It doesn't work if it references any other page. Even with a pretty simple...
4
by: saif | last post by:
Hi all, I'm working with WinXP and IIS 5.1 and I use Mozilla firebird browser. When I check localhost I am promted for password but that's not the problem. Real problem is I am given this error...
3
by: Lloyd Dupont | last post by:
my default web pages are broken?!?!?! I noticed a few days ago a few strange security exception but today there is clearly a problem. lloking for the new web admin in 2.0 I try to open...
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
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
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...
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
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.