Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

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 June 11th, 2005, 09:49 AM
marymacc marymacc is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Posts: 1 marymacc User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 45 sec
Reputation Power: 0
Question Request help understanding Server.MapPath connection issue

I am trying to understand the Server.MapPath method and would appreciate an explanation of why this works:

I have a file on a remote ISP [\webroot\myfile.asp] that has the following in it:

‘Open the Database Connection
%><!--#INCLUDE file=”connect.inc”<%

[Note: the connect file is also located within the webroot directory]

My database, storeDB.mdb, is located in a database folder within the root directory on the same level as the webroot folder (not within the webroot folder). Therefore, the connect.inc. is as follows:

<%
'*** Open the Connection
'*** NOTE: MS Access-specific dsn-less connection here!

IF IsObject(Session("goConn")) THEN
SET Conn=Session("goConn")
ELSE
lcConnect = "DRIVER={Microsoft Access Driver (*.mdb)};"
lcConnect = lcConnect & "DBQ=" & Server.MapPath("../database/storeDB.mdb")
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open lcConnect
Set Session("goConn")=Conn
END IF
%>

All of the above successfully makes a connection to my database and everything works fine.

However, I am having a devil of a time getting a connection when I do the following:

I want to put connect.inc within a folder within the webroot. The path would
be [\webroot\includes\connect.inc ].

I also would like to move myfile.asp into a folder within the webroot. The path would be
[ \webroot\services\myfile.asp ].

With these relocations, why doesn’t these additional changes to the relocated files work:

In \webroot\services\myfile.asp:

‘Open the Database Connection
%><!--#INCLUDE file=”../includes/connect.inc”<%

I have tried both Server.MapPath("../database/storeDB.mdb") as well as
Server.MapPath(“database/storeDB.mdb) or Server.MapPath(“/database/storeDB.mdb) and none of these make a proper connection. I’m sure this is a file path issue and a misunderstanding of the Server.MapPath method. Could someone help me with the proper file paths and clear up my muddled understanding? I would sincerely appreciate it.

Reply With Quote
  #2  
Old July 13th, 2005, 05:03 AM
KiReSt KiReSt is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 116 KiReSt User rank is Sergeant (500 - 2000 Reputation Level)KiReSt User rank is Sergeant (500 - 2000 Reputation Level)KiReSt User rank is Sergeant (500 - 2000 Reputation Level)KiReSt User rank is Sergeant (500 - 2000 Reputation Level)KiReSt User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Day 9 h 3 m 45 sec
Reputation Power: 12
a path issue? have a look at this: (as long as you just didnt misprint in this tread..)
Code:
‘Open the Database Connection
%><!--#INCLUDE file=”../includes/connect.inc”<%

try to change it to:
Code:
‘Open the Database Connection
%><!--#INCLUDE file=”../includes/connect.inc”--><%

because the #include tag wasnt closed, im not sure if its neccessary, but i thinks so.

Reply With Quote
  #3  
Old January 12th, 2006, 06:53 AM
kroiz4oruma kroiz4oruma is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 6 kroiz4oruma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 13 m 33 sec
Reputation Power: 0
i do not understand why does your connect.inc works well, because when i use it, the mistake occurs:

Server.MapPath() error 'ASP 0175 : 80004005'

Disallowed Path Characters

/connect.asp, line 3

The '..' characters are not allowed in the Path parameter for the MapPath method.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > Request help understanding Server.MapPath connection issue


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 5 hosted by Hostway