FileStream Writing Problems

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I am getting the same kind of problems, I got around
the "Stream was not writable " error by specifying "Put"
in the Method property of my WebRequest, but still could
not get around to saving my file on the server

I am still working on it and will let you know if I can
get through

By the way have you tried the following

Server.MapPath("")+"/rss/leannetrss.xml";
 
Back
Top