Server Error in '/' Application.

'https:/d62digghh59mx.cloudfront.net/Images/Catalogue/20170509071448-48873e5b-22bc-4ee8-a76c-bf860830cd83.jpg' is not a valid virtual path.

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: 'https:/d62digghh59mx.cloudfront.net/Images/Catalogue/20170509071448-48873e5b-22bc-4ee8-a76c-bf860830cd83.jpg' is not a valid virtual path.

Source Error:


Line 36:     {
Line 37:         string strFile = strPath.Substring(strPath.LastIndexOf("/") + 1);        
Line 38:         string urlPhysical = HttpContext.Current.Server.MapPath(strPath);
Line 39:         if (!File.Exists(urlPhysical))
Line 40:         {

Source File: c:\inetpub\wwwroot\websites\EducatePunjab.net\thumb.aspx.cs    Line: 38

Stack Trace:


[HttpException (0x80004005): 'https:/d62digghh59mx.cloudfront.net/Images/Catalogue/20170509071448-48873e5b-22bc-4ee8-a76c-bf860830cd83.jpg' is not a valid virtual path.]
   System.Web.Util.UrlPath.CheckValidVirtualPath(String path) +11920372
   System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) +141
   System.Web.VirtualPath.Combine(VirtualPath relativePath) +159
   System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +105
   System.Web.HttpServerUtility.MapPath(String path) +126
   thumb.Resize(String strPath, Int32 width, Int32 Height, Int32 ratio) in c:\inetpub\wwwroot\websites\EducatePunjab.net\thumb.aspx.cs:38
   thumb.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\websites\EducatePunjab.net\thumb.aspx.cs:30
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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