Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
.NET Web Development and Tools Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Web Development and Tools Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Web Development and Tools Blog
Your official information source from the .NET Web Development and Tools group at Microsoft.
Follow Us
Follow @aspnet
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Blog - Link List
ASP.NET Resources
www.ASP.Net
ASP.NET Forums
Web Developer Tips & Tricks
Cloudy Developer
CloudyDeveloper.com is a place for tips and tricks for developers targeting Microsoft’s cloud and web technologies
ASP.NET User Voice
Uservoice for ASP.NET
Related Blogs
Scott Guthrie's Blog
Vishal Joshi's Blog
Vishal Joshi's Tangent
Scott Hanselman's Blog
Sayed Hashimi's Blog
Jon Galloway's blog
Mads Kristensen's blog
Entity Framework Team blog
Entity Framework Team blog
Brady Gaster's blog
Pages
Jobs
Available jobs
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
.NET
AJAX
Announcements
ASP.NET
CSS and HTML
Development
JScript
MVC
Orcas
Sayed Ibrahim Hashimi
Silverlight
tips and tricks
Vishal R. Joshi
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Studio 2010
Visual Web Developer
VS10
VS2008
VWD
WAP
Web
Web 2.0
Web Deployment
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(2)
April 2013
(3)
March 2013
(6)
February 2013
(6)
January 2013
(6)
December 2012
(7)
November 2012
(8)
October 2012
(7)
September 2012
(9)
August 2012
(22)
July 2012
(1)
June 2012
(4)
May 2012
(1)
April 2012
(1)
March 2012
(6)
February 2012
(3)
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Web Development and Tools Blog
Extending the Web Publishing Pipeline to package database project deployed SQL file
Posted
over 3 years ago
by
Web Development Tools Microsoft
0
Comments
A Visual Studio solution file may contain both database project and a web application project. When deploying (not building) the database project, it can generate a .sql file containing the full sql file or an incremental upgrade file against a...
.NET Web Development and Tools Blog
Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds
Posted
over 3 years ago
by
Web Development Tools Microsoft
8
Comments
Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio...
.NET Web Development and Tools Blog
Issue with dependent assemblies when rebuilding a WAP and the Workarounds
Posted
over 3 years ago
by
Web Development Tools Microsoft
0
Comments
In Visual Studio 2010, the dependent assembly of a custom control assembly will be deleted from the project’s Bin folder on project clean or rebuild if the project does not contain a reference to that dependent assembly. The result will be a WAP that...
.NET Web Development and Tools Blog
Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from ORCS Web
Posted
over 3 years ago
by
Web Development Tools Microsoft
1
Comments
ORCS Web has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC. http://vs2010host.com To learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with...
.NET Web Development and Tools Blog
Hotfix for “Issue with Auto-Generated Designer Files not Adding Controls”
Posted
over 3 years ago
by
Web Development Tools Microsoft
6
Comments
A hotfix is now available for issues most commonly described as " Controls are not being recognized in the code-behind " and " Editing existing .aspx regenerates .aspx.designer.(cs), but most of the controls are now missing ”. These issues were seen in...
.NET Web Development and Tools Blog
How to package and deploy COM component
Posted
over 3 years ago
by
Web Development Tools Microsoft
1
Comments
I’ll use a walkthrough example to show how to package a web application with speech API COM component using Visual Studio 2010. I wrote and tested the sample in Win7 x86 with IIS7.5, and packaged and manually installed to win2k3 x86 IIS6 (which...
.NET Web Development and Tools Blog
How to package .NET assemblies
Posted
over 3 years ago
by
Web Development Tools Microsoft
7
Comments
If we want to package and deploy .NET assemblies for a web application only, we can simply reference them and change their “Copy Local” property to “True”. For example, we can do the following to package a MVC project from VS2010. Create a MVC project...
.NET Web Development and Tools Blog
Workaround: Missing Declarations for Controls in Designer File
Posted
over 3 years ago
by
Web Development Tools Microsoft
9
Comments
We have seen some customers report the issue that certain controls are not getting generated correctly in the designer file in Visual Studio 2010 RC for the ASP.Net Web Application Projects. We are currently working on a fix for this issue for the...
.NET Web Development and Tools Blog
Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from Discount ASP.NET
Posted
over 3 years ago
by
Web Development Tools Microsoft
1
Comments
Discount ASP.Net has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC. http://www.discountasp.net/press/2010_02_16_free-asp.net-4.0-RC-hosting.aspx To learn more about the new Web Deployment features in Visual Studio 2010 check...
.NET Web Development and Tools Blog
Visual Studio 2010 clean application level web.config
Posted
over 3 years ago
by
Web Development Tools Microsoft
6
Comments
This post introduces you to a small improvement that has been made in Visual Studio 2010 & .NET 4 to reduce the size of the ASP.NET application level web.config 3.0 and 3.5 web.config As ASP.NET technology evolved, the application level Web.config...
.NET Web Development and Tools Blog
Visual Studio 2010 RC public download available now!
Posted
over 3 years ago
by
Web Development Tools Microsoft
4
Comments
It’s finally here. Visual Studio 2010 and .Net 4.0 release candidate is available for everyone to download now. To download the public RC of Visual Studio 2010 go the RC landing page : Since the beta we’ve been focused on performance improvements...
.NET Web Development and Tools Blog
How to extend target file to include registry settings for web project package
Posted
over 3 years ago
by
Web Development Tools Microsoft
0
Comments
Web project package and deployment targets files are written with extensibility in mind. User can easily extend a property to include more functionalities in their package by using msbuild targets and properties. If we check the Microsoft...
.NET Web Development and Tools Blog
Visual Studio 2010 RC Feedback Channel for Web Tools
Posted
over 3 years ago
by
Web Development Tools Microsoft
6
Comments
As you probably heard the Visual Studio 2010 RC is currently available for MSDN subscribers! You can download it from here http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx . General public release is slated for Wed. The Web Development Tools Team...
.NET Web Development and Tools Blog
VSDoc for jQuery 1.4.1 Now Available
Posted
over 3 years ago
by
Web Development Tools Microsoft
6
Comments
We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools
.NET Web Development and Tools Blog
HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer
Posted
over 4 years ago
by
Web Development Tools Microsoft
19
Comments
You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2...
.NET Web Development and Tools Blog
Converting a Web Site Project to a Web Application Project
Posted
over 4 years ago
by
Web Development Tools Microsoft
6
Comments
Differences between Web Site Projects (WSP) and Web Application Projects (WAP) are highlighted in blogs such as this one . Based on that, if you feel a WAP would be better for your particular needs than a WSP, but have already created a WSP, you may be...
.NET Web Development and Tools Blog
New Silverlight Tooling Support in Visual Studio 2010 Beta 2
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
Visual Studio 2010 Beta 2 will bring full support for developing applications in Silverlight 3. There’s a few things that have changed since VS2010 Beta 1, and we hope you enjoy the new beta release! Silverlight 2 is no longer supported – long live...
.NET Web Development and Tools Blog
ASP.Net MVC in Visual Studio 2010 Beta 2
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Visual Studio 2010 Beta 2 contains ASP.Net MVC 2 in the box so there is no need to install an out of band update to Visual Studio 2010 to develop ASP.Net MVC applications. Phil Haack posted about the in-box experience for Beta 2 andd also provides some...
.NET Web Development and Tools Blog
Dev10 Beta2, Import from web.config file and other changes for DB deployment UI
Posted
over 4 years ago
by
Web Development Tools Microsoft
1
Comments
Dev10 Beta2 DB Deployment property page has some changes from Beta1. Please provide your valuable feedback for us to make it better for you. Thanks. 1. Tab page name changed from “Deploy/SQL” To “Deploy SQL” 2. Customer can use “Import from...
.NET Web Development and Tools Blog
Visual Studio 2010 Beta 2 – Intellisense Issue in Javascript/HTML.
Posted
over 4 years ago
by
Web Development Tools Microsoft
7
Comments
If by any chance you are not seeing intellisense in your JavaScript or HTML after installing Visual Studio 2010 Beta 2 you might be running into a known bug that we can show you how to fix. The bug is related to user settings which we don’t remove when...
.NET Web Development and Tools Blog
Visual Studio 2010 Beta2 Performance
Posted
over 4 years ago
by
Web Development Tools Microsoft
12
Comments
Visual Studio 2010 Beta2 is out and we at the Web Development Tools team are pleased to let you know that we have fixed a lot of the performance issues from Beta1. It took a considerable amount of time and effort but we feel it was well worth it. We would...
.NET Web Development and Tools Blog
Visual Studio 2010 Beta 2 - Web Tools Overview
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
Visual Studio 2010 Beta 2 has officially shipped! If you haven’t already, download a copy from here . What New with Visual Studio If you are new to Visual Studio 2010 please check out all our previous blogs to get a understanding of all the changes we...
.NET Web Development and Tools Blog
Single Project Add View in ASP.Net MVC 2 Preview 2
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project...
.NET Web Development and Tools Blog
Targeting earlier .NET frameworks 2.0, 3.0, 3.5 using Visual Studio 2010
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
The multi-targeting feature of Visual Studio 2010 allows web developers to develop web applications targeting ASP.NET 2.0, 3.0, 3.5 and 4.0. Our earlier posts here and here describe some of the multi-targeting capabilities of Visual Studio 2010. Targeting...
.NET Web Development and Tools Blog
Working with SVG files in Visual Studio and Visual Web Developer
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively...
Page 7 of 16 (377 items)
«
5
6
7
8
9
»