Rank: Newbie Groups: Member
Joined: 1/31/2007 Posts: 5 Points: 15
|
Server Error in '/' Application.
? 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: ?
Source Error:
Line 44: fso = Nothing Line 45: Else Line 46: fso.CreateFolder(Server.MapPath(upath)) Line 47: fso.CreateFolder(Server.MapPath(upath) & "\images") Line 48: fso.CreateFolder(Server.MapPath(upath) & "\menuimg") Anyone help?
|
Rank: Newbie Groups: Member
Joined: 1/31/2007 Posts: 5 Points: 15
|
Fixed it. My fault
|