Welcome to MSDN Blogs Sign in | Join | Help

What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

In Part 1 of my blog series on Alternate Access Mappings, I gave a brief introduction to the feature and an example of how it can be used. In this blog entry, I'd like to discuss some of the common AAM-related mistakes I've noticed people make when deploying SharePoint.

Mistake #1: "I'm not deploying SharePoint in an unusual way, so I don't need to worry configuring Alternate Access Mappings."

Probably the most common cause of AAM-related issues is administrators not realizing that they need to configure it in the first place. It's certainly understandable as this is a new requirement in Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007. The reality is that every SharePoint administrator needs to make sure that AAM is configured correctly, even if you're performing a simple deployment.

For SharePoint to provide a robust and stable API that can work on multiple machines, even machines where the SharePoint web application service is not running, our resolution of URLs to SharePoint sites cannot rely on hosts files, DNS, or IIS bindings. Instead, once SharePoint receives a request it will only use AAM to perform that URL resolution. So while it is necessary to make sure your hosts files, DNS, and IIS bindings are properly configured so that a web request can reach the SharePoint server, it is also necessary to configure the URLs in AAM to match.

Here are some specific examples:

  • Fully Qualified Domain Names (FQDN) - If you're using an FQDN URL to reach your SharePoint web application, you need to configure that domain name in DNS. You also need to configure a matching URL in AAM. If this is an URL that end users will use to reach your site, then make it a public URL. If this is an URL that a reverse proxy device will use to forward requests to your site, then make it an internal URL - just be sure that you've configured the end user's URL as the public URL in the same zone.
  • Localhost - Localhost is the syntactic sugar of networking. It allows you to type in http://localhost in your browser and always reach the web site hosted on your local machine. However, since localhost is made possible through the machine's hosts file, SharePoint can't automatically take advantage of it. If you need http://localhost to be a valid URL for SharePoint, you'll need to enter it into AAM.
  • IP addresses - If you're in an environment where there is no DNS or hosts name resolution and you're just using URLs with IP addresses, you still need to enter those URLs into AAM.

So, if you're seeing broken images or are being redirected to http://machinename when browsing to your SharePoint site, then that URL probably hasn't been entered into AAM.

Mistake #2: Your reverse proxy server's "link translation" feature is sufficient.

Some administrators understand that AAM will fix up the links on pages so that end users are taken to the proper public URL, but they also know that their reverse proxy server has a "link translation" feature that does something similar. If they both do the same thing, then why not just turn it on in the reverse proxy publishing rule and not worry about setting it in AAM?

There are several reasons why this is not a good idea. First off, in our compatibility testing experience, no link translation feature from any reverse proxy server, including ISA Server 2006, is sufficient to fix up all SharePoint links to use the public URL. SharePoint embeds its URLs in many places and in a variety of encodings. Reverse proxy servers are currently not sophisticated enough to find and fix them all. Second, SharePoint has features that use URLs but do not go through reverse proxy server publishing rules. E-mail alerts are a good example. Only AAM will be able to make sure the links in your e-mail alerts are using the correct URL for the user.

So while you're more than welcome to enable link translation in your SharePoint publishing rule, don't forget to properly configure AAM as well. And by the way, if you're exposing the SharePoint 3.0 Central Administration site via a publishing rule, be sure to disable the link translation feature for that rule. It will likely interfere with your ability to configure AAM.

Mistake #3: Trying to reuse the same URL in AAM or not aligning the URLs to the same zone.

This is a mistake that often catches people when they configure SharePoint to expose a web application to both their internal network and the Internet. For example, suppose you've configured a SharePoint web application on your corporate network with http://sharepoint as your Default zone URL. Now you want to expose it to the Internet as http://www.contoso.com. When configuring your reverse proxy server, you tell it to forward the requests to http://sharepoint and then add http://www.contoso.com as a public URL to the Internet zone. Sounds good?

Not quite, unfortunately. While access to the site from your corporate network will continue to work as expected, you might find that access from the Internet isn't working so well and that there are several links pointing to http://sharepoint This is because the two URLs have been entered into different AAM zones and therefore are not associated with each other.

