Showing tag results for asp.net

Nov 10, 2010
Post comments count0
Post likes count0

ASP.NET Web Application: Publish/Package Tokenizing Parameters

Web Development Tools Microsoft

  Today I just saw a question posted on stackoverflow.com asking Why are some Web.config transforms tokenised into SetParameters.xml and others are not? Let me give some background on this topic for those who are not aware of what the question is. With Visual Studio 2010 when you package your application using the Build Deployment Package cont...

ASP.NET
Nov 3, 2010
Post comments count0
Post likes count0

Web Deploy: How to see the command executed in Visual Studio during publish

Web Development Tools Microsoft

I just saw a post on Twitter asking the question    Is there any easy way to see the underlying MSBuild command when building in VS2010? Want to see the MSDeploy params. @wdeploy?One thing to know is that when you publish from Visual Studio, by default we use the MSDeploy (AKA Web Deployment Tool) Object Model in order...

ASP.NET
Jun 7, 2010
Post comments count0
Post likes count0

Survey – ASP.NET development in Visual Studio 2010

Web Development Tools Microsoft

Are you currently doing ASP.NET development in Visual Studio 2010? If so, we would love to hear your feedback!We have created an online survey that will only take a few minutes to complete. Click here to take survey All feedback will be carefully considered and thoroughly reviewed during our planning for future release such as VS 2010 SP1.The mo...

ASP.NET
May 14, 2010
Post comments count0
Post likes count0

The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects

Web Development Tools Microsoft

If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “Edit *.proj”), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net compiler. This command will compile your aspx ...

ASP.NET
Apr 13, 2010
Post comments count0
Post likes count0

Visual Studio 2010 MVC 2 Upgrade Wizard

Web Development Tools Microsoft

Prior to the RTM release of Visual Studio 2010, the only way to upgrade an ASP.Net MVC 1 application to ASP.Net MVC 2 was to use Eilon Lipton’s tool. With the release of Visual Studio 2010 you will now be able to open your MVC 1 projects in Visual Studio 2010 and upgrade them to ASP.Net MVC 2 projects. Also, you can upgrade the target framework of ...

ASP.NET
Mar 11, 2010
Post comments count0
Post likes count0

Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds

Web Development Tools Microsoft

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 or any other development tool then you are eligible for this upgrade. Along with all the great new ...

ASP.NET
Feb 18, 2010
Post comments count0
Post likes count0

Workaround: Missing Declarations for Controls in Designer File

Web Development Tools Microsoft

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 final RTM release. Workaround: You can work-around this issue by declaring the missing controls in th...

ASP.NET
Feb 10, 2010
Post comments count0
Post likes count0

Visual Studio 2010 RC public download available now!

Web Development Tools Microsoft

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, reducing memory requirements, increasing stability and fixing customer reported ...

ASP.NET
Feb 9, 2010
Post comments count0
Post likes count0

Visual Studio 2010 RC Feedback Channel for Web Tools

Web Development Tools Microsoft

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 has setup a DL that we would like you to use to send us direct feedback on anything web development ...

ASP.NET
Feb 8, 2010
Post comments count0
Post likes count0

VSDoc for jQuery 1.4.1 Now Available

Web Development Tools Microsoft

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 KingProgram ManagerVisual Studio Web Tools

ASP.NET