[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

download file from IIS 7.0 using httpwebrequest problem

Andrew

4/24/2008 10:24:00 AM

hello

i made an application that connects to a http server (iis 7.0 on vista) and
downloads/uploads a file using httpwebrequest (.net 2.0).
i have a problem when uloading files. i have write permissions and i think
that all it's set ok. the error i get is 404 file not found. when i make the
upload i set the method property of the request as "PUT". with the same code
on an XP machine it works.

has anyone any idea about how to set my iis 7.0 website to accept that file?
and why the message is file not found?

andrei