|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I need to redirect to a page held on a different drive of my server. See the code below...
Response.Redirect("D:\temp\index.htm") How do I redirect to a page held in a directory above the one in which the current page is stored? Thanks Ed |
|
#2
|
||||
|
||||
|
You can create a virtual directory in IIS, under your existing website that points to your d: drive. For example, if your site is called: www.site.com, create a virtual under it called ddrive (or something else) that points to D:\temp. Then you can access the site via:
http://www.site.com/ddrive/index.htm. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > redirection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|