Hi
I'm trying to install LimeSurvey on Windows hosting, but I have stumbled into the following error for installation:-
Internal Server Error
symlink(): Cannot create symlink, error code(1314)
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
It seems permissions based.
There is this function called symlink() in /limesurvey/framework/web/CAssetManager.php on line 243 that seems to be utilizing these folders:-

\home\jn-devsite.com\wwwroot\limesurvey\third_party\jquery

\home\jn-devsite.com\wwwroot\limesurvey\tmp\assets\bd57646a

\home\jn-devsite.com\wwwroot\limesurvey\third_party\jqueryui

\home\jn-devsite.com\wwwroot\limesurvey\tmp\assets\bf6dab84

\home\jn-devsite.com\wwwroot\limesurvey\third_party\fontawesome

\home\jn-devsite.com\wwwroot\limesurvey\tmp\assets\ba340ac4

\home\jn-devsite.com\wwwroot\limesurvey\application\extensions\bootstrap

\home\jn-devsite.com\wwwroot\limesurvey\tmp\assets\8051338c

\home\jn-devsite.com\wwwroot\limesurvey\application\extensions\bootstrap\assets

\home\jn-devsite.com\wwwroot\limesurvey\tmp\assets\7559c168
Has anybody encountered this before and does one know how to fix this?
I read up a little on the search engines and they mentioned disabling the LinkAssets option, but am unsure where that is...