Forum Discussion

Eduardo_Saito_1's avatar
Eduardo_Saito_1
Icon for Nimbostratus rankNimbostratus
Nov 16, 2007

Slow response from iControl + ASP.Net

Hello Everybody,

 

 

 

I've build a simple ASP.net application (using the dll from DevCentral).

 

The application works very well on my desktop and on our test server (Windows 2k3 + IIS6 + .net framework 2.0).

 

 

The problem is that this same application is taking forever on any other server with the same configuration. I've tried reinstall IIS, .net, etc.

 

 

Do you guys have any idea of what could be happening?

 

 

 

 

Thanks

 

 

Eduardo Saito
  • Don_MacVittie_1's avatar
    Don_MacVittie_1
    Historic F5 Account
    Hello Eduardo,

     

     

    There is not enough information here to be certain what is wrong, but I did have this problem once, check through your code and make certain you have not accessed a resource that is accessible from the test environment but is not, or is a long distance (in terms of hops) from the other servers you are testing on.

     

     

    If that is not the problem, perhaps you could post a "cleaned up" version of your code - one with none of your corporate information in it?

     

     

    Don.