Showing tag results for VWD

Oct 17, 2008
Post comments count0
Post likes count0

ASP.NET MVC Beta Released!

Web Development Tools Microsoft
Web Development Tools Microsoft

Today we released ASP.NET MVC Beta, available here on the Microsoft Download Center.  The release is installable to Visual Studio 2008 (either RTM or SP1) or Visual Web Developer Express (SP1 only), and includes a "Go Live" grant in the license.  Scott Guthrie has written an excellent blog post covering the complete details of t...

ASP.NET
Aug 29, 2008
Post comments count0
Post likes count0

New on Tips and Tricks Blog!

Web Development Tools Microsoft
Web Development Tools Microsoft

Here are three new tips on Tips and Tricks  Blog. Have a great weekend!Reshmi MangaloreSDET, Web Development Tools

ASP.NET
Aug 27, 2008
Post comments count0
Post likes count0

Visual Web Developer support for out of band releases.

Web Development Tools Microsoft
Web Development Tools Microsoft

Recently we have received a few requests from customers asking whether our out of band (OOB) releases (Silverlight, Dynamic Data Wizard, Model View Controller and Web Deployment Project) are supported in Visual Web Developer (VWD) Express or not. This blog post lists all the OOB releases that we have shipped during the last year and what releases a...

ASP.NET
Aug 13, 2008
Post comments count0
Post likes count0

Debugging A Web Site With A Host Header

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have downloaded the RTM version of SP1 for Visual Studio 2008, you may get an error when trying to debug a Web Site with a host header on IIS 6 or IIS 5.1. The error message reads: "Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance."...

ASP.NET
Aug 11, 2008
Post comments count0
Post likes count0

Multiple control selection tips/tricks/workarounds

Web Development Tools Microsoft
Web Development Tools Microsoft

In an earlier blog, we mentioned that multiple control selection was returning with VS2008 SP1. We also mentioned that it isn’t a functionally complete feature yet due to time constraints. Rather than waiting till the next release of Visual Studio, we decided to deliver the core functionality in SP1. The plan is to deliver a completed multiple sele...

ASP.NET
Aug 11, 2008
Post comments count0
Post likes count0

Web Development Updates in Visual Studio 2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2008 SP1 and Visual Web Developer 2008 SP1 are now available for download.  This blog post highlights the major changes in SP1 related to web development. New Web Development Features in Visual Studio 2008 SP1 The following is a list of new features in SP1 which relate to web development: Class Libraries and Web Application Proj...

ASP.NET
Jun 18, 2008
Post comments count0
Post likes count0

Faster switch to design view in VS 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

Some customers discovered that sometimes switch to Design view was very slow. We analyzed submitted reports and tracked the issue down to a code that was discovering available AJAX Extenders and which contols they were applicable to. In order to avoid unnecessary delays we moved discovery of AJAX extenders to a background thread. This made swi...

ASP.NET
Jun 11, 2008
Post comments count0
Post likes count0

Multiple control selection in Visual Studio 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

We have been listening to your [strong] feedback and we are now happy to announce that multiple selection and alignment operations in Design view are coming back and will be included in VS 2008 SP1 RTM and Visual Web Developer Express 2008 SP1 RTM.We do understand that designing pages using absolute positioning of elements is a highly controversial...

ASP.NET