asp.net deployment
-
I have generated a 2010 web setup and deployment project that works and is created to deploy to an iis7 server. When running the setup.exe installer that I have genrated, the user can select the values for site and application pool. The user can not select the value for virtual directory. My problem is the user just want to hit the 'next' button all the time. They want all the values predetermined for them. Thus can you tell me and/or point me to a reference that will tell me how to have the values for: a. application pool, and b. site preset for the user?
-
I have generated a 2010 web setup and deployment project that works and is created to deploy to an iis7 server. When running the setup.exe installer that I have genrated, the user can select the values for site and application pool. The user can not select the value for virtual directory. My problem is the user just want to hit the 'next' button all the time. They want all the values predetermined for them. Thus can you tell me and/or point me to a reference that will tell me how to have the values for: a. application pool, and b. site preset for the user?
Just off the top of my head but can't you disable the next button until an option has been selected? (I'm guessing here: have not had need to use that functionality)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Just off the top of my head but can't you disable the next button until an option has been selected? (I'm guessing here: have not had need to use that functionality)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
I think IIS only needs to Config directory. other not used.
-
Just off the top of my head but can't you disable the next button until an option has been selected? (I'm guessing here: have not had need to use that functionality)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
I do not want to give the user an option. I just want them to take the defaults that are setup. Is that possible?
-
I have generated a 2010 web setup and deployment project that works and is created to deploy to an iis7 server. When running the setup.exe installer that I have genrated, the user can select the values for site and application pool. The user can not select the value for virtual directory. My problem is the user just want to hit the 'next' button all the time. They want all the values predetermined for them. Thus can you tell me and/or point me to a reference that will tell me how to have the values for: a. application pool, and b. site preset for the user?