Struggling with consistently obtaining the client's public IP address in an asp.net 2.0 application has been a challenge for me.
I initially turned to service, only to discover that it would occasionally become unreachable and display a message indicating that the application was over quota, causing major issues for my project.
"Over Quota
This application is temporarily over its serving quota. Please try again later."
Another option I explored was using , which also proved to be unreliable at times due to being unreachable randomly.
Is there anyone out there who has faced this need for retrieving the client's public IP and successfully implemented a dependable solution?