Windows 11 How to change the default IIS web server folder to another path on another disk...

ziomario

Well-Known Member
Joined
Jun 1, 2020
Messages
4
Hello to everyone.

I've virtualized Windows 11 with bhyve on FreeBSD 13R and inside the VM I enabled IIS. So,let's say that the IP address of the VM is : Link Removed,I can reach this IP web address outside of the VM,while I'm running FreeBSD. In addition,I've passed through my USB 3 disk with bhyve and actually it is present inside the VM. What I want to do now is to change the default folder where are stored the files of the web server,that's :

c:\inetpub\wwwroot

into this folder :

E:\Backups

this is the disk where I have stored all the files I need. In other terms, I want to share these files with FreeBSD. Later I will downloaded them from : Link Removed and I will save them to another disk. I can't copy the files I need to c:\inetpub\wwwroot , because those files are bigger than the size of the VM. Any help is appreciated.
 


You can't for iis express. It's only meant for testing code
 


Back
Top