Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralHelp on Socket Programming Pin
Zaffar Kamran15-Jun-04 6:03
Zaffar Kamran15-Jun-04 6:03 
GeneralRe: Help on Socket Programming Pin
Heath Stewart15-Jun-04 6:10
protectorHeath Stewart15-Jun-04 6:10 
Questionstring.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 5:53
Ariadne15-Jun-04 5:53 
AnswerRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak15-Jun-04 7:14
mveDave Kreskowiak15-Jun-04 7:14 
GeneralRe: string.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 20:49
Ariadne15-Jun-04 20:49 
GeneralRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak17-Jun-04 11:45
mveDave Kreskowiak17-Jun-04 11:45 
GeneralPrivate Webservice Pin
ldaoust15-Jun-04 4:28
ldaoust15-Jun-04 4:28 
GeneralRe: Private Webservice Pin
Heath Stewart15-Jun-04 5:09
protectorHeath Stewart15-Jun-04 5:09 
If you're looking to add security to your web services, take a look at the Microsoft Web Service Enhancements (WSE)[^]. 2.0 was recently released. With a few simple changes to your server and clients, you can use strong authentication protocols (or a simple username/password, though I recommend at least hashing the password using MD5 or SHA1, which is easily supported by the WSE), encryption, signatures, addressing (routing), etc.

If you want it private, simply don't expose it to the public. Unless it needs to be on your Internet web server, just use it on your intranet. If you need to put it on your Internet server (say, for an extranet) then use IP address blocking (IIS feature) or features in the WSE. The latter won't prevent them from seeing the WSDL, but unless your business is about the WSDL schema and not the data that's transferred, this really shouldn't be a problem.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Private Webservice Pin
ldaoust16-Jun-04 8:54
ldaoust16-Jun-04 8:54 
GeneralRe: Private Webservice Pin
Heath Stewart16-Jun-04 9:04
protectorHeath Stewart16-Jun-04 9:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:04
ldaoust17-Jun-04 3:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:14
ldaoust17-Jun-04 3:14 
GeneralCreating web aplication NOT via IIS console Pin
michalJ15-Jun-04 3:39
michalJ15-Jun-04 3:39 
GeneralRe: Creating web aplication NOT via IIS console Pin
Heath Stewart15-Jun-04 5:03
protectorHeath Stewart15-Jun-04 5:03 
GeneralRe: Creating web aplication NOT via IIS console Pin
michalJ15-Jun-04 8:09
michalJ15-Jun-04 8:09 
GeneralMessages of Child applications Pin
T i T i15-Jun-04 2:13
T i T i15-Jun-04 2:13 
GeneralRe: Messages of Child applications Pin
Dave Kreskowiak15-Jun-04 3:01
mveDave Kreskowiak15-Jun-04 3:01 
GeneralRe: Messages of Child applications Pin
Heath Stewart15-Jun-04 3:42
protectorHeath Stewart15-Jun-04 3:42 
Generali want toserialize DataTable typed filed into Xml Pin
Member 114126615-Jun-04 0:53
Member 114126615-Jun-04 0:53 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Dave Kreskowiak15-Jun-04 3:05
mveDave Kreskowiak15-Jun-04 3:05 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Member 114126616-Jun-04 21:06
Member 114126616-Jun-04 21:06 
Generalsaving collection automaticaly into form`s resource. Pin
Member 114126615-Jun-04 0:43
Member 114126615-Jun-04 0:43 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Heath Stewart15-Jun-04 3:39
protectorHeath Stewart15-Jun-04 3:39 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Member 114126616-Jun-04 20:56
Member 114126616-Jun-04 20:56 
QuestionProgram to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 0:02
anderslundsgard15-Jun-04 0:02 

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.