Uploading a File on to shared Hosting Environment by using code
-
Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files, when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .can anyone tell me how can I upload a file on to my shared hosting environment without prompting authentication window. Thanks in advance. bah10z
-
Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files, when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .can anyone tell me how can I upload a file on to my shared hosting environment without prompting authentication window. Thanks in advance. bah10z
You need to have appropriate permissions to write(upload) a file on the server. Read this [^]on MSDN to understand what all permission you would need.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files, when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .can anyone tell me how can I upload a file on to my shared hosting environment without prompting authentication window. Thanks in advance. bah10z
engbahramZarin wrote:
when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .
Do you have the sufficient permission to upload the file ? is there any domain user name password you have for the hosting side?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article