|
| |
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
ASP as text - 12/15/2005 9:40:52
I am setting up a local server for the first time. The .asp pages are showing up as plain text. Any ideas what I am doing wrong?
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: ASP as text - 12/15/2005 9:48:00
where are you storing them? are you calling them via http://localhost?
_____________________________
Dan
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 10:03:43
If I type in http://localhost, it says page not found. However, I can see the index page by typing in C:\Inetpub\wwwroot\index.htm
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: ASP as text - 12/15/2005 10:12:10
quote:
index.htm rename it index.asp
_____________________________
Dan
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 10:24:06
shows up as text
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: ASP as text - 12/15/2005 10:30:35
quote:
If I type in http://localhost, it says page not found. However, I can see the index page by typing in C:\Inetpub\wwwroot\index.htm You'll always see asp pages as text when using C:\whatever... ASP pages have to be parsed by a web service and not the browser (which is what happens if you're not using http:) You will need to address the issue where http://localhost doesn't work first.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 10:33:28
OK, any ideas how?
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: ASP as text - 12/15/2005 10:44:05
quote:
OK, any ideas how? Are you publishing your files to or editing them thru http://localhost ? Start there. Can you open that web?
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 10:48:28
Frontpage isn't on the same machine as the web. I created the web on my desktop, but I'm trying to run it on a laptop for a presentation (that's in less that an hour!)
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: ASP as text - 12/15/2005 11:04:04
quote:
If I type in http://localhost, ..did you type http://localhost/index.asp
_____________________________
Dan
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 11:09:40
File not found
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: ASP as text - 12/15/2005 11:22:54
sounds like IIS not set up correctly - you do have xp pro on that machine, right?
_____________________________
Dan
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 11:29:05
yes
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: ASP as text - 12/15/2005 12:00:05
quote:
Frontpage isn't on the same machine as the web. I created the web on my desktop, but I'm trying to run it on a laptop for a presentation (that's in less that an hour!) If you created the web on your desktop, how did you access it there? Did you use http://localhost? If so, on the laptop, you'll have to use something like: http://yourDesktopName or http://yourDesktopIPAddress Remember you've put the web on your desktop. http://localhost goes just to the local computer which is IP address 127.0.0.1 and will *never* leave that local machine and never look on the network at all. That any help?
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Sandalwood
Posts: 233 Joined: 12/18/2002 From: New Jersey! Status: offline
|
RE: ASP as text - 12/15/2005 12:45:03
The owner of the laptop just told me the drive was formatted as fat32, which might be the problem. Converting it now...
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|