Webservice problem

Hi,

I have a webservice in ASP.NET 2.0 and I am using DebugView to trace a
problem
with my webservice.

My webservice basically passes back a dataset after passing it a SQL
statement string
and a connection string.

I found a problem with the service that my connection string was wrong so I
passed it a new
string with the change but the service keeps giving me the same error and
when I look at
DebugView it shows the same connectstring that I had passed the first time
with the error.

It does not matter what I pass my service DebugView is showing the orignal
parameters.

Weird!!!!!

Any ideas why this might be happening? Is it cahing the parameters somehow?

Malcolm
Rotsey [ Mi, 09 April 2008 09:39 ] [ ID #1938590 ]

Re: Webservice problem

"Rotsey" <malcolm_smith [at] RemoveThis.optusnet.com.au> wrote in message
news:e4haeShmIHA.1168 [at] TK2MSFTNGP02.phx.gbl...
> Hi,
>
> I have a webservice in ASP.NET 2.0 and I am using DebugView to trace a
> problem
> with my webservice.

Sorry, what is "DebugView"?
--
------------------------------------------------------------ --------------------
John Saunders | MVP - Windows Server System - Connected System Developer
john.saunders at triz [ Do, 10 April 2008 01:26 ] [ ID #1939322 ]

Re: Webservice problem

It is a tool used to view debug messages that a win32 app can post.

In ,net

System.Diagnostics.Debug.Write



"John Saunders [MVP]" <john.saunders at trizetto.com> wrote in message
news:ezDSujpmIHA.5268 [at] TK2MSFTNGP05.phx.gbl...
> "Rotsey" <malcolm_smith [at] RemoveThis.optusnet.com.au> wrote in message
> news:e4haeShmIHA.1168 [at] TK2MSFTNGP02.phx.gbl...
>> Hi,
>>
>> I have a webservice in ASP.NET 2.0 and I am using DebugView to trace a
>> problem
>> with my webservice.
>
> Sorry, what is "DebugView"?
> --
> ------------------------------------------------------------ --------------------
> John Saunders | MVP - Windows Server System - Connected System Developer
>
>
Rotsey [ Do, 10 April 2008 03:31 ] [ ID #1939336 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Webservice problem

Vorheriges Thema: default button in content section with master pages
Nächstes Thema: Building a Release of my Solution