Ask a Question related to ASP.NET General, Design and Development.
-
Elsa Luiz #1
Get localhost physical directory?
Hi everyone,
I would like to get the path of the virtual directory where my page is
running from. For example if I access a page with
[url]http://localhost/mySite/default.aspx[/url] I would like to call a function
in the code of my default.aspx that returns me
C:\Inetpub\wwwroot\mySite
Probably there is a trivial solution but I am not figuring it...
Thank you in advance,
Elsa
Elsa Luiz Guest
-
directory browsing in localhost:8500
Does anyone know how I can enable directory browsing in localhost:8500? I have it enabled in localhost, but with :8500, if runs index.cfm instead... -
moving the physical log
According to the IDS 9.4 docs, I can move the physical log like this: set IFX=D:\IFMXDATA\ol_bronco copy nul D:\IFMXDATA\ol_bronco\physpace.001... -
Physical Logging performance
Ruediger Yes, this is something I have tried to achieve, it tends to reduce disk I/O to the Physical Log and make the I/O more efficient. I'm... -
Something simple!? Sessions - admin.localhost to main.localhost
Hi Why does the following code allow me to keep the same session when in the same sub domain (ie admin.localhost), yet not when I goto another... -
Physical backup/recovery between different platforms?
Hi there, I am using Oracle V7.3.4.4 on AIX with datafiles on logical volumes, so running what's called "on raw device" (using the rlv's). I... -
Elsa Luiz #2
Re: Get localhost physical directory?
Hi,
thank you very much for your help. The property I was looking was
Request.PhysicalApplicationPath
Elsa
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Elsa Luiz Guest



Reply With Quote

