Sign In
DeveloperS
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Kerberos SPN Viewer and Helper Tool
Archive
Archives
October 2009
(2)
August 2009
(1)
MSDN Blogs
>
DeveloperS
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
DeveloperS
Sample tool for testing Secure FTP Server
Posted
over 3 years ago
by
SanthoshOnline
0
Comments
Here is a sample tool for testing Secure FTP server that I have writtent to test the IIS7 Secure FTP. This tool can connect to the FTP server using SSL and lists the directory contents current working directory. Here is how you can use the tool...
DeveloperS
Kerberos SPN Viewer and Helper Tool Sample
Posted
over 3 years ago
by
SanthoshOnline
0
Comments
Kerberos SPN Viewer and Helper Tool Here is the sample tool I have written to simplify listing the ServicePrincipalName (SPN) and an integrated helper tool which can help us find out what SPN should we set based on the configuration that we are using...
DeveloperS
Sample VBS script for sending and recieving messages from MSMQ
Posted
over 3 years ago
by
SanthoshOnline
0
Comments
Option Explicit Const MQ_RECEIVE_ACCESS = 1 Const MQ_SEND_ACCESS = 2 Const MQ_DENY_NONE = 0 Const MQ_PEEK_ACCESS = 32 Dim Transaction Dim FormatName FormatName = WScript.Arguments.Named("f") If FormatName = "" Then Help() Wscript.Quit End If...
Page 1 of 1 (3 items)