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?
 
Back
Top