Citrix communities require javascript. Consult your browser settings to enable it

All content with label expertexchange.
Related Labels: netscaler, xml api, appexpert, java, xml-api, caching, redirect, cache, asp, deny all traffic, acl, content switching, apptips, appcache, grp-ape, rewrite, 500, responder, tips, more »

1 | 2 | Next >> (total: 11)
Caching ASP.NET Applications (Craig Ellrod)
Application Expert series part 2, Caching http://community.citrix.com/blogs/citrite/craigel/2008/04/29/BecominganAppl icationExpert%28part2%29, I released a Deployment Guide http://community.citrix.com/download/attachments/28377245/CitrixICDepGuideV 8.pdf discussing Static and Dynamic Caching.  As we are partners with Microsoft ...
Other labels: microsoft, appexpert, apptips, tips, help, asp, cache, caching ...
Content Switching configuration using CSharp .Net (AppExpert)
Content Switching configuration using CSharp .Net Summary Examples for enable global lb,create servers & services,Create vservers,Bind vservers to services,Support for compound expression and more... Download Download file csw.cs Code Snippet using ...
Other labels: content switching, netscaler, xml-api, xml api
ACL configuration sample using CSharp .Net (AppExpert)
ACL configuration sample Csharp file Summary Some commands given under will deny all traffic, So please take care while running. Some acl's will prompt error saying "ACL with identical parameter specification already exists ...
Other labels: acl, netscaler, xml-api, xml api, deny all traffic
Load balancer spillover configuration sample using Csharp and NetScaler XML API (AppExpert)
Load Balancer configuration sample Summary picks traffic when connections on Primary vserver reach a threshold Code Snippet using System; using System.Runtime.Remoting; using System.Xml.Serialization; using System.Web.Services; namespace NSConfig { public class ClientService : NSConfigService { private ...
Other labels: appexpert, xml api, load balancing
Compression configuration example using Csharp and NetScaler XML API (AppExpert)
Compression configuration example using Csharp and NetScaler XML API Summary Compression configuration example using Csharp and NetScaler XML API Code Snippet using System; using System.Runtime.Remoting; using System.Xml.Serialization; using System.Web.Services; namespace NSConfig { public ...
Other labels: xml api, netscaler, appexpert
Caching configuration example using Csharp (AppExpert)
Caching configuration example using Csharp Summary Caching configuration example using Csharp Download Download here IC70config.cs Code Snippet using System; using System.Runtime.Remoting; using System.Xml.Serialization; using System.Web.Services; namespace NSConfig { public class ClientService ...
HA configuration sample using Csharp (AppExpert)
HA configuration sample using Csharp Summary Code Snippet using System; using System.Runtime.Remoting; using System.Xml.Serialization; using System.Web.Services; namespace NSConfig { public class ClientService : NSConfigService { private static string cookie = null; / override the getWebRequest to send ...
TCP Buffering configuration sample using Csharp (AppExpert)
Csharp example showing TCP buffering with NetScaler API Summary Csharp example showing TCP buffering with NetScaler API Code Snippet using System; using System.Runtime.Remoting; using System.Xml.Serialization; using System.Web.Services; namespace NSConfig { public class ClientService ...
Using Rewrite to Redirect on 500 errors (AppExpert)
Rewrite feature of the NetScaler can be used to automatically retry a web site when the backend server responds to a request with a 500 error. Summary In this example the rewrite feature will take 500 and replace them with a 302 (to the original URL) and redirect the connection up ...
Other labels: 500, redirect, responder, rewrite, netscaler
Simple Java program demo Netscaler API (AppExpert)
Please write a short summary here. This short summary will appear on Script Exchange Summary Note Please use following piece of code to disable the href support in Axis java client. ((org.apache.axis.client.Stub)client).setProperty (org.apache.axis.AxisEngine.PROPDOMULTIREFS, Boolean.FALSE); Download getStat.java ...
Other labels: java
1 | 2 | Next >> (total: 11)