Posted on November 23rd, 2015 by Madhusmita Rout
To test a web method present inside a web service we need to call the web service through the browser and then invoke the web method. If the web method take some parameter then we have to provide it in the supplied text box as demonstrated in the picture below. In the above example, I […]
Posted on November 23rd, 2015 by Aditya Acharya
Web.config plays an important role when we create web application in ASP.NET. Normally here we store some custom application level settings (like Database Connection String, Mail Server address, etc…). Some of the advantages of keeping values in web.config file are. 1. Easily Readable (As it is in XML file format). 2. Accessible through out our […]