Server Error in '/' Application.

Value cannot be null.
Parameter name: virtualPath

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.ArgumentNullException: Value cannot be null.
Parameter name: virtualPath

Source Error:


Line 111:            Server.Transfer("~" + saveUrl);
Line 112:        else
Line 113:            Server.Transfer(url);
Line 114://Server.Transfer("/pictures/nophoto.gif");
Line 115:    }

Source File: c:\Fedttoej\Websites\billeder1.fedttoej.dk\picture.aspx.cs    Line: 113

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: virtualPath]
   System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) +11972555
   System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +260
   System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +74
   System.Web.HttpServerUtility.Transfer(String path) +46
   picture.Page_Load(Object sender, EventArgs e) in c:\Fedttoej\Websites\billeder1.fedttoej.dk\picture.aspx.cs:113
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0