I have to migrate existing website to Windows Azure hosted as Web Site. Problem is that it uses Repository module and it stops working. when i sign in as a host i see error using repository module
A critical error has occurred. Access to the path 'C:\inetpub\wwwroot\Portals\0\Repository' is denied.
Well i know that this path is totally wrong in azure.
According to http://support.powerdnn.com/kb/a332/error-access-denied-when-using-the-repository-module.aspx
i have to change the path manually in DB to current path but what is the path in azure.
Azure website in configuration page also say me that there is virtual directory:
/ -> site\wwwroot
but how to use that because /\Portals\0\Repository doesnt work.