The scenario given below has to be achieved in SharePoint 2010.
–
2 website should be created by Central administration of SharePoint each of them will be given a public URL and different port numbers. 2 different users will be assigned to the above websites from active directory in the same domain.
Now when tried accessing it globally or remotely each user when enter the URL will be asked for authentication but after entering their credentials they should be directed towards their specific websites assigned above as user from active directory within central administration of SharePoint 2010.
It would be a great help if someone could show me the way to deal with this scenario…… !!!! Thank you
Hi Ajeet,
The sites are created under two web applications on different port numbers, now these sites has to accessed externally via IP address n port number for example: http://111.111.111.111:2345
http://111.111.111.111:5678
which is happening,
now scenario is we need it to accessed externally via domain name also for eg: http://siteASP.com & http://siteBSP.com and internally with same URL also for eg: http://xyzcomputer:2345 & http://xyzcomputer:5678. Hope now its more clear. Your reply is awaited.
Thanks in Advance.
Hi Supriya,
Let me clear what I understand.
Two site collection with in same web application. User should see its own site according to their permission.
If you are talking about two different web application then please let me know. So that I can provide you the solution.
Hello Ajeet,
Hope you understood the scenario. Would like to know any way to achieve it please share the method you using.
Thanks in Advance.
I have achieved it by overriding HTTPModule programmatically.
Please let me know if you need the source code.