In the thesis we have evaluate the differences between two web development technologies by developing the same two applications with same functional requirement in different two technologies, Microsoft Visual Studio 2010 and Netbeans IDE 6.8. We use the Active Server Pages (ASP.NET) with C# in the Visual Studio 2010 and Java Server Pages (JSP) with Servlet in the NetBeans IDE 6.8. We have developed an online shopping store with some features for Admin and Client. We have found that NetBeans with JSP is faster in execution of the code as compare to Visual Studio with ASP.NET when we update any code because JSP compile the code at runtime. Meanwhile we have also found that ASP.NET is faster for development procedure because ASP.NET provides many built-in tools, controls and functions while as in JSP there is not so much built-in help to generate the code automatically. We have also face that Visual Studio with ASP.NET is easier to learn as compared to NetBeans with JSP because ASP.NET has strong and complete documentation inform of tutorials, books and examples.