Server Error in '/' Application.

C:\HostingSpaces\lockandroll.com\lockandroll.com\wwwroot

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.IO.FileNotFoundException: C:\HostingSpaces\lockandroll.com\lockandroll.com\wwwroot

Source Error:


Line 32:             watermark = path;
Line 33:         
Line 34:         var image = new FastBitmap((Bitmap)Bitmap.FromFile(orginalFile));
Line 35:         image.LockImage();
Line 36: 		

Source File: c:\HostingSpaces\lockandroll.com\lockandroll.com\wwwroot\Resize.ashx    Line: 34

Stack Trace:


[FileNotFoundException: C:\HostingSpaces\lockandroll.com\lockandroll.com\wwwroot]
   System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) +490582
   System.Drawing.Image.FromFile(String filename) +12
   Resize.ProcessRequest(HttpContext context) in c:\HostingSpaces\lockandroll.com\lockandroll.com\wwwroot\Resize.ashx:34
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +195
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


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