An URL can be used only once in AAM, and the http://sharepoint URL was already in use on your corporate network. To forward your Internet-based requests to the same web application, you should use a different internal URL for your reverse proxy publishing rule such http://sharepoint.dmz.contoso.com. You can leave http://sharepoint alone in AAM and still add http://www.contoso.com as your public URL in the Internet zone. You just need to add http://sharepoint.dmz.contoso.com as an additional internal URL in the same zone as your http://www.contoso.com public URL - your Internet zone. With them both in the same zone, SharePoint can generate the proper links using the public URL for that zone.

Mistake #4: Updates made in AAM automatically update IIS bindings and vice versa.

Actually, once a web application has been extended to a zone, SharePoint will not attempt to modify its IIS bindings. If you go into IIS and modify those bindings yourself, say by adding a host header binding, changing a port number, or adding an SSL port, SharePoint won't be aware of those changes and will not update the AAM URLs for you. Similarly, an update to the AAM URLs to add an SSL URL won't automatically update your IIS bindings to match.

Instead, if you need to make a change in your IIS bindings, our recommendation is that you remove the SharePoint web application from that zone. Then you can re-extend the web application to that zone with your updated bindings. This includes if you want to add an SSL port - we don't recommend reusing the same IIS Web site for your HTTP and SSL hosting. Instead, you should extend a dedicated HTTP and a dedicated SSL web site, each assigned to its own AAM zone and URLs.

Mistake #5: Forgetting to configure your environment so that search can crawl your sites.

You may have configured AAM and your network so that end users can reach your sites, but did you remember to do the same for SharePoint search? The SharePoint search service browses to your web applications to crawl their content and needs to be able to access your public URLs. Make sure that the machine running the search indexing service can reach those public URLs - particularly the one using NTLM authentication. If necessary, configure the proxy settings of your search service account to use your proxy servers. You can do this by logging into the machine as that account and editing its LAN connection settings in IE.

Mistake #6: Typos!

It happens more often than you might think - a quick series of keystrokes and you transpose 2 digits in the port number or two letters in the hostname. Now all of a sudden, SharePoint starts giving you "Cannot find server or DNS Error" messages. Be sure to double check those URLs in AAM. If you're using a reverse proxy server, verify that they match the URLs in your publishing rule.

Hopefully these tips will save you a couple of hours of troubleshooting and perhaps even a few gray hairs. What are your most common mistakes when configuring AAM? Share them with everyone by adding a comment to this post. And of course, you're welcome to ask any additional questions you have about these tips. Next time, I'll dig a little deeper into AAM and how it integrates with other SharePoint features such as security.

 

Troy Starr

Published Monday, March 19, 2007 5:42 AM by sptblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Sharepoint 2007 Alternate Access Mappings

Monday, March 19, 2007 4:50 AM by Sharepoint 2007 Alternate Access Mappings

# SharePoint Alternate Access Mappings

I came across the second part of Troy Starr's Trilogy on Alternate Access Mappings in SharePoint 2007.

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Perfect timing. What about VMs?

I have a VM at servername DEV1

I need to access it via DEV1.VMLab.companyname.com

(same for the Central Admin site only add :nnnnn)

So I first added these two addresses to my list of Trusted Sites and *amended* the two default settings from http://DEV1 to http://DEV1.VMLab.companyname.com

Should I have amended the settings or added new ones alongside them. (I tried that and it didn't seem to work as well).

Now the only minor snag I have is that

DEV1.VMLab.companyname.com will go to http://DEV1.VMLab.companyname.com/default.aspx

but

DEV1.VMLab.companyname.com:nnnnn goes nowhere.

(However http://DEV1.VMLab.companyname.com:nnnnn works fine after converting to DEV1.VMLab.companyname.com:nnnnn/default.aspx.)

Any comments ?

Mike Walsh

Monday, March 19, 2007 8:49 AM by MikeWal2

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Thanks for this post Troy.

Oddly enough we started having some (previously) very confusing issues after implimenting a DNS alias last week.

"Alternate Access Mappings" sounds "optional" but really isn't.

Great post.

Monday, March 19, 2007 11:40 AM by David McKenzie

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Mike -

You can amend or add, it's up to you.  Amending means that they will now be the only URLs that SharePoint offically recognizes. Adding additional public URLs means that SharePoint will recognize them as well.

For the http://dev1.vmlab.companyname.com:nnnnn URL, is it defined as a public URL and associated with the correct web application?  If you're browsing to it and not getting anywhere, you can use a net sniffing tool such as Fiddler to see what URL SharePoint is trying to send you to via its HTTP 302 redirect response.

- Troy Starr

Tuesday, March 20, 2007 5:17 AM by Troy Starr [MSFT]

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Thanks for reading adnd responding Troy.

I can actually access http://dev1.vmlab.companyname.com:nnnnn">http://dev1.vmlab.companyname.com:nnnnn OK.

The odd thing is that here my browser insists on the preceding http:// otherwise it doesn't recognize the URL at all

With http://dev1.vmlab.companyname.com there is no such problem - i.e. I can write dev1.vmlab.companyname.com and its OK.

I suspect this has nothing to do with alternate access mappings though :)

What I now have is

a) replaced the default as above

