Click to See Complete Forum and Search --> : Saving images to server


frank_stain
06-03-2005, 08:50 AM
I developed a web site whihc worked great on my own machine, but obviously when i migrated to the server for further testing, some problems arose. however most are now fixed except when someone browses to a directory on there machine and tries to upload a picture to the server the following error message is generated when trying to write it to the server. Does anyone have any helpful ideas

Message "Logon failure: unknown user name or bad password.
" String

PeOfEo
06-03-2005, 05:56 PM
How is the user uploading the images? FTP, or are you using and upload script?

frank_stain
06-06-2005, 03:01 AM
just simple upload script,

i think its the permissions of anonymous users on the server but i dont know what i need to change

A1ien51
06-06-2005, 09:31 AM
if you are uploading them t the folder make sure that the permissions on the folder allow it. Make sure your asp.net account has access to it.

Eric