exe slower than running in visual studio

  • Thread starter Thread starter uncah91
  • Start date Start date
U

uncah91

I am runnning some very simple performance tests using a vb.net
winform to invoke a vb.net webservice.

The webservice simply returns a string literal. I invoke the service
1000 times in a row and note some timestamps for reporting at the end
of the test.

When I run this using play in VS, the test takes ~16 seconds.

When I build the exe and run it, it takes ~4 minutes.

Does anyone have any insight?

Thanks,
Ben
 
I have found out this is due to directory security authentication
being set from "Anonymous" to "Windows"

So why would authentication perform differently when playing from
Visual Studio than running the exe?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top