Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


ASP files don't work

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,462
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> ASP files don't work
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 ASP files don't work - 10/30/2001 3:24:41 PM   
  edgar_aa

 

Posts: 1
Score: 0
Joined: 10/30/2001
From: Canada
Status: offline
I'm creating an Intranet system using ASP files. The ASP files work in the server, but they don't work in clients computers. I only see an HTML page without any data from Access database. The server has Explorer 6.0 and clients Explorer 5.5. I need to set anything in Explorer?. I tested at home with PWS and it works.
 
 
Post #: 1
 
 Re: ASP files don't work - 10/30/2001 5:41:38 PM   
  imav8n

 

Posts: 95
Score: 0
Joined: 7/3/2001
From: USA
Status: offline
I'm not sure what you mean?

An .asp page is an html page with vbscript (or javascript, etc...) included in it which gets compiled by the web server when the page gets called by a web client.

So if you copy the page to a users computer, that computer has to be running a web server (PWS, IIS, etc..) to be able to compile it. If that machine is configured with a web server, make sure you are calling the page through the web server by using the format http://computername/directory/directory/page.asp If you use d:\directory\directory\page.asp then you aren't calling the page through the web server, so it's not getting compiled...instead your just calling the file via Windows Explorer and opening it up directly, which doesn't work.

If thats not your problem, please describe your configuration and problem in a little more detail.

Thanks!

~imav8n
Failure is not an option.....it comes bundled with the software.

(in reply to edgar_aa)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> ASP files don't work Page: [1]
Jump to:





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