G
Guest
Hello
I am preparing to deploy a webservice built in VS .Net. Several SQLDataAdapters (as well as a SQLConnection) were added to the designer and datasets generated for all the adapters
In the Application directory (the directory that holds the asmx file) there are several vb and xsd files defining the datasets
Are these other files necessary to deploy? The reading I have done mentions the asmx file and any assemblies. I know the two files that covers (asmx and the dll in the bin folder), but am not comfortably clear on the dispostion of the dataset related files. Are they considered assemblies (I doubt it)? Are they required to be resident in the application directory with the asmx file as in the development folder? It would be a lot nicer just to have to copy the two files and a folder
mklapp
I am preparing to deploy a webservice built in VS .Net. Several SQLDataAdapters (as well as a SQLConnection) were added to the designer and datasets generated for all the adapters
In the Application directory (the directory that holds the asmx file) there are several vb and xsd files defining the datasets
Are these other files necessary to deploy? The reading I have done mentions the asmx file and any assemblies. I know the two files that covers (asmx and the dll in the bin folder), but am not comfortably clear on the dispostion of the dataset related files. Are they considered assemblies (I doubt it)? Are they required to be resident in the application directory with the asmx file as in the development folder? It would be a lot nicer just to have to copy the two files and a folder
mklapp