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 Setup Project in VS 2005

Web Setup Project in VS 2005

Scheduled Pinned Locked Moved ASP.NET
helpcsharpvisual-studiotutorialworkspace
7 Posts 3 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
    shavil
    wrote on last edited by
    #1

    Hi , Presently i am working on Web Setup Project. i have issue while creating a virtual directory and physical path . How to Handle Code for the Radio Buttons in web setup project. please Help me out there is no info in net also .only a real time members can help. Can u send any code or any links related to the above issue in web setup project of c# I will B Very thank full Thanks & Regards Shavil Hussain S

    A V 2 Replies Last reply
    0
    • S shavil

      Hi , Presently i am working on Web Setup Project. i have issue while creating a virtual directory and physical path . How to Handle Code for the Radio Buttons in web setup project. please Help me out there is no info in net also .only a real time members can help. Can u send any code or any links related to the above issue in web setup project of c# I will B Very thank full Thanks & Regards Shavil Hussain S

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      shavil wrote:

      have issue while creating a virtual directory and physical path .

      What are the issues are you getting ? Please Read this Article[^]. This describes step by steps details to create Virtual Directory and all other stuffs.

      shavil wrote:

      How to Handle Code for the Radio Buttons in web setup project.

      I didn't get your point. please clarify !!

      cheers, Abhijit CodeProject.Com MVP

      1 Reply Last reply
      0
      • S shavil

        Hi , Presently i am working on Web Setup Project. i have issue while creating a virtual directory and physical path . How to Handle Code for the Radio Buttons in web setup project. please Help me out there is no info in net also .only a real time members can help. Can u send any code or any links related to the above issue in web setup project of c# I will B Very thank full Thanks & Regards Shavil Hussain S

        V Offline
        V Offline
        Vimalsoft Pty Ltd
        wrote on last edited by
        #3

        What issues do you have when creating a Virtual Directory ? Because when you create a Setup Project for Web , there is a Property that allows you to enter the Name of the Virtual Directory and automaticall it will be created under (inetpubs/wwwroot/) still open for correction. Now when it comes to the code to Handle the Radio button, am not sure what are you talking about. because we dont write a code in setup Projects. never remember trying to do that :)

        Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za

        S 1 Reply Last reply
        0
        • V Vimalsoft Pty Ltd

          What issues do you have when creating a Virtual Directory ? Because when you create a Setup Project for Web , there is a Property that allows you to enter the Name of the Virtual Directory and automaticall it will be created under (inetpubs/wwwroot/) still open for correction. Now when it comes to the code to Handle the Radio button, am not sure what are you talking about. because we dont write a code in setup Projects. never remember trying to do that :)

          Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za

          S Offline
          S Offline
          shavil
          wrote on last edited by
          #4

          Hi Vuyiswa Maseko, First Of All Thanks For giving Reply. Coming to my issue can u send any code or link about that property which allows me to create Virtual Directory automatically it will be created under (inetpubs/wwwroot/) .(Please rember that i want at the Deployment of the Web setup project) are u can explain me from these Reply. Coming to the Radio Buttons issue,there is a userintrface screens where i can select Radio Buttons .just i want to how to write the code for that issue and where 2 write. i will Be waiting for ur reply soonly Thanks & Regards Shavil Hussain S

          V 1 Reply Last reply
          0
          • S shavil

            Hi Vuyiswa Maseko, First Of All Thanks For giving Reply. Coming to my issue can u send any code or link about that property which allows me to create Virtual Directory automatically it will be created under (inetpubs/wwwroot/) .(Please rember that i want at the Deployment of the Web setup project) are u can explain me from these Reply. Coming to the Radio Buttons issue,there is a userintrface screens where i can select Radio Buttons .just i want to how to write the code for that issue and where 2 write. i will Be waiting for ur reply soonly Thanks & Regards Shavil Hussain S

            V Offline
            V Offline
            Vimalsoft Pty Ltd
            wrote on last edited by
            #5

            hi Shavil When you create a Web Setup Project, in your Setup Project right Click and Select "View FileSystem" , on your left hand side you will see "Web Application Folder" , right click on it and select Properties and in the Properties the last option is "Virtual Directory" that is where you name your Virtual Directory. By default you will find that the virtual Directory is equal to the name of your Setup Project. Make Sure when you Create a Setup Project you only Select "Web Setup Project" not "Setup Project". At the end ofg the day you want to Deploy you Web Application like a Windows application by using a Setup. Now if you want to Do more you can Configuire it there is not code that is needed to be Written for radio buttons. can you explain what more Options do you want. Thank you

            Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za

            S 1 Reply Last reply
            0
            • V Vimalsoft Pty Ltd

              hi Shavil When you create a Web Setup Project, in your Setup Project right Click and Select "View FileSystem" , on your left hand side you will see "Web Application Folder" , right click on it and select Properties and in the Properties the last option is "Virtual Directory" that is where you name your Virtual Directory. By default you will find that the virtual Directory is equal to the name of your Setup Project. Make Sure when you Create a Setup Project you only Select "Web Setup Project" not "Setup Project". At the end ofg the day you want to Deploy you Web Application like a Windows application by using a Setup. Now if you want to Do more you can Configuire it there is not code that is needed to be Written for radio buttons. can you explain what more Options do you want. Thank you

              Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za

              S Offline
              S Offline
              shavil
              wrote on last edited by
              #6

              Hai Vuyiswa, What u have said i got it ,But i am not getting the properties what u have said i think i am doing in setup project i will check and let u know. when Coming to the Radio Button i am doing database Installer script which runs automatically when it is deploying or installing it. Of cource i got the soution.But, i want Radio Button bcoz there are 3 options 1 is for Sql Server and 2 is for Oracle and 3 is for MySql When he selects any one of these,means i want to install my script in that particular Database. and i will Be providing the Connection String also like "Server name,Database name,Username,password" at the time of the installation So i want code for the Radio Buttons.how to handle at the time of the Deployment or installation If u have done any web setup project can u send the code to my mail id shaik.shavil@gmail.com Thanks & Regards Shaik Shavil

              V 1 Reply Last reply
              0
              • S shavil

                Hai Vuyiswa, What u have said i got it ,But i am not getting the properties what u have said i think i am doing in setup project i will check and let u know. when Coming to the Radio Button i am doing database Installer script which runs automatically when it is deploying or installing it. Of cource i got the soution.But, i want Radio Button bcoz there are 3 options 1 is for Sql Server and 2 is for Oracle and 3 is for MySql When he selects any one of these,means i want to install my script in that particular Database. and i will Be providing the Connection String also like "Server name,Database name,Username,password" at the time of the installation So i want code for the Radio Buttons.how to handle at the time of the Deployment or installation If u have done any web setup project can u send the code to my mail id shaik.shavil@gmail.com Thanks & Regards Shaik Shavil

                V Offline
                V Offline
                Vimalsoft Pty Ltd
                wrote on last edited by
                #7

                hi shavil Sorry for a late answer, was a little bit busy, please have a look at this Article it will give you an idea on how to do it http://www.codeproject.com/KB/install/WebServieInstaller.aspx[^] Hope it helps

                Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za

                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