Click here to Skip to main content
15,898,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Scrollbar Pin
Abhijit Jana10-Aug-09 1:26
professionalAbhijit Jana10-Aug-09 1:26 
AnswerRe: Scrollbar Pin
r a m e s h10-Aug-09 1:35
r a m e s h10-Aug-09 1:35 
QuestionResource Files in Web Farm Pin
misha_grewal10-Aug-09 0:45
misha_grewal10-Aug-09 0:45 
QuestionMail bounce Pin
Member 446263810-Aug-09 0:39
Member 446263810-Aug-09 0:39 
AnswerRe: Mail bounce Pin
Venkatesh Mookkan10-Aug-09 1:25
Venkatesh Mookkan10-Aug-09 1:25 
QuestionSkins Pin
kavinnagarajan9-Aug-09 23:20
kavinnagarajan9-Aug-09 23:20 
AnswerRe: Skins Pin
Abhijit Jana9-Aug-09 23:40
professionalAbhijit Jana9-Aug-09 23:40 
QuestionProble in opening web page [modified] Pin
ais079-Aug-09 23:12
ais079-Aug-09 23:12 
Hi There,
I have a menu control which I filled using XML.When I run my project from local IIS and click particular menu item from menu control then that page get opened properly.But when I run my project after uploading on web server on net and then click on menu item then that page doesn't get open.It gives me following error.I googled but didn't find proper solution.Can anybody tell me the reason for this error(I am using Asp.Net 2.0 and Sql server 2005).

Error:-

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) +3626102
System.Web.Util.UrlPath.Reduce(String path) +84
System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) +326
System.Web.UI.Control.ResolveClientUrl(String relativeUrl) +296
System.Web.UI.WebControls.Panel.AddAttributesToRender(HtmlTextWriter writer) +1320211
System.Web.UI.WebControls.Panel.RenderBeginTag(HtmlTextWriter writer) +18
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +17
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20
System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +7
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +59
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +68
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +37
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2558

Life Is Beautiful

modified on Monday, August 10, 2009 5:26 AM

AnswerRe: Proble in opening web page Pin
Abhijit Jana9-Aug-09 23:29
professionalAbhijit Jana9-Aug-09 23:29 
GeneralRe: Proble in opening web page Pin
ais079-Aug-09 23:39
ais079-Aug-09 23:39 
QuestionSqlParameter for varbinary(MAX) Pin
Chesnokov Yuriy9-Aug-09 23:11
professionalChesnokov Yuriy9-Aug-09 23:11 
AnswerRe: SqlParameter for varbinary(MAX) Pin
keyur satyadev9-Aug-09 23:16
keyur satyadev9-Aug-09 23:16 
Questionblog integration Pin
keyur satyadev9-Aug-09 23:09
keyur satyadev9-Aug-09 23:09 
AnswerRe: blog integration Pin
Abhijit Jana9-Aug-09 23:23
professionalAbhijit Jana9-Aug-09 23:23 
GeneralRe: blog integration Pin
keyur satyadev9-Aug-09 23:32
keyur satyadev9-Aug-09 23:32 
QuestionNo ConnectionStrings in WebConfigurationManager? Pin
Chesnokov Yuriy9-Aug-09 23:09
professionalChesnokov Yuriy9-Aug-09 23:09 
AnswerRe: No ConnectionStrings in WebConfigurationManager? Pin
Abhijit Jana10-Aug-09 0:06
professionalAbhijit Jana10-Aug-09 0:06 
AnswerRe: No ConnectionStrings in WebConfigurationManager? Pin
Chesnokov Yuriy10-Aug-09 0:41
professionalChesnokov Yuriy10-Aug-09 0:41 
AnswerRe: No ConnectionStrings in WebConfigurationManager? Pin
r a m e s h10-Aug-09 1:15
r a m e s h10-Aug-09 1:15 
GeneralRe: No ConnectionStrings in WebConfigurationManager? Pin
Chesnokov Yuriy10-Aug-09 3:00
professionalChesnokov Yuriy10-Aug-09 3:00 
QuestionHTML onclick Pin
Stuart Greig9-Aug-09 22:49
Stuart Greig9-Aug-09 22:49 
Questiondatagrid dynamic itemtemplate in datagrid Pin
teddddddddddd9-Aug-09 22:48
teddddddddddd9-Aug-09 22:48 
Questionneed help on creating control like zee Websplitter control Pin
kinnuP9-Aug-09 21:56
kinnuP9-Aug-09 21:56 
QuestionThere is located microsoft.web.administration module? Pin
Chesnokov Yuriy9-Aug-09 21:48
professionalChesnokov Yuriy9-Aug-09 21:48 
AnswerRe: There is located microsoft.web.administration module? Pin
Abhijit Jana9-Aug-09 22:00
professionalAbhijit Jana9-Aug-09 22:00 

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.