plus

b) [as custom] http://dev1 and http://dev1:nnnnn

so I can access the site as dev1 when I'm on the server. At least that's the theory.

Mike

Wednesday, March 21, 2007 6:33 AM by MikeWal2

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Mike -

Ah, yes, if you have port numbers in your URL, then you need to preface the hostname with "//" at minimum in your browser address bar before it'll go find the address you're looking for.  That's just the browser's behavior, not SharePoint. :-)

- Troy Starr

Wednesday, March 21, 2007 6:20 PM by Troy Starr [MSFT]

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Great post, it sure clears up a couple of question marks I have had lingering above my head about AAM.

Thanks!

Friday, March 23, 2007 10:47 AM by Martin Edelius

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Thanks your post. but I still have problem. Because our site include port number, user input URL like http://server4:1234, now I create a alternet access mapping like abc.com but I still need input http://abc.com:1234. can you tell me what happen?

Thursday, March 29, 2007 6:59 PM by JamesLiang

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi James -

This might be covered under mistake #4.  Are you using a reverse proxy server that can perform port translation or are users directly accessing your SharePoint server?  If they're directly accessing the SharePoint server, then your AAM URL will need to use the same port number as your IIS binding.  So your options there would be:

1. Have users type in http://abc.com:1234">http://abc.com:1234.

2. Extend your web application into an additional zone with an IIS binding on port 80.  This would allow you to type in http://abc.com.

- Troy Starr

Saturday, March 31, 2007 1:05 AM by Troy Starr [MSFT]

# Anonymous Access not working with AAM

Wondering if anyone can help me?

I setup a basic sharepoint site, with everything on the same box.

I can get the anonymous access to work if I connect to web server using the server's name in the URL (e.g http://server_name), however, when I try to connect to the server using the alias (e.g. http://alias) it logs me onto the site with my windows username and password.

I had this running on a Virtual server no problems however now that I set it up on its own server it doesn't work.

If checked all of the settings and the anonymous stuff is all turned on. I've tried to use the AAM, but no luck there.

Is there someone else I can look?

Does anyone have any suggestions?  

