0
votes
FileUploads and rooted directories
Sometimes the MapPath is not directly accessible.
In this case use
ctl.SaveAs(Server.MapPath("~/UserFiles/[username]/[filename]"));
…
2
votes
How to read all shared google reader feeds by code?
You can find a Atom feed for you feeds here:
http://www.google.com/reader/atom/
You can find a more specific url, if you logi …
