Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I have an Asp.net application which is using Sharepoint [wss 3.0] as backend for storing the document library.Both the application[the asp.net and sharepoint] is getting authenticated with ADLDS. There are few pages developed in Sharepoint on which the user will be redirected from asp.net application. For not getting the authentication pop up from sharepoint I have used Single Sign on with form Based Authentication.
The problem is that:
1> For Sigle Sign on to work,the host header needs to be the same.[To the best of my knowledge..]
2>The client doesnt want to show the port number being used in the url.

We are stuck up at this point ,as without specifying the port number how can the default url [which is binded to asp.net application with some default port number (consider the host header part only)] will get redirected to the Sharepoint application which is hosted on some other port number [with same Host Header name (for sigle sign on to work)]?

Is there any better approach for hosting the Single Sign on application of asp.net and Sharepoint application to work on production server ?
Posted
Updated 31-Mar-10 20:12pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900