Tuesday, April 03, 2007 4:37 AM by oneill3

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Can you provide more information on recommended best practices for the following:  We have a Web application that has been extended to use forms authentication.  So, one web site uses windows authentication for authoring, the other uses forms authentication and is accesbile via the Internet.  We need to add SSL capabilities to the forms auth site.  We would like our public url to be the same for http and https (example: http://www.contoso.com and https://www.contoso.com).  Can you provide specific guidance on this.  Thanks.

Tuesday, April 03, 2007 8:49 PM by mlt

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

One more thing about the question I posed above.  We need to be able to maintain session state when the user switches between http and https!!

Tuesday, April 03, 2007 8:53 PM by mlt

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

I noticed you mentioned that 'localhost' will not work if AAM is not set-up to handle this reference.

I looked a test install of sharepoint I have been playing with and there are no AAM's for 'localhost', however, I was able to get to the Central Admin by doing http://localhost:[port] and it opened up.

Thoughts?

Dave

Wednesday, April 04, 2007 4:58 PM by David Mielcarek

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi folks -

oneill3: What does your AAM table look like?  Was the http://alias URL added as a public URL or an internal URL?  If it was added as a public URL, did you extend the web application into a new zone for it and then did you configure the authentication provider of that zone to enable anonymous access?  Also, what resource is requiring authentication?  You could use a tool such as Fiddler for IE to findo out.

mlt: You would need to have each URL (HTTP and SSL) be a public URL in its own zone, so you would need to extend the web application into 2 additional zones for forms authentication.  I don't know if you'd be able to maintain session state, though.

Dave: SharePoint will give it its "best effort" to figure out which web application and zone you're trying to reach when you browse to an URL that isn't in AAM and redirect you appropriately.  Sometimes it works, sometimes not.  That best effort shouldn't be considered reliable and doesn't work at all if you're in a pure object model/API scenario rather than a web browsing scenario.

- Troy Starr

Sunday, April 08, 2007 3:29 PM by Troy Starr [MSFT]

# Anonymous Access not working with AAM

Hi Troy,

thanks for the reply. I added the alias as an internal URL. The authentication I am refering to is when you open IE and browse to the Sharepoint site it automatically logs in you with your windows username. The site I have configured is an internal site, however, the site needs to have anonymous access turned on. When I use an alias on the anonymous site, sharepoint automatically logs you in. If I connect to the site using the server name, not using an alias, the anonymous works fine. Any suggestions?

Monday, April 09, 2007 9:26 PM by oneill3

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi oneill3 -

See my earlier reply, re:  using Fiddler to see which resource is issuing the HTTP 401 response, which is causing the authentication.

- Troy Starr

Wednesday, April 11, 2007 1:36 PM by Troy Starr [MSFT]

# How does this affect web service calls from "within" Share Point?

Hi Troy,

Thanks for some great info!!

I have a question how AAM affects in particular the Data View Web part calling web services (SoapPTAdapter).

We have had a lot of "problems" with the DVWP and WSS3/MOSS. The scenario is as follows:

We have a web site NOT extended by Share Point where we host a web service. We configure a DVWP to call this external web service. The DVWP will NOT use NTLM to call the WS???

(Looking at the IISLog reveals this)

A workaround is to add the external URL (the one to the site NOT extended by Share point) to AAM of the Web Application where the DVWP resides...???

And suddenly the calls from the DVWP will use NTLM to authenticate to the web service.

This is VERY strange to me, can you please tell me how the DVWP or the SoapPTAdapter

is affected by AAM.

Thanks in advance!

/Jonas

Wednesday, April 11, 2007 6:53 PM by jonas

# Undesired http to https redirect

Hello Troy,

I'm having a very strange behavior and I can't pinpoint the cause.  I have a web application with two zones.  The default zone is configured with one url using https and websso for authentication.  The intranet zone is configured w/ a different url using http and NTLM authentication (for the crawler).  

The strange behavior is when i access the intranet zone through our load balancer, my 302 redirect location header to the welcome page specifies https even though i accessed the site using http.  If I go through the load balancer straight to the welcome page, my response remains http.  What's strange about the 302 response is that even though the location header is https, the url in the body of the response is http.

If i bypass the load balancer and go straight to one of the web front ends by updating my hosts file, I get the desired behavior.  I'm redirected to the welcome page over http.

I know.  I know.  You're going to say it's the load balancer, but we've spent a couple days troubleshooting this from both ends w/ no obvious cause.  Any ideas?

Friday, April 13, 2007 9:48 AM by dulay

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi,

I have sent an email before asking about how AAM affects the SoapPTAdapter.

I have now traced down the issue to the call to SPSite.ValidateDomainCompatibility.

Thanks

/Jonas Nilsson

Friday, April 13, 2007 5:30 PM by Jonas

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi folks -

Jonas: Glad to see you were able to find out the cause. :-)

Dulay: My guess is that the URL of the web request being passed from the load balancer to the SharePoint server either:

1. Doesn't match any of the URLs in AAM, so it tries to fall back to the Default zone's public URL.

2. Does match one of the URLs assigned to the Default zone in AAM, so it's using the Default zone's public URL.

I recommend using a network sniffing tool to make sure that the protocol scheme, HTTP HOST header, and TCP destination port of the request that is received by SharePoint from the load balancer matches an URL assigned to the Intranet zone.

- Troy Starr

Sunday, April 15, 2007 3:54 PM by Troy Starr [MSFT]

# AAM and WebServices

Hi Troy,

I found the cause but I don't want to belive I can't call web services accross Web Applications ;)

To remove our web service from the equation I tried the following and it returned the same error:

