web application has very slow response when accessed via 3DNS URL

truptgoncurce

New Member
I have a web application which is developed in asp.net \[code\]C# 3.5\[/code\]. When accessed via a 3DNS URL it has very slow response and throws script errors like .... \[code\]Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500\[/code\]The Site is hosted on 6 servers.But when the Site is accessed Directly with the Server Name instead of 3DNS URL its working absolutely perfect without any Script or Server Errors.Brief description of app: It has lots of Data which it needs to pick from DB and display to the Users in a grid with all default operations like paging sorting searching .. etc..Other Applications are working fine .. hosted on same set of servers .Could anyone please let me know what might be the possible reasons for the Issue with \[code\]3DNS URL access\[/code\].. Please let me know if I have provided insufficient details.
 
Back
Top