A
Arash
Hi everybody,
the previous error was my mistake but right now I changed the code to:
private void btnUpload_Click(object sender, System.EventArgs e)
{
WebClient mClient = new WebClient();
try{
mClient.UploadFile(" http://mymachine/Pars/Images/Cop.jpg
","D:\\Cop.jpg");
}catch(Exception el){
MessageBox.Show("Excep "+ el.ToString());
}
}
and this time I get the "Method Not Allowed" I have tried to set my web
persmissions for write executable from IIS 5.0 subweb's pop up menu ->
properties option ?!?!?
please help me with the force major case
Regards,
Arash
the previous error was my mistake but right now I changed the code to:
private void btnUpload_Click(object sender, System.EventArgs e)
{
WebClient mClient = new WebClient();
try{
mClient.UploadFile(" http://mymachine/Pars/Images/Cop.jpg
","D:\\Cop.jpg");
}catch(Exception el){
MessageBox.Show("Excep "+ el.ToString());
}
}
and this time I get the "Method Not Allowed" I have tried to set my web
persmissions for write executable from IIS 5.0 subweb's pop up menu ->
properties option ?!?!?
please help me with the force major case
Regards,
Arash