Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How to access files on different drives to the root

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  global.asa  
Author Message
mark9

External


Since: Feb 18, 2004
Posts: 1



(Msg. 1) Posted: Wed Feb 18, 2004 3:39 pm
Post subject: How to access files on different drives to the root
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I've just got a Windows 2003 dedicated server but unfortunately am a
bit new to IIS administration. My problem is that the root directory
is set to the default c:\inetpub\Www_root. However the server is
partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
need to host a large number of large multimedia files on the server
and obviously the D: drive looks like the best option. Is this
possible without moving the whole website to d:\inetpub\Www_root?

TIA

Mark.

 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
bubikhan

External


Since: Feb 18, 2004
Posts: 5



(Msg. 2) Posted: Wed Feb 18, 2004 6:53 pm
Post subject: Re: How to access files on different drives to the root [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, create a new 'Virtual Directory' and point it to the actual physical
location.


"Mark ROss" <mark.RemoveThis@tuesdayclub.co.uk> wrote in message
news:65897b7a.0402181239.c9f0e43@posting.google.com...
 > Hi,
 >
 > I've just got a Windows 2003 dedicated server but unfortunately am a
 > bit new to IIS administration. My problem is that the root directory
 > is set to the default c:\inetpub\Www_root. However the server is
 > partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
 > need to host a large number of large multimedia files on the server
 > and obviously the D: drive looks like the best option. Is this
 > possible without moving the whole website to d:\inetpub\Www_root?
 >
 > TIA
 >
 > Mark.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 3) Posted: Wed Feb 18, 2004 7:00 pm
Post subject: Re: How to access files on different drives to the root [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mark ROss" <mark.TakeThisOut@tuesdayclub.co.uk> wrote in message
news:65897b7a.0402181239.c9f0e43@posting.google.com...
 > Hi,
 >
 > I've just got a Windows 2003 dedicated server but unfortunately am a
 > bit new to IIS administration. My problem is that the root directory
 > is set to the default c:\inetpub\Www_root. However the server is
 > partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
 > need to host a large number of large multimedia files on the server
 > and obviously the D: drive looks like the best option. Is this
 > possible without moving the whole website to d:\inetpub\Www_root?

Sure, just create as many virtual directories pointing to D: as you need.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Thu Feb 19, 2004 12:09 am
Post subject: Re: How to access files on different drives to the root [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 18 Feb 2004 12:39:55 -0800, mark.RemoveThis@tuesdayclub.co.uk (Mark ROss)
wrote:

 >I've just got a Windows 2003 dedicated server but unfortunately am a
 >bit new to IIS administration. My problem is that the root directory
 >is set to the default c:\inetpub\Www_root. However the server is
 >partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
 >need to host a large number of large multimedia files on the server
 >and obviously the D: drive looks like the best option. Is this
 >possible without moving the whole website to d:\inetpub\Www_root?

Moving the web site consists of moving the entire folder structure and
changing the home directory in the settings for the web site, quite
simple to do. The alternative is to use a virtual folder for the
balance of your content on the other drive.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 5) Posted: Thu Feb 19, 2004 1:07 am
Post subject: Re: How to access files on different drives to the root [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Yes, you can use something called "Virtual Directory"

You can find more information here:

"HOW TO: Create a Virtual Directory in Windows 2000"
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;308135" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;EN-US;308135</a>

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Mark ROss" <mark.TakeThisOut@tuesdayclub.co.uk> wrote in message
news:65897b7a.0402181239.c9f0e43@posting.google.com...
 > Hi,
 >
 > I've just got a Windows 2003 dedicated server but unfortunately am a
 > bit new to IIS administration. My problem is that the root directory
 > is set to the default c:\inetpub\Www_root. However the server is
 > partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
 > need to host a large number of large multimedia files on the server
 > and obviously the D: drive looks like the best option. Is this
 > possible without moving the whole website to d:\inetpub\Www_root?
 >
 > TIA
 >
 > Mark.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 6) Posted: Thu Feb 19, 2004 1:48 am
Post subject: Re: How to access files on different drives to the root [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Another option:
If your drives are NTFS formatted (they should be, if you're running IIS and
Internet-facing software), you can MOUNT one partition onto another (similar
to *nix's mount command). This is useful if you have applications that are
hard-coded to drive-letters and you can't move the drive letters around --
but you CAN mount a larger partition into the drive-letter namespace of
another, thus buying you time.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Mark ROss" <mark.TakeThisOut@tuesdayclub.co.uk> wrote in message
news:65897b7a.0402181239.c9f0e43@posting.google.com...
Hi,

I've just got a Windows 2003 dedicated server but unfortunately am a
bit new to IIS administration. My problem is that the root directory
is set to the default c:\inetpub\Www_root. However the server is
partioned into 2 drives - C: which is 10GB and D: which is 20GB. I
need to host a large number of large multimedia files on the server
and obviously the D: drive looks like the best option. Is this
possible without moving the whole website to d:\inetpub\Www_root?

TIA

Mark.
 >> Stay informed about: How to access files on different drives to the root 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Access to winnt\system32 outside of my document-root - Hi! I'm a totally IIS Newbie: I have a Python-CGI Script installed, which needs to execute a "diff" command. This is done by the Python-Call popen(...). Unforunatly Python uses internally always the string "C:\\WINNT\\system32\\cmd.exe /c...

The server was unable to add the virtual root access denie.. - For a while I noticed I was getting errors in my eventlog from IIS about virtual directors in my ASP.NET projects in Visual Studio like: The server was unable to add the virtual root '/TotalCare.Enterprise.ZeroClient.RequestFacility' for the directory..

iiscnfg.vbs using unc instead of mapped drives. - I thought I would share my experiences of using iis6 only - iiscnfg.vbs script. This script is great for replicating your metabase to different servers with ease. The problem I found with the original though was that the replication routine was using..

Virtual Directories in XP Pro With Subst Drives - . Reply (E-mail) Forward (E-mail) Subject: IIS Subst Drives Virtual Directories From: "Jim C" &lt;clearstead@hotmail.com&gt; Sent: 9/10/2003 11:35:01 AM Our company recently upgraded from Windows 2000 to Win XP Pro. ...

restricting access to files to same-domain referrer? - Not sure if the subject made sense. Let me try to explain... I have a section of our site that I'm putting behind a password via ASP (VB script). The template checks to see if a cookie was set, if not, it sends you to the login page, where you enter in...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]