Net:Net:Net::LDAP::FAQ------_=_NextPart_001_01C6429F.D89AA417
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
Net::LDAP
Net::LDAPS
Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
....) password? I don't like to write the secret password to the perl
file.
Best regards
Barbara Wilbert
------_=_NextPart_001_01C6429F.D89AA417--
Wilbert Barbara (CI/OSI) * wrote:
> Hello,
>
> Net::LDAP
> Net::LDAPS
>
> Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
> ......
Windows Principle security working in C#.NET Windows application, but not on ASP.NET Web Application with C#.NET as code behind
AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal);
WindowsPrincipal usrPrincipal = (WindowsPrincipal)Thread.CurrentPrincipal;
WindowsIdentity usrIdentity = (WindowsIdentity)usrPrincipal.Identity;
String usrPrincipalName = usrPrincipal.Identity.Name;
String usrPrincipalType = usrPrincipal.Identity.AuthenticationType;
String usrPrincipalAuth = usrPrincipal.Identity.IsAuthenticated.ToString()
Can you check why this code is not working in Web application, however it is working in Windows application
Is it crashing at runtime? Not compiling? What...
Difference between asp.net security 2.0 & asp.net security 3.5 framework?
HI, What are the difference between asp.net security 2.0 & asp.net security 3.5 framework?
ASP.NET 3.5 security for me is almost the same as 2.0 as the former is built on top of the latter with the exceptions of framework specific libraries added to the newer framework. Most likely, your 2.0 applications will run well on 3.5 but not necessarily the other way around. The number of new classes added/improved from 2.0 to 3.5 is published and you may search them using your favorite search engine. Patrick OliverosWeb Developer - Emerson Electric Asia, Ltd. - ROHQwebthinker.wor...
Diffrence Between ASP.NET , VB.NET and C#.NET
please give me the explanation of diffrence b'n asp.net and vb.net is in asp.net there is no code behind file exist?
C# and VB.Net it the langauge you use to create your app.. (The code you write is either VB.Net or C#) ASP.Net is the Web framework to build web applications and ASP.Net have Web Forms, a Web Form is the .aspx file that represents a page/view. A Web Form can have a code-behind file where you put your code (written with VB.Net or C#)./Fredrik Normén - fredrikn @ twitterMicrosoft MVP, MCSD, MCAD, MCTASPInsidersMy Blog...
net send in .net
Hi,
I am trying to execute net send comman in my vb.net code. But I am getting "win32 exception unhandled error". Please help me. My code is:Dim psi As New ProcessStartInfo()
psi.UseShellExecute = False
psi.FileName = "Net send"
'xxx.xxx.xx.xx - IP address of a system in my network
psi.Arguments = "xxx.xxx.xx.xx test"
Process.Start(psi)
Thanks in advance!
Shwetha
Tryu changing
psi.FileName = "Net send"
'xxx.xxx.xx.xx - IP address of a system in my network
psi.Arguments = "xxx.xxx.xx.xx test&quo...
Sending SMS using vb.net or C#.net using vb.net or c#.net
Hi
My requirement is
I hav one csv file with these fields id,mobilenum,messgae,status.intiallu staus is 0.
once i read the all fileds and take that mobile number.using tat mobile number i need to send sms .after sending sms i shuld change status as 1
How to send sms thru coding (please dont provide any links.if it is provide also please give working links becox i checked codeproject .i didnt get any nice link.
and also provide the how to update the status field im csv file
Thank
ssandhya
To send SMS, you need some third party SMS providers. if you consul...
ASP.NET/ADO.NET/VB.NET Books
Can anyone suggest a good book(s) on ASP.NET, ADO.NET and VB.NET, I have familiar ASP 2.0 and have used VB 6 a few times, so I’m a total newbie, to this type of thing.
Thanks
Jason
One free place to start is the Quickstart tutorials. They are available on the tutorials tab on this website.
The best "starting out" book, IMO, is still "ASP.NET Unleashed", by Stephen Walther. This gives you an excellent introduction to all of the essentials.
From there, it would depend on your needs.
BTW - there is a "Book Review" forum within the ASP.NET Forums t...
ASP.NET VB.NET to VB.NET Executable
Forgive me if this is the wrong place to post. I could not find a more suitable section.
I have several ASP.NET (using VB.NET) web pages that I have to convert to VB.NET executables. Can someone recommend a roadmap? Is this a huge task? Is it more manageable with the .NET platform? Thanks.
the roadmap is to move as much code as possible out of the GUI into codebehind, and get GUI code out of code-behind.
then move as much as possible into library assemblies and/or Webservices.
then use the Visual Studio editor to drag and drop your new winapp gui, and easily plug in the back end....
To .NET or not .NET, that is the questionI'm running WinXP pro 32-bit, meaning I've got the version
1-dot-something of .NET that XP came with. I've been looking for
various softwares, and more and more often come across .NET version 2
being prerequisite. No urgency for me re. my questions to this group -
so far I have just decided to hit the red X on those download pages -
but the desire for this newer version of .NET seems to be growing for me.
Firstly, according to my (limited) research, newer .NET versions are
inclusive of the previous ones, and the current version seems to be 3.5.
So if I go for i...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
Have a look into this links
http://en.wikipedia.org/wiki/.NET_Framework
http://blogs.msdn.com/mohammadakif/archive/2006/12/03/net-3-0-different-versions-of-the-net-framework.aspx
http://www.codeproject.com/aspnet/ComparisonASP1xASP20.aspAshok Rajawww.iGold.inDon't forget to click "Mark as Answer" on the post that helped you. This credits that m...
ASP.NET and .NET
Sorry if this is basic, but thats where i'm at. What is the difference between .NET and ASP.NET? Is ASP.NET an offshoot from .NET? I'm looking to do a training course and just need some facts here. I'm a newbie web developer.
Thanks
Dan
At its simplest level .NET to a developer usually refers to the .NET Framework, which is a set of classes that you can extend to create your software applications. ASP.NET is a way of building a web based user interface for your application using the .NET Framework.
Dan.
Cheers Dan, some home work required for me i think.
Thanks
Dan...
Net security software exposedSwiss researchers have found a way around the most commonly used security system to protect passwords over the internet
http://news.bbc.co.uk/1/hi/technology/2785145.stm
--
Regard:
Joh@nnes
"If you know neither the enemy nor yourself,you will succumb in every battle"
The rebuttal.
http://slashdot.org/articles/03/02/20/1956229.shtml?tid=93&tid=172
Nils
Nils R Grotnes <nils@paragon.no> wrote in
news:a53737ea4fa06fce176c2e1af9a62079@nilses.paragon.no:
> http://slashdot.org/articles/03/02/20/1956229.shtml?tid=93&tid=172
Thanks, Nils.
It seems ...
converting to vb.net from c#.net authorize.net
authorize.net offered me some sample code when I signed up with them the only problem is the sample code is in c#.net but my page that they type all of their credit card into is vb.net
<code><%@ Import Namespace="System.Net" %>
<%@ Import Namespace="System.IO" %>
<script language="C#" runat="server">
void Page_Load(Object Src, EventArgs E) {
myPage.Text = readHtmlPage("https://certification.authorize.net/gateway/transact.dll");
}
private String readHtmlPage(string url)
{
...
ASP.NET & .NET Remoting Security Issue???
I have a web application that uses .NET Remoting to execute code on a different machine via TCP/IP. This application contains an object that registers a TCPEx channel through the namespace of:
System.Runtime.Remoting.Channels.ChannelServices.RegisterChannelInternal(IChannel chnl)
I create the object as:
MyObject obj = new MyObject();
The first time I instantiate this object the channel is registered A-OK. To keep from trying to register the channel over and over again when ever the object is created I use the following code in a method called by the constructor:
...