search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Error when uploaded on server

Asked by Renu
7 years ago.

I have used Daypilot calendar scheduler in my project.
It is working fine on localhost but on server it is showing .:-
Server Error in '/' Application.

Cannot use a leading .. to exit above the top directory.

I have not used any ../ to redirect but it is still showing.How to resolve it .
Please Help me.

Answer posted by Dan Letecky [DayPilot]
7 years ago.

This error doesn't seem to be related to DayPilot. It looks like you might be using HtmlLink control with a path which the control is unable to resolve:

HtmlLink myHtmlLink = new HtmlLink();
myHtmlLink.Href = "~/../Target.aspx";

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.