<p>
    ASP sample pages that demonstrate some ALP specific techniques and IIS - ALP compatibility tricks.
</p>
<p>Despite of the good level of compatibility ALP differs from IIS in some details. Even if this is not a problem
for the application it may still need to know where it runs and may benefit of this knowledge. For example an applicaiton 
running under ALP is able to provide the user with direct file links (file protocol links) instead of download links,
or it may want to perform file copy operation where only upload will be possible on IIS. So the applicaitons may need
to know about their host and use this knowledge to optimize their performance and use features specific for the both environments.
</p>
