writing a data to App_Data

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-04-04T13:54:26Z Indexed on 2010/04/04 14:03 UTC
Read the original article Hit count: 475

Filed under:
|
|
|

I want to write an .xml file using the following code into the App_Data/posts, why is it causing an error:

 Stream writer  = new FileStream("..'\'App_Data'\'posts'\'" + new Guid(post_ID.ToString()).ToString() + ".xml", FileMode.Create);

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual