Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Sunday, August 25, 2013

Creating a virtual directory in IIS 7.5 and 7.0

Hello Friends, Many times we face the problem to host our website on local machine to createa virtual directory, So solutions is here for creating virtual directory in IIS 7.5 and 7.0. Since IIS 7, there exists a separate concept for a virtual directory and an application. You can map a virtual directory to a physical directory that is located on a local  a or remote computer. The physical directory (under the specified name of the virtual directory) then becomes part of the application's URL. An application, on the other hand, is a group...


Thursday, August 22, 2013

Debug Editor Shortcut Keys in Visual Studio

Hello Friends, Today I am writing this post because of debugging is very critical part of developing and using debugging best shortcut we can do debug faster and smoother, So lets use it next time in your project. Use the following key combinations while you are debugging your project. Note:  You can change or create keyboard shortcuts in Keyboard of the Environment options in the Options dialog box. 1.             Display documentation for the active window .... F1 2.            Display a system menu...