Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS 6.0 - localstart.asp

Reply
Thread Tools

IIS 6.0 - localstart.asp

 
 
Anthony
Guest
Posts: n/a
 
      04-04-2004
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
 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      04-04-2004
"Anthony" wrote in message news:1363c01c41a11$06ce3500$...
: 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


 
Reply With Quote
 
 
 
 
Jeff Cochran
Guest
Posts: n/a
 
      04-04-2004
On Sat, 3 Apr 2004 22:49:50 -0800, "Anthony"
<> 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
 
Reply With Quote
 
rwg
Guest
Posts: n/a
 
      04-04-2004
| 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" <>
| Sender: "Anthony" <>
| Subject: IIS 6.0 - localstart.asp
| Date: Sat, 3 Apr 2004 22:49:50 -0800
| Lines: 8
| Message-ID: <1363c01c41a11$06ce3500$>
| 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
|


 
Reply With Quote
 
Dominique
Guest
Posts: n/a
 
      04-05-2004
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:...
> "Anthony" wrote in message news:1363c01c41a11$06ce3500$...
> : 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
>
>



 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      04-05-2004
"Dominique" wrote in message news:c4qvq4$8vl$...
: 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


 
Reply With Quote
 
Dominique
Guest
Posts: n/a
 
      04-05-2004
LOL*

my bad

"Roland Hall" <nobody@nowhere> wrote in message
news:...
> "Dominique" wrote in message news:c4qvq4$8vl$...
> : 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS 6 vs IIS 5 ASP.NET Performance Issues JMaelstrom ASP .Net 2 04-30-2010 04:32 PM
IIS 6.0 win2003, IIS users moe_rodrigue MCSE 1 04-01-2004 07:37 AM
IIS 6.0 vs IIS 5.1 Hai Nguyen ASP .Net 1 03-02-2004 06:22 AM
ASP.NET application works in IIS PWS, but not in remote IIS. Matthew Louden ASP .Net 3 11-07-2003 09:58 PM
.NET IIS to IIS credentials problem... Grind Boy ASP .Net 4 08-14-2003 12:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57