Hi. I am new to using code smith, but have developed web applications from scratch. I am trying to figure out what is necessary for me to be able to use the web services generated by Code Smith and .NetTiers. I have placed the services in my localhost. I thought for sure that I would be able to use the methods directly after modifying the web.config by the means of adding the line:
<add
name="WsNetTiersProvider"
type="<Proivername HERE>.DAL.WebServiceClient.WsNetTiersProvider, <Proivername HERE>.DAL.WebServiceClient"
url="http://localhost/dataServices.asmx" />
But this does not seem so. I can use some of the local DLL methods that are generated by nettiers but I cannot use the ASMX file. Maybe I missed something. Let me know whats I am missing in terms of being able to use the dataServices.asmx file.