Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Web Application Deployment Issues

Web Application Deployment Issues

Scheduled Pinned Locked Moved ASP.NET
csharpsysadminasp-netdatabasesql-server
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    azam316
    wrote on last edited by
    #1

    hi, it would be great if anyone could direct me to a website or some readable material for the methods and issues concerning the deployment and upgrading of a web application. Some features of the web application are: -ASP.NET using C# -Microsoft SQL SERVER 2000 -Microsoft SQL SERVER 2000 Reporting Services. -Microsoft SQL SERVER 2000's Data Transformation Services (DTS) for Extraction, Tranformation and Loading (ETL). i know that the above information might be abstract, but thats bcoz the application is not developed yet. It is still in design phase. Any information regarding the deployment and upgrading methods and issues would be great! thanx in advance. ☺«««DTA»»»☺

    T 1 Reply Last reply
    0
    • A azam316

      hi, it would be great if anyone could direct me to a website or some readable material for the methods and issues concerning the deployment and upgrading of a web application. Some features of the web application are: -ASP.NET using C# -Microsoft SQL SERVER 2000 -Microsoft SQL SERVER 2000 Reporting Services. -Microsoft SQL SERVER 2000's Data Transformation Services (DTS) for Extraction, Tranformation and Loading (ETL). i know that the above information might be abstract, but thats bcoz the application is not developed yet. It is still in design phase. Any information regarding the deployment and upgrading methods and issues would be great! thanx in advance. ☺«««DTA»»»☺

      T Offline
      T Offline
      Timcyspet
      wrote on last edited by
      #2

      Hi Read this and deploy you application this includes deployment of webapplication with crystal reports and MS sql 2000 Steps for Deployment of Wisdom Web application: 1. Install window 2003 Server , Web Edition with IIS 6 2. Install Microsoft SQL Server 2000 with Service Pack 3 or above 3. Install .NET Framework 1.1 Redistributable 4. Install Microsoft Data Access Component 2.8 5. Execute Generated SQL Script 6. Install webapplication Setup File. Deploying an ASP.NET Web Application The following procedures assume that you already have a web application or web services application ready for deployment. To deploy an ASP.NET Web application using the Crystal Report merge modules: 1. In VS .NET, open your web application and go to the View menu and select Solution Explorer. From the Solution Explorer, right-click you're web application solution and from the pop up menu, select Add then click New Project. 2. The Add New Project dialog box appears. Select Setup and Deployment Projects in the left pane and select Web Setup Project in the right pane. Click OK. 3. In the Solution Explorer, right-click the Web Setup Project and select Add then click Project Output… 4. The Add Project Output Group dialog box appears. Select Primary Output and Content Files to be added to your Web Setup project. When the Primary Output is added to the project, some detected dependencies will be added.  If you are using the bundled version of Crystal Report 10, add: Managed.msm  If you are using the full version of Crystal Report 10, exclude: dotnetfxredist_x86_enu.msm and dotnetcrystalreports.msm In both cases, the dotnetfxredist_x86_enu.msm and dotnetcrystalreports.msm dependencies should be excluded if it is not already. 5. In the Solution Explorer, right-click the WebSetup project and select Add then click Merge Module… 6. The Add Modules dialog box appears. Select the appropriate merge modules and add them to your project. Click OK. 7. From your WebSetup project, select the licensing merge module to display the properties. 8. Expand the MergeModuleProperties and enter a valid license key the in License Key Properties box. The license key is the 19-digit alphanumeric string you receive when registering Crystal Reports. Please note that this is not the 10-digit registration number. This is mandatory whenever you deploy a Crystal Reports for Visual Studio .NET application. 9. To build your Web Setup project, highlight and right-click your deployment packages (WisdomSetup) in the Soluti

      A 1 Reply Last reply
      0
      • T Timcyspet

        Hi Read this and deploy you application this includes deployment of webapplication with crystal reports and MS sql 2000 Steps for Deployment of Wisdom Web application: 1. Install window 2003 Server , Web Edition with IIS 6 2. Install Microsoft SQL Server 2000 with Service Pack 3 or above 3. Install .NET Framework 1.1 Redistributable 4. Install Microsoft Data Access Component 2.8 5. Execute Generated SQL Script 6. Install webapplication Setup File. Deploying an ASP.NET Web Application The following procedures assume that you already have a web application or web services application ready for deployment. To deploy an ASP.NET Web application using the Crystal Report merge modules: 1. In VS .NET, open your web application and go to the View menu and select Solution Explorer. From the Solution Explorer, right-click you're web application solution and from the pop up menu, select Add then click New Project. 2. The Add New Project dialog box appears. Select Setup and Deployment Projects in the left pane and select Web Setup Project in the right pane. Click OK. 3. In the Solution Explorer, right-click the Web Setup Project and select Add then click Project Output… 4. The Add Project Output Group dialog box appears. Select Primary Output and Content Files to be added to your Web Setup project. When the Primary Output is added to the project, some detected dependencies will be added.  If you are using the bundled version of Crystal Report 10, add: Managed.msm  If you are using the full version of Crystal Report 10, exclude: dotnetfxredist_x86_enu.msm and dotnetcrystalreports.msm In both cases, the dotnetfxredist_x86_enu.msm and dotnetcrystalreports.msm dependencies should be excluded if it is not already. 5. In the Solution Explorer, right-click the WebSetup project and select Add then click Merge Module… 6. The Add Modules dialog box appears. Select the appropriate merge modules and add them to your project. Click OK. 7. From your WebSetup project, select the licensing merge module to display the properties. 8. Expand the MergeModuleProperties and enter a valid license key the in License Key Properties box. The license key is the 19-digit alphanumeric string you receive when registering Crystal Reports. Please note that this is not the 10-digit registration number. This is mandatory whenever you deploy a Crystal Reports for Visual Studio .NET application. 9. To build your Web Setup project, highlight and right-click your deployment packages (WisdomSetup) in the Soluti

        A Offline
        A Offline
        azam316
        wrote on last edited by
        #3

        thanx alot for all your help timcyspet. just one more question! please dont be mad! i have to use Microsoft SQL Server 2000 Reporting Sevices, instead of Crystal Reports, will i have to manually handle any dependencies or will the VS.NET do it for me? in anyways i really wasnt expecting such a detailed answer! once again thanx a lot ☺«««DTA»»»☺

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups