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