This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.
Tutorial Details:
How to determine what server is given web site running on using ASP.NET?
When surfing web sites, some times when you see a decent application of some sort e.g. forum, news site etc, you might have wanted to know what type of application is this? what is it running on? Well, this article seems to answer that. In this article we'll build a very simple ASP.NET single page application that will allow us to see the server of any given web site. Although this method doesn't tell us what operating system that site is running on, if you are clever enough you can make a good guess by looking at the server name.
How will the application look like?
Before explaining how the ASP.NET application will work, I'll first show few snapshots to give you an idea what this ASP.NET page will look like and what are we really going to accomplish.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: ASP.NET .NET How to determine what server is given web site running on using ASP.NET? Tutorial
View Tutorial: ASP.NET .NET How to determine what server is given web site running on using ASP.NET? Tutorial
Related
Tutorials:
|