zag Posted April 20, 2015 Posted April 20, 2015 I've got an IIS web server that is running out of space and I need to add more. Adding a disk is easy but is there an easy way to point the wwwroot folder to the new disk while keeping the existing structure? Basically I'd like to keep c:\inetpub\wwwroot and add a new d:\inetpub\wwwroot\media Whats the best way to do it?
howartp Posted April 20, 2015 Posted April 20, 2015 Is the /media a folder for media storage, or some media studies website/webpages? You can add a new virtual directory to IIS that points to d:\inetpub\wwwroot (or wherever you want), but that might have implications if you're embedding images/videos into a page on one website (c:) that are stored on another. I'd probably move the whole wwwroot to a bigger D: drive and either redirect the default c: website to it, or leave the default website empty and disabled, and create a new website for the whole of the content on d: Peter 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now