A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
this is the default browser behavior. For. E.g. consider the following Html
<a href="d:\test.html">testing</a>
You may see the markup include the reference to the local disk. The browser will convert the link to the local disk to file:// format
To understand whether ASP.Net actually converts the link to file:// format, please refer the source of the generated page.