this links guide moving individual website contents to a different drive. I want to move whole c:\inetpub\ folder to a different drive. is that possible?
Main Topics
Browse All TopicsI run Win 2003 server. inetpub folder is in c drive. I have limited space in C. So, I would like to move inetpub folder to a different drive. I am not sure if I can just move it to a different drive. Does anyone know the procedure moving the folder properly? Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, here are the instructions we used to move our IIS from C: to D: (double check paths since I had to hand type this from a printout, each line starting with csript is a single line):
IIS Snap-In:
Right-click Web Sites\Default Web Site, Stop
Right-click FTP Site\Default FTP Site, Stop
Right-click Default SMTP Virtual Server, Stop
Command prompt:
xcopy C:\inetpub d:\inetpub /e /i /o /h
IIS Snap-In:
Right-click Default Web Site | Properties | Home Directory tab
Update Local path to D:\inetpub\wwwroot, OK
Right-click Default FTP Site | Properties | Home Directory tab
Update Local path to be on D:, OK
Command prompt:
cscript.exe D:\Inetpub\AdminScripts\ad
cscript.exe D:\Inetpub\AdminScripts\ad
cscript.exe D:\Inetpub\AdminScripts\ad
cscript.exe D:\Inetpub\AdminScripts\ad
Does the email program attempt to access the folders directly?
Are there inherited permissions from the new drive that is changing the security of the folders and files?
what is at line 472?
Use the last message at http://www.frontpagewebmas
Yes, I did use xcopy (/O should have copied the file/folder permissions).
And actually it's working now after resetting IIS and followed your help. But I had to change the permission of all folders to give "write" permission to users of the server. after the permission change, all works well.
Thank you for your help.
Business Accounts
Answer for Membership
by: llmanPosted on 2009-08-05 at 17:09:05ID: 25029125
See the "Moving Your Web Site Content to a Nonsystem Drive" section in http://www.microsoft.com/s mallbusine ss/support /articles/ sec_IIS_6_ 0.mspx