When we installed a web platform, for example, we installed a PHP or IIS version, How were you going to do if they released PHP or IIS new version? Normally you had to their update guide to do the update manually step by step. And another problem is that all the existing edition on your [Read More ...]
Since Visual Studio 2008, We can see there are two different web projects: ASP.NET Web Application and ASP.NET Web Site. Actually in Visual Studio 2005, Microsoft tried to remove the web application and replaced it with web site project, but there were many feedbacks indicated programmers need web application project. Later Microsoft released the package [Read More ...]
You might be looking for a professional web designer, why don’t looking for some professional web design company ? If you only have one or several web applications to find web designer, you might better to think about those web design company, the cost is cheaper possible. Here is a great one, a Chinese web [Read More ...]
Normally browser such as IE, Firefox, if you open multiple tabs, all tabs share session cookies with the 1st opened tab. I think this is simple to test, I think most of people know that . However, if you want to see the official document about sharing session: please check here (from Microsoft IE blog)In [Read More ...]
When you try to visit “http://localhost/”, you might only see 2 words on the page: It Works! What is it ? Which web server you are using ? Answer: The page “It Works” is the default apache Vhost. If you are getting this, it has nothing to do with the hosts file.Will need more information [Read More ...]
When we build Web Applications, we need to give a 404 page when the url link dead or not work. So “Page Not Found” content should be put in the 404 page. It is so easy because you just put the text on that page. However, how about multiple cultural web applications ? You have [Read More ...]