Search

You searched for the word(s): userid:632437

Matching Posts

  • Re: Precompiling a website

    Wep Application projects are precompiled, hence you don't get an App_Code folder when you create one. Project settings allow you to set how compilation occurs, i.e. whether one big DLL or multiple small ones. For Visual Studio 2010 Beta 1 you have more options when it comes to deployment. See these links to the Beta 1 docs: ASP.NET Web Deployment Overview Pasted from < http://msdn.microsoft.com/en-us/library/bb398992(VS.100).aspx > ASP.NET Web Application Projects Deployment Overview Pasted
    Posted to Configuration and Deployment (Forum) by Grayson@MS on 5/26/2009
  • Re: How to move databases between computers that are running SQL Server

    You might want to look at the new deployment features in Visual Studio 2010 beta 1 that was just released. We've got some powerful tools to make it much easier to move a database with a Web application project for either hosted or self-hosted sites. Deploying Databases with Web Application Projects Overview Pasted from < http://msdn.microsoft.com/en-us/library/dd465340(VS.100).aspx > Walkthrough: Deploying a Database with a Web Package Pasted from < http://msdn.microsoft.com/en-us/library
    Posted to FAQ - Frequently Asked Questions (Forum) by Grayson@MS on 5/20/2009
    Filed under: Visual Studio 2010 beta 1
  • Re: Switching between two connection strings

    You might be interested to see how VS is changing deployment of Web applications for Visual Studio 2010. Here are two links to the beta 1 documentation that should give you information on working with the web.config file in VS 2010: Web.config Transformation Overview < http://msdn.microsoft.com/en-us/library/dd465326(VS.100).aspx > Walkthrough: Using Web.config Transformation When Deploying a Web Application < http://msdn.microsoft.com/en-us/library/dd465322(VS.100).aspx > HTH, Grayson
    Posted to Configuration and Deployment (Forum) by Grayson@MS on 5/19/2009
  • Re: Deploying web application whith sql server 2005

    Have you tried using MSDeploy.exe for deployment? For more info on the Web deployment tool, see http://learn.iis.net/page.aspx/346/web-deployment-tool/ . I realize it won't help you now, but you should know that with the new version of Visual Studio currently being worked on, the deployment of components for a Web application will be a lot easier. For more information on Web packaging in Visual Studio 10, see Vishal's blog at http://vishaljoshi.blogspot.com/2009/02/web-packaging-creating
  • Re: how can i deploy my web project on server..

    A good topic to start with in the ASP.NET documentation is the deployment overview: http://msdn.microsoft.com/en-us/library/bb398992.aspx There's also a good walkthrough on copying a Web site: http://msdn.microsoft.com/en-us/library/xay0wxbf.aspx HTH, Grayson
  • Re: how to automate deployment

    Have you tried using MSDeploy.exe for deployment? For more info on the Web deployment tool, see http://learn.iis.net/page.aspx/346/web-deployment-tool/ . I realize it won't help you now, but you should know that with the new version of Visual Studio currently being worked on, the deployment of components for a Web application will be a lot easier. For more information on Web packaging in Visual Studio 10, see Vishal's blog at http://vishaljoshi.blogspot.com/2009/02/web-packaging-creating
    Posted to Configuration and Deployment (Forum) by Grayson@MS on 3/25/2009
    Filed under: Web deployment
  • Re: Deployment issue

    I realize it won't help you now, but you should know that with the new version of Visual Studio currently being worked on, the deployment of components for a Web application will be a lot easier. For more information on Web packaging in Visual Studio 10, see Vishal's blog at http://vishaljoshi.blogspot.com/2009/02/web-packaging-creating-web-package.html .
    Posted to Configuration and Deployment (Forum) by Grayson@MS on 3/25/2009
  • Re: Which is best web application projects or Web site projects in VS 2008

    As you probably know, the difference between Web application projects and Web site projects currently has to do with compilation and pre-compilation. As we look forward to some of the new features of Visual Studio 10 that have been publically announced, I can tell you that the deployment model for a Web application project is going to be significantly simplified. You can find more information at http://vishaljoshi.blogspot.com/2009/03/how-does-web-deployment-with-vs-10.html and http://blogs.msdn
    Posted to Configuration and Deployment (Forum) by Grayson@MS on 3/25/2009
    Filed under: web packaging, Deployment
  • Re: radio button list selected or not

    Have a look at these two topics; they should help. Responding to a User Selection in a RadioButton Group http://msdn.microsoft.com/en-us/library/5z04y2ab(VS.71).aspx Setting and Getting the Selection in a RadioButton Web Server Control http://msdn.microsoft.com/en-us/library/tfdkabew(VS.71).aspx HTH, Grayson
    Posted to Getting Started (Forum) by Grayson@MS on 1/20/2009
  • Re: Populating Dropdown List

    Have you taken a look at these topics on populating listboxes: http://msdn.microsoft.com/en-us/library/heyd79hc(VS.71).aspx http://msdn.microsoft.com/en-us/library/w384x40a(VS.71).aspx Hope this helps, Grayson
    Posted to Getting Started (Forum) by Grayson@MS on 1/20/2009
Page 1 of 4 (34 items) 1 2 3 4 Next >
Microsoft Communities