TOTAL guess...if it's working quickly on the local SQL server, but slowing
down on the connection through the network you may want to check to see if
the web service doing some kind of autentication with the domain that is
causing it to slow down. There may be issues converting from 2003 security
authentication to 2000 security autentication. For kicks, if you can you
may want to try putting the SQL DB on a 2003 machine to see if it plays
nicer together.
I was reading this article
http://msdn.microsoft.com/msdnmag/is...3/default.aspx
and it mentions about running IIS 6.0 in 5.0 protection mode. "If desired,
you can run it in the three IIS 5.0 protection levels as well." You might
try that to see if that simulates IIS 5.0 on a 2003 box. That might help
identify if it's a IIS 6.0 issue.
Tim
"Peter Singer" <> wrote in message
news: om...
> ([MSFT]) wrote in message
news:<>...
> > How many DLLs are there in the project? Is there any interop DLLs? I
> > suggest you may create a new web service project, then add all class and
> > modules in your original project, compile it and test again. Can this
fix
> > the problem?
> >
> > Luke
>
> 2 in the test web service. When we add the others from our main app
> there are maybe 5 additional. I'm not following what you're
> suggesting. The dll's from our main application aren't used by the
> test application, so there are no references to add or anything like
> that. Just the act of copying unrelated dll's to the bin directory of
> the web service seems to have a major impact on performance. Any other
> ideas?