Hi All,
I'm using DNN 4.8 in our system..We had a requirement for make the site compatible for Chrome,Safari,Mossila..
So links are working fine in IE9 and firefox.. but when I checked the system with other two safari and chrome it get crashes...like..
senario like this..when I cliked on a link in a gridview it will redirected to another page which contail couple of modules which contain in GlassPane container..
So when I debug the code I get to know that I get a exception at this module aspx page..exception like this..
It.s poped up in this code line..
<link href="<%= SkinPath %>container.css" rel="stylesheet" type="text/css" />
at :skin path" ---> HttpException - Cannot use a leading .. to exit above the top directory.
I checked with commenting all the places which get this path..SO WHY THIS NOT HAPPENING IN IE9 but IN CHROME AND SAFARI? please give a solution???