Link to home
Start Free TrialLog in
Avatar of kolathaya123
kolathaya123Flag for India

asked on

Server Error in /rdweb/pages application runtime error. an application occurred on the server. the current custom error settings for this application

I have 3 windows 2008 r2 servers configured as RD web service to access applications. All 3 servers are load balanced through network load balance. But the load balalnce was not happening properly. So we introduced netscalar VPX 1000. Now the load balance works fine, but getting one more error, if the user keeps the website open.

Attached is the error. hen we need to close and open the IE again and login to access the applications.
What might be the issue.
Untitled.png
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

You need to log any exceptions in the Global.asax file, handling the Application_Error.

Here is an example of handling application errors:

How to: Handle Application-Level Errors
http://msdn.microsoft.com/en-us/library/24395wz3(v=vs.100).aspx
Avatar of kolathaya123

ASKER

Hi,

I am not a programmer. Can you pls let me know where and in which file i need to change the same. In all 3 RD web server I want to change these?
You will need to make a change to a file, so you would need to have the original source code, and Visual Studio to make the change and deploy.  Where did you get the initial web site?
that is inbuilt website. I just enabled and configure RDWEB feature in windows 2008 terminal server. and load balanced them through netscaler
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial