Go
 Blogs Minimize

Author: Girijesh Created: Saturday, February 16, 2008 6:59:11 AM
Welcome to My Blog

By Girijesh on Wednesday, February 25, 2009 12:11:47 PM

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 »

By Girijesh on Sunday, February 17, 2008 2:54:48 AM

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 »

       
 Blogs Minimize

You must be logged in and have permission to create or edit a blog.
       
 Blogs Minimize

       


 Blogs Minimize

       
 Blogs Minimize