I followed the instructions for Option 2 & the Public directory, however once finished I tried to connect (https://exserver/public/) and I receive a configuration error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 28: <system.web>
Line 29: <httpRuntime maxRequestLength="30000" />
Line 30: <authentication mode="Windows" />
Line 31: <sessionState mode="Off"/>
Line 32:
Any ideas?