G
Guest
Hello,
I want to provide the ability to log on to a web application on our
intranet using different credentials like they do in Sharepoint 2007. When a
user hits the site, i want him automatically loggged in using his windows
credentials, but be able to swicth to different windows credentials from
within the web app. How do I go about doing this?
My current configuration is:
<authentication mode="Windows" />
<identity impersonate="true"/>
<membership defaultProvider="MyADMembershipProvider">
<providers>
<add connectionStringName="ADConnectionString"
connectionUsername="ust\rwg" enableSearchMethods="true"
connectionPassword="aruba7" name="MyADMembershipProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider,
System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</membership>
I want to provide the ability to log on to a web application on our
intranet using different credentials like they do in Sharepoint 2007. When a
user hits the site, i want him automatically loggged in using his windows
credentials, but be able to swicth to different windows credentials from
within the web app. How do I go about doing this?
My current configuration is:
<authentication mode="Windows" />
<identity impersonate="true"/>
<membership defaultProvider="MyADMembershipProvider">
<providers>
<add connectionStringName="ADConnectionString"
connectionUsername="ust\rwg" enableSearchMethods="true"
connectionPassword="aruba7" name="MyADMembershipProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider,
System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</membership>