Application Path Error

Discussion in 'ASP.NET / ASP.NET Core' started by Bob Villareal, Nov 18, 2014.

  1. How do I resolve this error. The c# code I am updating does not use applicationpath. Discountasp.net has a root that begins with E:. Can anyone help? See below:

    Server Error in '/' Application.

    Could not find a part of the path 'C:\SiteDataSystems\Protected\Plans\Docs\FLIRVideos\4ac245dd-b324-44cb-bc47-cdc0b3415b19.mp4'.

    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.DirectoryNotFoundException: Could not find a part of the path 'C:\SiteDataSystems\Protected\Plans\Docs\FLIRVideos\4ac245dd-b324-44cb-bc47-cdc0b3415b19.mp4'.
     

Share This Page