Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

March 2009 - Posts

Tip #51 Did you know… how to use VS2005 to debug with IE8?
VS2005 does not debug with IE8 by default, due to IE8’s LCIE feature ( http://blogs.msdn.com/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx ).  To enable it, please follow the instruction in this thread: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e2c795cd-b7a0-4fad-b7c9-b1ca40d7302e/ Read More...
Tip #50: Did you know…How to absolute position the controls in Visual Studio Designer?
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer. Re-parent the control Change the controls position. Read More...
Tip #49 Did you know… how to set the editor to always place open braces on new line for functions in JScript?
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer Read More...
Tip #48 Did you know… that IIS7 application pool’s “Ping” settings may affect IIS7 based website or application debugging?
IIS7 app pool by default only can only have 1.5 minutes window for a non-responsive application.  During IIS web application or website debugging time, we may want to change its corresponding application Pool advanced setting’s “Ping Maximum Response Read More...
Tip #47 Did you know… that front page script remote debugging requires turning off IE’s Enhanced Security Configuration in windows 2003 and windows 2008?
When doing remote front page debugging using visual studio 2008 in windows 2003 or windows 2008, one might found the breakpoint in the script cannot be hit.  A likely reason is that we need to turn off Internet Explorer Enhanced Security Configuration Read More...
Tip #46: Did you know… that Web Deployment “migrate” operation is “sync” operation with all migration rules enabled?
Note: C# code in this article applies to RC version of Web Deployment Tool available here: - Web Deployment Tool 1.0 RC x86 - Web Deployment Tool 1.0 RC x64 or through WebPI tool: - Web Platform Installer To migrate an application or whole server from Read More...
Tip #45: Did you know…How to change the DynamicData folder location?
ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application Read More...
Page view tracker