Hi Imar,
I run newphotoalbum.aspx. I enter a name for the album and it redirects to managephotoalbum.aspx
I enter data into description, tooltip, then I browse to a .jpg file on my PC (note validation tells me I have to)
I then get the error:
Quote:
Server Error in '/Site' Application.
--------------------------------------------------------------------------------
Could not find a part of the path 'C:\BegASPNET\Site\GigPics\ad97764b-2e8b-43a4-86c8-2051bd15d643.jpg'.
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:\BegASPNET\Site\GigPics\ad97764b-2e8b-43a4-86c8-2051bd15d643.jpg'.
|
I copied this for source code under chapter14. Is there anything else I need to copy to get this working?
TDG