Showing related tags and posts accross the entire site.
-
Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
-
I have the exact same problem. I know that going throught the WebServiceClient and a WebService adds a low of overhead, but this is crazy. I generated my solution. My database has 90 tables with lots of relationship. app.config: < configSections > < section name = " netTiersService " type =...
-
Hi, using Codesmith 4.0 and NietTiers latest build version as of today. I am trying to create a winforms application, I build the entire generated solution and it has no problems I add a winforms project with 1 form and when I run any command in the service layer after creating an instance of it e.g...
-
Can anyone offer suggestions about how to implement some form of security/authorisation in the generated web service? I'm developing a client/server application. thanks Dave