| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
oh my, I finally understand.
![]() you got me confused, I thought you have the server on your local machine. most hosts have complicated file system, and they have more than one disk and separate folder for each group of accounts, usually with random and meaningless folder names to prevent hacking. you can find the actual disk path using the ServerVariables though: Code:
Response.Write("path is: " & Request.ServerVariables("APPL_PHYSICAL_PATH"))
![]() |
|
#17
|
|||
|
|||
|
Quote:
So, should I just drop a simple test page containing that script into every folder until I find one that tells me it's "root_path\includes\"? I'll give it a try. |
|
#18
|
||||
|
||||
|
Quote:
http://www.webthang.co.uk/tuts/tuts...ph/pippo_xp.asp
__________________
Click the image if at any point you don't like my decision.Scripting problems? Windows questions? Ask the Windows Guru! |
|
#19
|
||||
|
||||
|
Quote:
![]() |
|
#20
|
|||
|
|||
|
Quote:
oddly enough, the path displayed is identical for every folder I've tested: path is: D:\...\site\ (edited, of course) I'm thinking maybe that script just points you to the root of the website but doesn't tell you what the full path to your folder is, unless I've overlooked something (not out of the question). |
|
#21
|
||||
|
||||
|
Is there something specific you're trying to find?
There's no reason why all the files couldn't be in the root folder or are you navigating to subfolders of the webroot? Are you expecting <!--include --> files to be in a seperate folder? Or do you know they are?
__________________
Policy Check I'd rather have a full bottle in front of me, than a full frontal lobotomy...
|
|
#22
|
||||
|
||||
|
Quote:
![]() |
|
#23
|
|||
|
|||
|
Problem solved, in a way...
I wasn't getting anywhere, primarily because my client has dozens of sites on each server and has multiple include folders that do not reside in the actual sites they're used in (what a concept). In the end, I got the client to let me directly access his machines using the Remote Desktop Connection tool (Start/Programs/Accessories/Communication) which is a fairly cool lightweight VPN-style program that allows me to control all of the client's servers & their IIS properties directly from my machine. |
|
#24
|
||||
|
||||
|
cheers, glad you got it sorted out.
for the record, Remote Desktop is not VPN in any way or fashion. those are two different entities. ![]() |
![]() |
| Viewing: ASP Free Forums > System Administration > Windows OS > XP Pro? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|