Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a web site that is configure by access mapping point for load balancer url "http://xyz:90" , now we publish the web site on internet with public url "http://compnyname" and the ISA is configure to point to "http://xyz:90" ,The problem is in code I am using SPContext.Current.Web.URL to build URL for web site visitor and send mail but it retrieve "http://xyz:90" not "http://compnyname"

share|improve this question

1 Answer

SharePoint can't know what ISA is going to do, you need to look at Alternate Access Mappings (AAM) in the Central Admin.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.