Hi all,
We have a one way trust setup between 2 domains - corp and devlab - i.e. corp users can log into devlab machines - but devlab users can't log into corp machines.
We had a test sharepoint site in corp that we wanted to move to devlab. It was an empty server with just some shell sites setup. There isn't really much we want to migrate over. The only trick is everything runs as a corp\build user.
I disjoined corp (corp.domain.com) and joined devlab (domain.lab) and sharepoint looks to start ok. corp\build is recognized and I can browse around the site using http://shortnameofserver. I found that if I used the new fqdn (servername.domain.lab) i was getting pages not found. I added an alternative access map and that seemed to resolve that.
We can add users to sites from devlab and from corp - if prefixing with corp\username.
The only thing not working is a product we develop that uses webservices to contact sharepoint. This worked before the domain change so I'm suspecting something is not right with webservices config. Any idea where I can look to get more information on what is going on? Is webservices something that would require a web application extension?
This is my first exposure to sharepoint and I'm not very fluent in IIS.