1) Create a DataFormWeb part using SharePoint Designer and put it on web application http://server:80

Consume data from the Lists.asmx Web Service that resides on Web Application http://server:85

WSS won't allow this, if I look in the WSS log file I se entries like this:

http://server/_vti_bin/webpartpages.asmx and http://server:85/_vti_bin/lists.asmx are not in the same web application.  Their domains cannot be compatible.

I belive this is logged from SPSite.ValidateDomainCompatibility. That is being called by the SoapPTAdapter internally.

Can you verify that I'm not supposed to be able to call across Web Applications by design.

Is there some setting that I can change to allow this?

Thanks in advance

/Jonas Nilsson

Tuesday, April 17, 2007 10:40 AM by Jonas

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Consider the following and let me know if I'm approaching this correctly.

Goal:  One url for internal users NTLM access, same url for external FBA users.   So, when you are inside you use https://mystuff.myco.com and get a standard windows login.  Same url for external users connecting from the outside should get an FBA prompt.

We have unique ip addresses for the internal and external, but we are having trouble with AAM.

Any ideas are appreciated.

Wednesday, April 18, 2007 3:19 PM by BobC

# What every SharePoint administrator needs to know about Alternate Access Mappings (Part 3 of 3)

In Part 1 of my blog series on Alternate Access Mappings, I gave a brief introduction to the feature

Wednesday, April 18, 2007 8:14 PM by Microsoft SharePoint Products and Technologies Team Blog

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi folks -

Jonas: The SPSite.ValidateDomainCompatibility exists to help prevent cross-site scripting attacks.  So, if it's blocking you, then it's probably doing so intentionally. :-)  I'm not aware of a way to turn it off.

Bob: This is similar to how one must configure Search to crawl host-named site collections that are not using NTLM authentication (http://technet2.microsoft.com/windowsserver/WSS/en/library/378c4673-0814-4255-a79c-7c4b6a4732a51033.mspx).  It's not really something we recommend unless you have to (and with Search, you have to because it cannot authenticate using forms authentication).

- Troy Starr

Thursday, April 26, 2007 9:57 PM by Troy Starr [MSFT]

# How to configure Alternate Access Mappings (AAM) successfully

To avoid many questions and simplify troubleshooting, I would suggest this order when configuring AAM,

Friday, April 27, 2007 5:51 PM by Duray Akar's Blog

# Host Multiple Domain based web sites in WSS 3.0

I have a server with wss 3.0 installed and configured. I have to deploy 3 domain name based sites on wss.

For ex http://www.site1.com

http://www.site2.com

http://www.site3.com

Each site would have its own content database.

How do i achieve this?

Wednesday, May 02, 2007 4:09 PM by Amit.Nuke

# AAM and web services (again ;)

Roy,

Thanks for answering!

First: It might seem off topic to ask all these questions about DataViews and Web Services in comments to your post about AAM. But all my debugging points in the direction AAM and changes made deep in the OM related to AAM. So please bear with me ;)

"Jonas: The SPSite.ValidateDomainCompatibility exists to help prevent cross-site scripting attacks.  So, if it's blocking you, then it's probably doing so intentionally. :-)  I'm not aware of a way to turn it off."

I still can't really buy this. Why would you try to prevent "cross site scription" deep inside the OM?

I have another scenario that exposes the same behavior:

First: All this works if I use Kerberos authentication, I only have these issues using NTLM.

1) Create a DataFormWebPart calling the OTB Lists.asmx web service on the same Web Application.

(

Page is http://server/default.aspx">http://server/default.aspx

Web Service : http://server/_vti_bin/Lists.asmx">http://server/_vti_bin/Lists.asmx

)

2) Add a new external URL to AAM for http://server (http://portal.comapny.com)

3) Access this application using a external name "http://portal.company.com

I will get an error from the DataFormWebPart.

4) Access the page using http://server/default.aspx">http://server/default.aspx (Everything works)

To get it up and running I have to EXTEND the

Web application. Adding the url to AAM is not enough.

Any thoughts on this?

Thanks in advance!

/Jonas Nilsson

Wednesday, May 02, 2007 4:51 PM by Jonas

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Troy,

Thank you so much for the articles - very well done!

I am wondering if you could advise direction to resolve the issue:

