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: 132 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 14 h 7 m 11 sec
Reputation Power: 15
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





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

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





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek