AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Which Path would you travel? A few points about ASP.NET Paths : Xun Ding

Thursday, October 02 2008

How to obtain the path information of a file, a directory or a web application? In ASP.NET, there are a number of ways to handle this task. This article will show some of these ways. From time to time, I find myself struggling to locate a file that usually sits in the current working directory or its subdirectory. Absent-minded, I often try to access the file directly by its file name. For example, I create a StreamReader to read a file named Test.txt as such....

Read More:
Which Path would you travel? A few points about ASP.NET Paths : Xun Ding
Also See:
Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 3 : Imar Spaanjaars
Web Site Navigation in ASP.NET 2.0 : Richard Bean
Cross-Page Posting in ASP.NET 2.0 : Richard Bean
Dynamic Web Sites in ASP.NET : Richard Bean
Introducing ASP.NET Page Modules : Paulo Morgado

Post your comment

Comment