Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Can't access online webpart gallery

  Asked By: Mack Odonnell         Date: Jun 13, 2005      Category: Sharepoint      Views: 351
 

Since installing our ISA server (2004 version), we no
longer have access to the Online Webpart Gallery. I
went into the web.config file and added the following
as suggested by Microsoft:

<system.net>
<defaultProxy>
<proxy proxyaddress="http://172.16.1.5:8080"
bypassonlocal="true" />
</defaultProxy>
</system.net>

However, this made no difference. Is there something
else that I need to do on ISA to make this work? I'm
using SPS 2003 and the ISA Server is on a separate
box. Thanks in advance for any help you can provide.

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Matt Prince          Answered On: Jun 13, 2005       

We've had a similar problem with proxy servers. We require authentication to the proxy server  for the user to get out, but the first call made by SharePoint tries to get through the proxy anonymously, and it doesn't appear that there is a way to get SharePoint to automatically pass through the credentials of the user or the application pool. If you can turn user authentication off for requests coming from that server that will likely fix your problem.

 
Didn't find what you were looking for? Find more on Can't access online webpart gallery Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].