When You add a web reference to your ASP.NET website, there is one key automatically gets added in app-settings section of your application’s web Config. To control it further[on production environment], You need to change value of this key only. …
Tag Archives: web service
Create Web Reference with dynamic nature from web config
Posted by Anoop Kumar Sharma
on January 16, 2013
No comments
Running web service test forms on remote web servers in ASP.net
Posted by Anoop Kumar Sharma
on January 10, 2013
No comments
ASP.NET’s default mode does not allow you to access web service test form from remote/Client machines. Loading your ASMX page from a remote machine will show the following text under the Test section: “The test form is only available for requests …