Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: resize image in asp.net Pin
PSK_24-Mar-10 20:41
PSK_24-Mar-10 20:41 
GeneralRe: resize image in asp.net Pin
trilokharry24-Mar-10 20:48
trilokharry24-Mar-10 20:48 
GeneralRe: resize image in asp.net Pin
PSK_24-Mar-10 20:52
PSK_24-Mar-10 20:52 
GeneralRe: resize image in asp.net Pin
trilokharry24-Mar-10 21:33
trilokharry24-Mar-10 21:33 
AnswerRe: resize image in asp.net Pin
Mehdi Ghiasi26-Mar-10 4:54
Mehdi Ghiasi26-Mar-10 4:54 
Questionhttphandlers Pin
swjam24-Mar-10 18:06
swjam24-Mar-10 18:06 
AnswerRe: httphandlers Pin
Abhishek Sur24-Mar-10 22:20
professionalAbhishek Sur24-Mar-10 22:20 
QuestionHelp needed on active directory login Pin
roshankamath24-Mar-10 16:17
roshankamath24-Mar-10 16:17 
Hi friends,

I am a student and new to active directories.

I have installed windows server 2003 on my machine and even visual studio 2005 on it.

I am trying to login using active directories and it says "<b>Unable to establish secure connection with the server</b>" .

<b>My full computer name: sdmcet.sdmcet.cse
Domain: sdmcet.cse.</b>



I have included my web.config file below. Can anyone please let me know where i have gone wrong or whether i need to make any changes on windows server 2003 settings.

<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
<add name="ADConnectionString" connectionString="<b>LDAP://sdmcet.sdmcet.cse/CN=Project_Users,DC=sdmcet,DC=sdmcet,DC=cse</b>"/>
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true"/>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Forms">
<forms name=".ADAuthCookie" timeout="10"/>
</authentication>
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<membership defaultProvider="MyADMembershipProvider">
<providers>
<add
name="MyADMembershipProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="ADConnectionString"
connectionUsername=<b>"sdmcet\administrator"
connectionPassword="password"</b>/>
</providers>
</membership>

<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>

The text in bold faces is what i have changed.

Pls help ..
AnswerRe: Help needed on active directory login [modified] Pin
PSK_24-Mar-10 17:32
PSK_24-Mar-10 17:32 
AnswerRe: Help needed on active directory login Pin
/randz25-Mar-10 21:41
/randz25-Mar-10 21:41 
QuestionOK it is late and my brain hurts... Pin
Dalek Dave24-Mar-10 15:30
professionalDalek Dave24-Mar-10 15:30 
AnswerRe: OK it is late and my brain hurts... Pin
Not Active24-Mar-10 16:20
mentorNot Active24-Mar-10 16:20 
GeneralRe: OK it is late and my brain hurts... Pin
Dalek Dave24-Mar-10 23:05
professionalDalek Dave24-Mar-10 23:05 
Questionbgcolor Pin
Dalek Dave24-Mar-10 11:21
professionalDalek Dave24-Mar-10 11:21 
AnswerRe: bgcolor Pin
T M Gray24-Mar-10 11:24
T M Gray24-Mar-10 11:24 
GeneralRe: bgcolor Pin
Dalek Dave24-Mar-10 11:25
professionalDalek Dave24-Mar-10 11:25 
Questionhow to remove toolbar at runtime Pin
raghvendrapanda24-Mar-10 5:48
raghvendrapanda24-Mar-10 5:48 
AnswerRe: how to remove toolbar at runtime Pin
Not Active24-Mar-10 6:39
mentorNot Active24-Mar-10 6:39 
GeneralRe: how to remove toolbar at runtime Pin
raghvendrapanda24-Mar-10 7:40
raghvendrapanda24-Mar-10 7:40 
GeneralRe: how to remove toolbar at runtime Pin
Not Active24-Mar-10 7:42
mentorNot Active24-Mar-10 7:42 
AnswerRe: how to remove toolbar at runtime Pin
Amar Chaudhary24-Mar-10 9:37
Amar Chaudhary24-Mar-10 9:37 
AnswerRe: how to remove toolbar at runtime [modified] Pin
/randz25-Mar-10 21:54
/randz25-Mar-10 21:54 
Questionputting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 5:16
DeepToot24-Mar-10 5:16 
AnswerRe: putting code behind onto client side ascx, aspx pages Pin
Not Active24-Mar-10 6:21
mentorNot Active24-Mar-10 6:21 
GeneralRe: putting code behind onto client side ascx, aspx pages Pin
DeepToot24-Mar-10 6:37
DeepToot24-Mar-10 6:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.