Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
403 views

Update SharePoint Default Alternate Access Mapping Programatically

I'm enabling HTTPS on my IIS server where I have SharePoint Services 3.0 installed and I'd like to programatically update the default alternate access mappings for a single web application and my ...
2
votes
2answers
2k views

SPWeb.Url returns wrong URL

I have a web application in SharePoint that has been extended to another zone (Extranet). The access URL for the default zone is http ://server1, and the URL for the extranet zone is https: ...
2
votes
2answers
541 views

SharePoint MOSS Alternate Access Mappings

In SharePoint MOSS I have a site at http://ourintranet/ I've now added a new entry to the Alternate Access Mapping for the domain http://www.mydomain.com pointing at this site. When I now type this in ...
1
vote
0answers
35 views

SharePoint 2010 Custom WebPart access Issue in production environment

I have a custom sharepoint 2010 webpart this webpart is using custom dll refference and this dll refference is properly configured in GAC and also properly add the assembly reffrence in SharePoint ...
1
vote
1answer
49 views

SharePoint Alternate Access Mapping error when indirectly using web services

SharePoint web site = http://myexample:3500 SharePoint tester (admin on domain, admin on SharePoint site collection) = IAmKyle Alternate Access Mapping: I left it at the default which is ...
1
vote
0answers
291 views

Profile pictures not loading with HTTPS

What I have? A SharePoint 2010 web site exposed to internet with the following alternate access mapping: Internal URL Zone Public URL for Zone http://servername ...
1
vote
1answer
365 views

SharePoint Alternate Access Mappings: Event Receiver only fires when accessing the site using localhost but not with IP or machine

Context We have a SharePoint site set up on a Windows Server 2008 VM box. We also developed a SP event receiver in C# and registered it with the appropriate SP site and subscribed to the following ...
0
votes
2answers
239 views

How to configure SharePoint to work for 2 different domains on the internet?

We have a SharePoint site which serves as our company site on the internet. Our company has 2 domains ".com" and ".co.uk". SharePoint works fine when you access the site using the ".com" domain. The ...