At first it was just a generic "Runtime - Application Error". I
updated the Global.asax file to display the full stack trace. This
is what I got (looks like a File permission problem, but I'm not
really sure what file its trying to access):
Request for the permission of
type 'System.Security.Permissions.FileIOPermission, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed.
Stack trace: at System.Security.CodeAccessSecurityEngine.Check(Object
demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security.CodeAccessPermission.Demand() at
System.Reflection.Assembly.get_Location()
at a.a(bb A_0, HtmlTextWriter A_1) at a.a(HttpResponse A_0) at
Weborb.Util.DiagnosticsPage.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp,
Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object
sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.diagnostics_aspx.ProcessRequest(HttpContext context) in
c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\
\050b9415\a6ac475
\App_Web_hxpdbf8x.0.cs:line 0
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApp
lication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
--- In flashorb@yahoogroups.com, "Mark Piller" wrote:
>
> What error do you get for diagnostics.aspx?
>
> Mark
>
> --- In flashorb@yahoogroups.com, "dennisjanek" wrote:
> >
> > Following the directions I was able to successfully install
WebOrb .NET
> > on my local machine on an iis server.
> >
> > I deployed the exact same code/binaries to my hosted site (hosted
> > through godaddy). I also setup the virtual directory for the
> > application.
> >
> > For some reason I can't even get the diagnostics.aspx page to
load
> > properly. When I load it I get a runtime error. I installed the
trial
> > version of AppPuncher, all paths look correct.
> >
> > ...any ideas?
> >
>