Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Declaring variable globally Pin
Abhijit Jana26-Sep-09 23:16
professionalAbhijit Jana26-Sep-09 23:16 
AnswerRe: Declaring variable globally Pin
Abhishek Sur26-Sep-09 6:13
professionalAbhishek Sur26-Sep-09 6:13 
GeneralRe: Declaring variable globally Pin
Not Active26-Sep-09 13:24
mentorNot Active26-Sep-09 13:24 
GeneralRe: Declaring variable globally Pin
Abhishek Sur27-Sep-09 8:32
professionalAbhishek Sur27-Sep-09 8:32 
GeneralRe: Declaring variable globally Pin
srikantha_nagaraj26-Sep-09 22:50
srikantha_nagaraj26-Sep-09 22:50 
GeneralRe: Declaring variable globally Pin
Abhijit Jana26-Sep-09 23:07
professionalAbhijit Jana26-Sep-09 23:07 
GeneralRe: Declaring variable globally Pin
Abhishek Sur28-Sep-09 6:46
professionalAbhishek Sur28-Sep-09 6:46 
Questionpage not opening Pin
ais0725-Sep-09 23:37
ais0725-Sep-09 23:37 
Hi there,
I had a project which is running on web server.In that
I had memu tree.On click of menu item I want to open page which is present in admin folder.But when I click on menu item I get following error.But if I place that page in root directory then that page opens after clicking on menu tree.Can anybody knows what is the reason.

Server Error in '/' Application.
Cannot use a leading .. to exit above the top directory.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Cannot use a leading .. to exit above the top directory.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Cannot use a leading .. to exit above the top directory.]
System.Web.Util.UrlPath.ReduceVirtualPath(String path) +8855207
System.Web.Util.UrlPath.Reduce(String path) +52
System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) +214
System.Web.UI.Control.ResolveClientUrl(String relativeUrl) +180
System.Web.UI.WebControls.Panel.AddAttributesToRender(HtmlTextWriter writer) +8625143
System.Web.UI.WebControls.Panel.RenderBeginTag(HtmlTextWriter writer) +21
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +20
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +163
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +51
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Control.Render(HtmlTextWriter writer) +10
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Page.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266

Life Is Beautiful

AnswerRe: page not opening Pin
Christian Graus25-Sep-09 23:53
protectorChristian Graus25-Sep-09 23:53 
GeneralRe: page not opening Pin
ais0726-Sep-09 0:07
ais0726-Sep-09 0:07 
GeneralRe: page not opening Pin
Christian Graus26-Sep-09 0:12
protectorChristian Graus26-Sep-09 0:12 
QuestionDiv creating issues in browser wise Pin
llibin25-Sep-09 22:46
llibin25-Sep-09 22:46 
Questionimplement Captcha in asp.net Pin
vid nandha25-Sep-09 22:24
vid nandha25-Sep-09 22:24 
AnswerRe: implement Captcha in asp.net Pin
Christian Graus25-Sep-09 22:29
protectorChristian Graus25-Sep-09 22:29 
GeneralRe: implement Captcha in asp.net Pin
vid nandha25-Sep-09 22:56
vid nandha25-Sep-09 22:56 
GeneralRe: implement Captcha in asp.net Pin
Christian Graus25-Sep-09 23:23
protectorChristian Graus25-Sep-09 23:23 
AnswerRe: implement Captcha in asp.net Pin
Richard MacCutchan25-Sep-09 23:32
mveRichard MacCutchan25-Sep-09 23:32 
AnswerRe: implement Captcha in asp.net Pin
Abhijit Jana26-Sep-09 4:00
professionalAbhijit Jana26-Sep-09 4:00 
QuestionDisable all content when opening div Pin
pujafaldu25-Sep-09 22:20
pujafaldu25-Sep-09 22:20 
AnswerRe: Disable all content when opening div Pin
Christian Graus25-Sep-09 22:30
protectorChristian Graus25-Sep-09 22:30 
Questionexe problem Pin
naveen attri25-Sep-09 22:03
naveen attri25-Sep-09 22:03 
AnswerRe: exe problem Pin
Christian Graus25-Sep-09 22:14
protectorChristian Graus25-Sep-09 22:14 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 22:20
naveen attri25-Sep-09 22:20 
GeneralRe: exe problem Pin
Christian Graus25-Sep-09 22:28
protectorChristian Graus25-Sep-09 22:28 
GeneralRe: exe problem Pin
naveen attri25-Sep-09 23:16
naveen attri25-Sep-09 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.