If you want to create database diagram using Management Studio, and you are getting error like "database diagram support objects cannot be installed". Read More »
If you want to create database diagram using Management Studio, and you are getting error like "database diagram support objects cannot be installed".
If you want to access your web service from outside of the localhost, then you have to edit your web.config file like following. <configuration> <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </syste ... Read More »
If you want to access your web service from outside of the localhost, then you have to edit your web.config file like following.
<configuration> <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </syste ...