Hello!
I have ssl domain ssl.domain.com and my mail is default avaiable under mail.domain.com. Now I want to create something like this: ssl.domain.com/mail where users can enter webmail using secure connection.
Under IIS7 (Windows 2008) I used Add application under ssl.domain.com website and I pointed it to my SmarterMail MRS directory and I'm getting this error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070005
Config Error Cannot read configuration file due to insufficient permissions
Config File \\?\(path)\ssl.domain.com_0gnzqmjh\wwwroot\web.config
Requested URL https://ssl.domain.com:443/mail
Physical Path (path)\SmarterMail\MRS
Logon Method Not yet determined
Logon User Not yet determined
Probably something wrong with permissions but I dont know which and where.
EDIT: When I try to create Virtual Directory instead of Application I'm getting this error:
Server Error in '/' Application.
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.