2006-09-10, 06:56 PM
Hi
I just tried to set up a Webadmin via IIS (that I have installed on my server). Everythin looks fine and I get the TV-listings, can view recordings and search for programs. But I cannot start a recording (it just says it failed) and I cannot view the Statistics page. See the error from viewing the statics page below.
Anyone running the webadmin through IIS?
Have I missed something in setting up my applicaion (that is running as a separate website on a non-standard port)?
Everything is up and working fine with the built-in server but I cannot view the pages from work due to our proxy server not handling so mrequests (I do not not what and why other than everthing else is working fine, we are three persons running GBPVR and we all have trouble with the built-in webserver).
Regards
forzaKGB
I just tried to set up a Webadmin via IIS (that I have installed on my server). Everythin looks fine and I get the TV-listings, can view recordings and search for programs. But I cannot start a recording (it just says it failed) and I cannot view the Statistics page. See the error from viewing the statics page below.
Anyone running the webadmin through IIS?
Have I missed something in setting up my applicaion (that is running as a separate website on a non-standard port)?
Everything is up and working fine with the built-in server but I cannot view the pages from work due to our proxy server not handling so mrequests (I do not not what and why other than everthing else is working fine, we are three persons running GBPVR and we all have trouble with the built-in webserver).
Regards
forzaKGB
Code:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 124: return;
Line 125: }
Line 126: root = share["Path"].ToString();
Line 127: share.Dispose();
Line 128: }
Source File: f:\Program Files\devnz\gbpvr\web\Info.aspx.cs Line: 126
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.Migrated_Info.GetDiskInformation(String nodeName, Label lblStatus, HtmlImage imgUsedSystem, HtmlImage imgUsedGBPVR, HtmlImage imgFree) in f:\Program Files\devnz\gbpvr\web\Info.aspx.cs:126
gbweb.Migrated_Info.Page_Load(Object sender, EventArgs e) in f:\Program Files\devnz\gbpvr\web\Info.aspx.cs:45
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42