Walk-through on accessing local website over internet

Recently we faced problem to saw demo to our client. Each time we would needs to upload stuff on staging server which took much time. Also it increases our developer time to upload database changes also publish the site if it is in ASP.NET etc…We find the solution that through port forwarding in router we can accomplish the solution to access local website running in Local Area Network (LAN) to access over internet.However, you need to tell your router that when it gets a request for a webpage, forward that request to your server. This is done through port forwarding.
Read More

New Features of Microsoft visual studio 2010

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .Net Framework, .Net Compact Framework and Microsoft Silverlight. Visual Studio 2010 is the 5th release of managed code development environment using .NET Framework.
Read More