Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
GeneralRe: .TableName, why use that? Pin
mprice21422-May-10 4:00
mprice21422-May-10 4:00 
QuestionSingle Sign On question Pin
Etienne_12321-May-10 10:56
Etienne_12321-May-10 10:56 
AnswerRe: Single Sign On question Pin
Pete O'Hanlon21-May-10 12:24
mvePete O'Hanlon21-May-10 12:24 
GeneralRe: Single Sign On question Pin
Etienne_12321-May-10 13:00
Etienne_12321-May-10 13:00 
GeneralRe: Single Sign On question Pin
Pete O'Hanlon21-May-10 23:49
mvePete O'Hanlon21-May-10 23:49 
GeneralRe: Single Sign On question Pin
Etienne_12324-Jun-10 1:38
Etienne_12324-Jun-10 1:38 
GeneralRe: Single Sign On question Pin
Etienne_12315-Jul-10 23:50
Etienne_12315-Jul-10 23:50 
QuestionPurpose of Web Service Namespaces Pin
AspDotNetDev21-May-10 10:29
protectorAspDotNetDev21-May-10 10:29 
I've created a few ASP.NET Web Service Applications. When you create one, it sets an attribute above the main service class which has a property, Namespace, that gets defaulted to http://tempuri.org/. According to MSDN, that default namespace should be changed:

It is highly recommended that this default namespace, which is http://tempuri.org, be changed before the XML Web service is made publicly consumable. This is important because the XML Web service must be distinguished from other XML Web services that might inadvertently use the namespace as the default (<http://tempuri.org/>).


What I want to know is the real purpose of this namespace and why it is important. How does that namespace help distinguish services? Is it if they are installed to the same folder on the server, it will prevent a clash of some sort? Don't you still need to specify the location of the service in any web service requests (e.g., "mydomain.com/Service1.asmx" or "mydomain.com/Service2.asmx")? And shouldn't that prevent any clashes?

Any illumination you could provide would be appreciated.

AnswerRe: Purpose of Web Service Namespaces Pin
Pete O'Hanlon21-May-10 12:34
mvePete O'Hanlon21-May-10 12:34 
GeneralRe: Purpose of Web Service Namespaces Pin
AspDotNetDev21-May-10 12:40
protectorAspDotNetDev21-May-10 12:40 
AnswerRe: Purpose of Web Service Namespaces Pin
Jürgen Röhr22-May-10 1:42
professionalJürgen Röhr22-May-10 1:42 
QuestionHow to work on VOIP, Video Conferencing, Chat room using either intranet or internet system Pin
CoderForEver21-May-10 9:02
CoderForEver21-May-10 9:02 
QuestionDatabase Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 8:13
PDTUM21-May-10 8:13 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
William Winner21-May-10 8:21
William Winner21-May-10 8:21 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 9:17
PDTUM21-May-10 9:17 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
Dimitri Witkowski21-May-10 8:22
Dimitri Witkowski21-May-10 8:22 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 9:12
PDTUM21-May-10 9:12 
Questionreference can't be found works while in visual studio, but not outside Pin
aei_totten21-May-10 8:07
aei_totten21-May-10 8:07 
QuestionCalling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 6:22
JollyGiant196821-May-10 6:22 
AnswerRe: Calling non .net cpp app functions from c# app Pin
dan!sh 21-May-10 6:43
professional dan!sh 21-May-10 6:43 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:36
JollyGiant196821-May-10 7:36 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 6:44
Dimitri Witkowski21-May-10 6:44 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:37
JollyGiant196821-May-10 7:37 
GeneralRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 7:39
Dimitri Witkowski21-May-10 7:39 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Luc Pattyn21-May-10 7:23
sitebuilderLuc Pattyn21-May-10 7:23 

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.