1. I created AAMs as discribed in Part 1.

2. It looks like it works - when I access a library, all links inside the library are translated from the internal to the external URLs.

3. The issue - when I try to check-in/check-out a Word file to the library it displays/uses still the Internal (!!!) URL that cannot be resolved on the Internet.

4. Everything is simplified -  default WebSite Collection and simplest library.

5. ISA 2006 used as a firewall, proxy server

6. The problem appears - no matter if the link translation is enabled or disabled on the ISA 2006.

7. I noticed that some other people also has absolutely the same problem.

Please advise - thank you so much!

Sincerely,

Victor.

Thursday, May 24, 2007 4:06 PM by Victor

# What every SharePoint and EPM administrator needs to know about Alternate Access Mappings

Thursday, June 07, 2007 4:50 PM by Christophe Fiessinger's Blog

# I'm Indexing and I only get errors...

Got this message from a user responding to a comment they saw in a previous post... http://blogs.msdn.com/joelo/archive/2006/11/16/upgrading-from-wss-3-0-b2tr-to-rtm.aspx

Thursday, June 14, 2007 4:47 PM by Joel Oleson's SharePoint Land

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

So, am i reading this correctly in saying that you can not have http://site1.domain.com in both the internal and Internet zones, where DNS plays the main key in directing the user to the correct zone?  

I have customers that do not want 2 URLs when working on a site, then telling their internet customers a different url to access.  

Wednesday, June 27, 2007 11:19 AM by Ryan

# All you need to know about Alternate Access Mappings (AAM)

Troy Starr of the WSS Test Team has written an excellent 3-part article detailing AAM. The details can

