|
|
|
Knowledge
Base Article
Windows
- Absolute Path
Windows - Absolute Path
Usually, the absolute
Path for ASP or other applications on Windows servers
is:
C:\hshome\username\domain.xxx
To retrieve the absolute path for your Windows server,
use the following asp script:
<% Response.Write
Server.MapPath("/") %>
Back to Knowledge Base
|
|