C
catchanu
Hi friends,
I have a question on why webresponse() is taking 5 seconds to fetch the
data.
This is my code.
Dim req As WebRequest = WebRequest.Create(reportCall)
Dim resp As WebResponse = req.GetResponse()
my report call is "http:\\localhost\\.asp?xsl"
everything is okay but when it comes to "req.GetResponse()" it takes 5
seconds to read the URL?
Could somebody tell me how do i make it fast. thanks
I have a question on why webresponse() is taking 5 seconds to fetch the
data.
This is my code.
Dim req As WebRequest = WebRequest.Create(reportCall)
Dim resp As WebResponse = req.GetResponse()
my report call is "http:\\localhost\\.asp?xsl"
everything is okay but when it comes to "req.GetResponse()" it takes 5
seconds to read the URL?
Could somebody tell me how do i make it fast. thanks