S
Stimp
When a user registers with my site, I create a separate folder for them
(for uploading photos, etc).
The code for this has been working fine for 1 year, but over the past 2
weeks it has been falling down on the 'CreateDirectory' function.
The error I'm getting is:
"Could not find a part of the path "E:\"."
Here's the code where the site falls down:
Directory.CreateDirectory(Server.MapPath("members\" & sUserName.ToLower))
My host provider has no idea why it is happening.. what could be the
reason?
Thanks,
Peter
(for uploading photos, etc).
The code for this has been working fine for 1 year, but over the past 2
weeks it has been falling down on the 'CreateDirectory' function.
The error I'm getting is:
"Could not find a part of the path "E:\"."
Here's the code where the site falls down:
Directory.CreateDirectory(Server.MapPath("members\" & sUserName.ToLower))
My host provider has no idea why it is happening.. what could be the
reason?
Thanks,
Peter