I am trying to host my application in Azure but getting below error:
Compiler Error Message: CS1056: Unexpected character '$' Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2623.0
I have used string concatenation using '$' sign. This works fine in my local machine, but throws the compilation error.
How to set the right framework version in Azure and avoid the above exception.
Thanks, Sharath