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. Deploying a asp.net 2.0 web application

Deploying a asp.net 2.0 web application

Scheduled Pinned Locked Moved ASP.NET
databasecsharpasp-netsysadmintools
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.
  • S Offline
    S Offline
    SUDHAKAR PALLAM
    wrote on last edited by
    #1

    Hi, I want you to help me in deploying a asp.net 2.0 web application which makes use of sql database. Generally, the process that i follow is: I will generate a sql script of my databse, export the data into excell file. And, i will copy my project and create a virtual directory in the server. Then i will run the sql script in the sql query analyser of server and import the excell data sheet. This holds good for within the LAN. But, now my requirement is i want to pack database and my project into a single exe file. So, that when the client installs in his server, the databse connects automatically and the project works fine... Please help me...Its urjent.

    A 1 Reply Last reply
    0
    • S SUDHAKAR PALLAM

      Hi, I want you to help me in deploying a asp.net 2.0 web application which makes use of sql database. Generally, the process that i follow is: I will generate a sql script of my databse, export the data into excell file. And, i will copy my project and create a virtual directory in the server. Then i will run the sql script in the sql query analyser of server and import the excell data sheet. This holds good for within the LAN. But, now my requirement is i want to pack database and my project into a single exe file. So, that when the client installs in his server, the databse connects automatically and the project works fine... Please help me...Its urjent.

      A Offline
      A Offline
      AlexeiXX3
      wrote on last edited by
      #2

      You can create the scripts for the database structure as well as forthe data In your app detect when it is the firs time use and ask the user to choose the server user and password, using that, connect to the server and execute the scripts, also save the server, user and password in webconfig for later use by your app

      Alexei Rodriguez

      S 1 Reply Last reply
      0
      • A AlexeiXX3

        You can create the scripts for the database structure as well as forthe data In your app detect when it is the firs time use and ask the user to choose the server user and password, using that, connect to the server and execute the scripts, also save the server, user and password in webconfig for later use by your app

        Alexei Rodriguez

        S Offline
        S Offline
        SUDHAKAR PALLAM
        wrote on last edited by
        #3

        Can you be more clear.? I mean how to attach the created database scripts to web setup project.?

        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