This question is locked. New answers and comments are not allowed.
Hi,
The images within telerik editor control are not available on the server after deployment(IIS7). The tooltip text and button functionality works as expected. Also, the images show up fine on local machine . Request to please help us resolve this at the earliest possible.
For reference, _NestedHomeLayout.cshtml has folllowing code:-
Kindly note we are using "default" theme, no facility currently for switching themes.
Regards,
Amit Nadhe.
The images within telerik editor control are not available on the server after deployment(IIS7). The tooltip text and button functionality works as expected. Also, the images show up fine on local machine . Request to please help us resolve this at the earliest possible.
For reference, _NestedHomeLayout.cshtml has folllowing code:-
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add(
"~/Content/telerik.common.min.css").Combined(true).Compress(true)))
@(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add(
"~/Content/telerik.default.min.css").Combined(true).Compress(true)))
Kindly note we are using "default" theme, no facility currently for switching themes.
Regards,
Amit Nadhe.