TechArticle »

[5 Mar 2010 | 0 Comments]

Ack! Have you ever selected your folder and said "Exclude from Project" and then if you wanted to add that folder back into your solution, you couldn't. Using "Add existing item" would show you the file dialog and when you select your folder it drills down into that folder. GRR!.     ... [More]

ASP.NET »

[1 Mar 2010 | 1 Comments]

<Taken from Rick Strahl's Web log> at: http://www.west-wind.com/weblog/posts/132081.aspx ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There's a ton of information available about paths on the Request ob... [More]

ASP.NET »

[1 Mar 2010 | 0 Comments]

As a resource for myself I found this blog entry and wanted to retain the information as a reference list. Thanks to SheoNarayan for this post. Which you can find here: http://www.dotnetfunda.com/articles/article79.aspx   Reposting in case that site dies: System.Web.HttpRequ... [More]