IIS Access to Mac File system

Discussion in 'Windows Virtual Machine' started by AshleyH2, Nov 10, 2017.

  1. AshleyH2

    AshleyH2 Bit poster

    Messages:
    2
    Hi
    I am trying to set up a site in IIS to point to a site I have stored on the mac file system.
    Anybody had experience with getting this to work?

    The error I am getting is:
    HTTP Error 500.19 - Internal Server Error
    The requested page cannot be accessed because the related configuration data for the page is invalid

    I'm Guessing its related to file permission across the network.
     
  2. PaulChristopher@Parallels

    PaulChristopher@Parallels Product Expert Staff Member

    Messages:
    3,158
    Hi @AshleyH2, this problem occurs because the ApplicationHost.config file or the Web.config file contains a malformed XML element. This is not related to Parallels Desktop. Please check out the Microsoft article for the solution. You may also delete the malformed XML element from the ApplicationHost.config file or from the Web.config file to fix it.
     
  3. AshleyH2

    AshleyH2 Bit poster

    Messages:
    2
    Hi,
    Yep thanks for your help, turns out I was being stupid, forgot to install the rewrite module for IIS hence the malformed web.config
    Thanks again :)
     

Share This Page