cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3249
Views
0
Helpful
1
Replies

WebVPN (Clientless) SSL VPN Sharepoint Problem

Marcin Zgola
Level 4
Level 4

In case you have issues with Sharepoint access over WebVPN (Clientless SSL) here are few tricks:

- Disabling HTTP Compration on ASA Firewall

- Alrenate Access Mapping (Sharepoint)

http://technet.microsoft.com/en-us/video/configure-an-alternate-access-mapping-in-sharepoint-2010.aspx

Make sure it shows the ip address of the sharepoint server, in case your ASA is configured to go to http://<IP ADDRESS> and not to the actual URL.

- Making changes to Sharepoint IIS (disable comprassion)

C:\inetpub\wwwroot\wss\VirtualDirectories\<port number> and under the web.config file add the following:

<system.web.extensions>

      <scripting>

             <scriptResourceHandler enableCompression="false" enableCaching="true"/>

      </scripting>

</system.web.extensions>

Reference link:

http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx#microsoftweb

CCIE 18676
1 Reply 1

Marcin Zgola
Level 4
Level 4

Please let me know if you have any other questions...

CCIE 18676