Hi,
When i add my application to azure vm iis.
I got below error
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.
Line 45: <authentication mode="Forms">Line 46: <forms name=".sync_b" timeout="2880" />
Line 47: </authentication>
I followed below link
https://msdn.microsoft.com/en-us/library/bb763173%28v=vs.140%29.aspx
At the final step
To configure authentication for a virtual directory
When I click on Authentication, i can see error message box come up said
"There was an error while performing this operation"
Details
Filename:\\?C:\intepub\wwwroot\sync\webconfig
line number 45
Errror : Configuraton section not allowed to be set below application.
line 45 is above which i already put in first question.
Please advice.
Superman