I developed web service in asmx under 4.5 framework. it's working perfectly but facing issues while dumping data into database from webservice. I deployed my web service on IIS server. It is consuming through this server but when web service reached to dump data in database then web service execute without any exception but data not dump in database. Is there IIS server configuration issue. Dot Net Framework 3.5 not add in my feature list. when i tried to add role and feaure of framework 3.5 this error occured "Do you need to specify an alternate source path? One or more installation selections are missing source files on the destination server. The server will try to get missing source files from Windows Update, or from a location that is specified by Group Policy. You can also click the “Specify an alternate source path” link to provide a valid location for the source files" Is Framework 3.5 cause dump issue in Database through my web service. your valuable answer will be helpful for me.
↧