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.
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.
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