Expose Stored Procedures to ASP.NET through HTTP Endpoints

by mosessaur| 18 June 2007| 2 Comments

Yesterday DotNetSlackers.com posted a new article authored by Ahmad Mosa. It is about How to Expose Stored Procedures to ASP.NET through HTTP Endpoints. The article shows how to use HTTP endpoints of SQL Server 2005 to publish internal reports to your organization without using IIS Web Server and regardless of heterogeneous systems. Hope you'll like the article.

Ahmad Mosa is an MCT since 2005. He has MCSD.NET for both C# & VB.NET, MCDBA for SQL Server 2000 and MCPD for Enterprise application development (chartered member). Ahmad has been working in the training field for about 5 years and he has attended several overseas training in deferent locations.

kick it on DotNetKicks.com

Comments

Alan Avante
Alan Avante United States on 2/16/2008 7:36 AM Yet another example that would be useful if the code was downloadable.  It's sad you are so good at explaining, but leave out the most important part of code description--a downloadable project file that can be stepped through by programmers.
mosessaur
mosessaur Egypt on 2/16/2008 5:07 PM The code is already available in the original article. Maybe you need to login or something to be able to download it.
http://dotnetslackers.com/code/HttpEndpoint.zip
Comments are closed