Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 18th, 2004, 08:52 PM
robee robee is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 6 robee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation Page not found + ASP Error

I installed IIS in my pc at home and when i typed in localhost/ ...
the default pages were loaded..i saved a sample.asp script and i put a code
error and when i run it, it gives me this error:


The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
Click the Refresh button, or try again later.

Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Dondon : Technical Information (for support personnel)

Error Type:
Microsoft JScript runtime (0x800A1391)
'document' is undefined
/sample.asp, line 28


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt)

Page:
GET /sample.asp

Time:
Friday, November 19, 2004, 8:58:22 PM


More information:
Microsoft Support


----

is this the real error that I should get or not???...i used to program in asp before using
a remote server but I dont see any Page not found error, whenever there's an error in
script..only the ASP error.....what could be wrong in my configuration at home?? thanks!

Reply With Quote
  #2  
Old November 18th, 2004, 10:45 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 23 h 19 m 36 sec
Reputation Power: 181
So what are we supposed to do, try to imagine what is the code in sample.asp line 28?
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old November 19th, 2004, 12:08 AM
robee robee is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 6 robee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
NO of course!

what im trying to say is ....is the error mentioned above
(with the page is not found ) SHOULD always appear whenever
it encounters and ASP code ERROR???

i hope i explained it well enough!

Reply With Quote
  #4  
Old November 19th, 2004, 12:28 AM
kakarottt kakarottt is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 63 kakarottt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 9 sec
Reputation Power: 5
no, it should give you some debug information.. like it is.. try posting line 28 of sample.asp..

Reply With Quote
  #5  
Old November 19th, 2004, 02:54 AM
robee robee is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 6 robee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
it's just a simple script like :

response.write ("Hello WORLD")

i put this code to produce error

document.write("blah blah")





if the error above shouldnt be showing the "page is not
found", instead it should ONLY SHOW the debug info,
is there a need to configure on my IIS ???

Reply With Quote
  #6  
Old November 19th, 2004, 04:50 AM
Lafinboy's Avatar
Lafinboy Lafinboy is offline
The Laughing Moderator
ASP Free Loyal (3000 - 3499 posts)
 
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 3,267 Lafinboy User rank is Sergeant (500 - 2000 Reputation Level)Lafinboy User rank is Sergeant (500 - 2000 Reputation Level)Lafinboy User rank is Sergeant (500 - 2000 Reputation Level)Lafinboy User rank is Sergeant (500 - 2000 Reputation Level)Lafinboy User rank is Sergeant (500 - 2000 Reputation Level)  Folding Points: 29199 Folding Title: Starter FolderFolding Points: 29199 Folding Title: Starter Folder
Time spent in forums: 2 Weeks 1 Day 10 h 48 m 12 sec
Reputation Power: 15
Send a message via ICQ to Lafinboy Send a message via AIM to Lafinboy Send a message via MSN to Lafinboy Send a message via Yahoo to Lafinboy Send a message via Skype to Lafinboy
Where in the error does it say the page cannot be found? The error says the page cannot be displayed becuase there is an error in your code. The error in your code is on line 28 where you specify document.write. Document.write is not an ASP method, it is Javascript. That is your error. The error information you have been given is standard error code.

Reply With Quote
  #7  
Old November 25th, 2004, 02:17 AM
robee robee is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 6 robee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The error information you have been given is standard error code.

thanks, that's the answer that im looking for ...but can i have another
follow up question??

i tried to run a simle query code in asp, and when i hit
the submit button, the asp script just can't execute immediately.. i tried
to look at my window task manager and the system displays "100%" CPU
usage. my processor is P3 and my RAM is 128 MB 715 Mhz...i was
currently debugging in the dreamweaver too.. now, is there a memory
requirement for using IIS? do u think my hardware specs is sufficient?

Reply With Quote
  #8  
Old November 25th, 2004, 12:25 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 23 h 19 m 36 sec
Reputation Power: 181
128mb is very small however I doubt it's your problem unless your cpu is doing a bunch of other processess. For a single user developer you should be able to run in 128mb (but slowly). I used a 128mb W2K Pro box for IIS development for quite a while.

My bet is your code has a problem.

Reply With Quote
  #9  
Old November 28th, 2004, 10:06 PM
NetTicks NetTicks is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: USA
Posts: 14 NetTicks User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
This is defenetly a code issue. The hardware that you have is plenty for what you are doing. Check to see if you are using a database connection in your code. I've seen this happening in the pase when there is a database call to Oracle and there is a leak in the code. I'm not a developer and so I have no answer on how to fix it.

----------
Bhaski
----------
Register Domain Names for Less @ NetTicks.com

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > Page not found + ASP Error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT