Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webservices > june 2007 > threads for june 8 - 14, 2007

Filter by week: 1 2 3 4 5

Webservice converts Datetime from one timezone to the other
Posted by sameer at 6/13/2007 6:54:00 AM
Environment : framework 1.1, winforms, webservices, sql server 2000 Architecture of the application : database is hosted behind the webserver. Client winforms application is installed on the client machine and webservice are used to transfer the data from the client exe to the database over t...more >>


Current directory for Web Service
Posted by Alwin D at 6/12/2007 6:18:47 PM
Hello, How can I get the current directory of Web Service? Usually my Web services are under Inetpub directory. I would like to write trace file into that place. If I try to trace e.g. C:\Temp directory I usually havenät got permissions to write the trace file. So, do I have special Perm...more >>

Initializing static variables
Posted by Peter Hemmingsen at 6/12/2007 1:35:55 PM
Hi I would appreciate if someone could explain the following behaviour: I have written a simple WebService using (Visual Studio 2005 framework 2.0) as follows: public class Service : System.Web.Services.WebService { static R6Ctrl R6=null; public Service () { InitR6 (...more >>

Using SOAP XML files
Posted by shaselsc NO[at]SPAM gmail.com at 6/12/2007 5:13:59 AM
I'm new to SOAP and Web Services in general. I've been given the task of implementing someone else's web services in an ASP.NET 2.0 project. What I've been given are two .xml files and several .xsd files. They are used to query information from their database. The queries are sent in SOAP format...more >>

Starting exe application on server side using web services doesn't work.
Posted by Oren at 6/12/2007 3:18:01 AM
Hi, I needed a client side to be able to start an exe application on server side (It's an exe application with no gui that preformce actions on some hardware). I used Web services in order to do so. The web service call the remote function that first update some data in a few files and then s...more >>

Retrieving virtual path in Web Service.
Posted by Ibrahim. at 6/11/2007 6:28:01 AM
Hello, I have a web service project, in one of my classes I like to get the virtual path of the Server name from c# code behind. Thanks, ...more >>

Web service with open db connection
Posted by Mantorok at 6/11/2007 12:00:00 AM
Hi all ASP.Net v2.0. I have a web service that holds an "open" OleDb connection in one of its session variables, when the session times out does this connection close, or does it only close when another request comes through after the timeout? Hope that makes sense. Thanks Kev ...more >>

csv file
Posted by Jaez at 6/9/2007 9:52:07 PM
This should be a really easy one but having come from VB6 straight in to the world of asp.net 2 I must have missed something simple I have an SQL database and dataset that connects to it I can make a table of all of the data using the grid view but what I need is to be able to export a csv...more >>




DevelopmentNow Blog