Friday, August 17, 2007 4:04 PM by Mirrored Blogs

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Troy (sorry by my english, I'm still learning).

I have my application working properly in the default zone (http://internalurl.com). When I extend my web application to the internet I can't access to it , because I have an URL for internet (http://internalurl.internet.es), but (we're not using ISA server) the reverse proxy uses internal IP's to redirect the request and not internal URL's so, I don't have another internal URL to redirect the request and doesn't work with IP's, could you give me any ideas??

Thanks :-)

Friday, August 24, 2007 4:42 AM by Elio

# Všetko o Alternate Access Mappings (AAM)

Troy Starr napisal velmi pekny 3-dielny serial o AAMČasť 1Časť 2Časť 3

Saturday, September 15, 2007 5:25 AM by Cvalik's blog

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Troy,

I need some help...we have an application working properly when we accessing from intranet. In this case we use this url "http://server.domain/sites/LibraryName/default.aspx".

But when we try to access from internet it doesn't works properly.

To access from internet we use "http://externalURL" then this URL is translated for "https://externalURL2:port" and users have to login this page. Then they entry into sharepoint docs library correctly using this url "https://externalURL2:port/http/server.domain/sites/LibraryName/default.aspx" and here users can navigate. But when you try to select one document, it tries to find it in "https://server.domain/http/server.domain/sites/LibraryName/DocumentName", the first part of the URL (externalURL2:port) is tranlated by the server.domain?¿?And obviously, a message notifying the document was not found appeared...

We have defined the ExternalURL in AAM as internet zone and the externalURL2:port as extranet. I understand this is a wrong config but I don't be sure what I should use...Please, any help will be welcome...

Friday, October 05, 2007 3:27 AM by carol

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hi Troy & Carol,

Did you get any solution for your last issue? .I have a similar problem and I would be pleased if you could tell me any news.

Please contact me at aweh4538@hotmail.com.

Thansk a lot.

Aitor

Monday, October 08, 2007 12:13 PM by Aitor Wehrli

# Troubleshooting WSS Search - EventID 2424 & 2436

Corpo: Olá pessoal, Bom, este é um artigo muito interessante ... basicamente por tratar de alguns detalhes

Monday, November 19, 2007 6:57 PM by Mirrored Blogs

# re: Load Balanced URL and AAM

Hi Troy,

You may have already answered this one, so my apologies in advance.I have 2 webservers behind a citrix load balancer (netscaler). I also have an application server and a sql database server. After creating the web application and a load balanced url "portal.domain.com" and creating my site collection everything appears to be normal at first glance. I can connect to http://portal.domain.com/ without any issues. Intermittently Moss appears to redirect some requests using the port number I specified and IE with throw cannot display page errors. After digging around it appears that MOSS intermittently tries to append the specified port 11080 within the URL for some links. Not sure why? If I go to site settings the site url listed is http://portal.domain.com:11080/. If I try to connect to this url I receive a cannot display page error. Port 11080 is the port that is configured between the web servers and the load balancer. The VIP on the load balancer was confgured to render any http request using the standard port 80.

Any help would be greatly appreciated.

Monday, December 03, 2007 5:56 PM by Gary

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Hello Troy

I have implemented AAM and i can access our intranet internally using http://intranet and publicly using http://intranet.endvizionz.com, but the mysite seems to have some issues. it was working ,but then it stopped. Another thing i noticed is that our http://intranet will hang in the afternoon and become unresponsive internally but not externally. Should, i extend my web apps?

Wednesday, December 05, 2007 9:56 AM by Eddie V

# URL mapping

Hi Troy,

Thats a good one!!!

I have a question.. What if i want to modify my subsites and pages. For e.g. my url has http://server/pages/page1.aspx which i need to change to http://server/page1.aspx. How should i go about doing it. Please help as i am terribly stuck :(

Friday, January 18, 2008 4:41 AM by Ramz

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

I have an internet website that I want our employees to be able to access it from anywhere... using the same url http://intranet.mycompany.com regardless where they are.  If they access it from outside the domain using http://intranet.mycompany.com it would change the url to httpS://intranet.mycompany.com, and accessing it from inside the domain, it should not use ssl.

Any idea how to configure my aam, isa and dns to do that?

Sunday, January 20, 2008 11:25 PM by Zino

# What is SharePoint in Testers View and What are the Functionalities

What is SharePoint in Testers View and What are the Functionalities?

Friday, January 25, 2008 1:17 AM by Gracy

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

Great article! Being a newbie to Sharepoint, I used it when the loadbalancer came into play and set up my site flawlessly.

One question though, my site has SSRS 2005 reports and in the default zone, they render fine but not in the internet zone. Is this possible to do with Reporting Services 2005 and MOSS 2007? Is there a hotfix or work around?

Thank you!

Wednesday, February 06, 2008 2:52 PM by Val

# Microsoft SharePoint Products and Technologies Team Blog : What every SharePoint administrator needs to know about Alternate Access Mappings

A series of three posts regarding configuring and understanding one of the top reasons that SharePoint

Wednesday, April 09, 2008 9:14 AM by SharePoint Thinks, Links and Clinks

# MOSS Form Based Authentications

Wednesday, May 21, 2008 12:35 AM by Man On The Way

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

need to give alias to my web application. for eg

I have created an iis website on teaf server with port number 23465

So if I need to access that website  we will type http://servername:portnumber (i.e) http://teaf:23465

But my requirement is I need to access site with url http://epsdashboard insteaed of http://teaf:23465

Help on this regard is highly appreciated.

Monday, June 09, 2008 7:44 AM by prakask

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

I didn't use reverse proxy server. With http://Sharepoint in the default Zone, I added Http://www.axy.com to the Internet Zone. Is it enough?

In our intranet, why some computers couldn't access Http://www.axy.com?

Thanks.

Thursday, June 12, 2008 3:38 PM by yhd

# re: What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)

does anyone have any ideas on the below warning we are getting in event viewer:

The start address <sts3://server/contentdbid={f9f16a37-b9fc-4f59-a2ea-a9e2a369f712}> cannot be crawled.

Context: Application 'Search index file on the search server', Catalog 'Search'

Details:

Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to crawl this content.   (0x80041205)

Thursday, June 26, 2008 8:36 AM by AJ79

# Understanding extranet setup for MOSS 2007

Links: Design extranet farm topology (Office SharePoint Server) Downloadable book: Planning an Extranet

Wednesday, March 04, 2009 12:08 PM by SharePoint

# Useful Sharepoint Links

Useful Links · MOSS Video Demos (Total 14 Modules) · Before You Begin with SharePoint Server 2007 · MOSS

Tuesday, June 16, 2009 10:46 AM by a blog or 2

# web tasarım

super thank you http://www.parcakontorbayiniz.com mıracle.

Sunday, August 09, 2009 11:12 AM by web tasarım

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker