Click here to Skip to main content
15,897,371 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 16:23
Cormac M Redmond30-Apr-07 16:23 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 2:48
kubben1-May-07 2:48 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 3:45
Cormac M Redmond1-May-07 3:45 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 3:50
kubben1-May-07 3:50 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 4:15
Cormac M Redmond1-May-07 4:15 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 4:20
kubben1-May-07 4:20 
GeneralRe: Making sure that only MYapplication can using MY webservice? [modified] Pin
Cormac M Redmond30-Apr-07 16:48
Cormac M Redmond30-Apr-07 16:48 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 3:26
kubben1-May-07 3:26 
YOu can try this instead:
To leave WSDL file generation on for Web services within a Web application, but not provide any human readable information regarding the Web services, you can add an <wsdlHelpGenerator> element to the Web.config file for the Web application and set the href attribute to a blank HTML page you have created. The following code example is an excerpt of a Web.config file that sets the service help page to a MyBlank.htm file in the docs folder beneath the folder containing the Web.config file.

<webServices>
<wsdlHelpGenerator href="docs/MyBlank.htm"/>
</webServices>

Ben
AnswerRe: Making sure that only MYapplication can using MY webservice? Pin
Bradml1-May-07 1:12
Bradml1-May-07 1:12 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 3:45
Cormac M Redmond1-May-07 3:45 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
DavidNohejl1-May-07 4:29
DavidNohejl1-May-07 4:29 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 4:46
Cormac M Redmond1-May-07 4:46 
QuestionHow to use IE on Pocket PC 2003 SE Emulator...? Pin
Edmundisme30-Apr-07 9:49
Edmundisme30-Apr-07 9:49 
QuestionRICHTEXT CONTROL? - ASP.NET / AJAX Pin
hifiger200430-Apr-07 4:26
hifiger200430-Apr-07 4:26 
AnswerRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
totig30-Apr-07 4:32
totig30-Apr-07 4:32 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
hifiger200430-Apr-07 5:07
hifiger200430-Apr-07 5:07 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
totig30-Apr-07 5:17
totig30-Apr-07 5:17 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
hifiger20042-May-07 4:23
hifiger20042-May-07 4:23 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
totig2-May-07 4:34
totig2-May-07 4:34 
AnswerRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
badgrs30-Apr-07 5:11
badgrs30-Apr-07 5:11 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
hifiger20042-May-07 4:21
hifiger20042-May-07 4:21 
AnswerRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
RichardGrimmer30-Apr-07 5:36
RichardGrimmer30-Apr-07 5:36 
GeneralRe: RICHTEXT CONTROL? - ASP.NET / AJAX Pin
hifiger20042-May-07 4:22
hifiger20042-May-07 4:22 
QuestionForms Population Pin
Illegal Operation29-Apr-07 20:16
Illegal Operation29-Apr-07 20:16 
AnswerRe: Forms Population Pin
Wael Al Wirr2-May-07 1:53
Wael Al Wirr2-May-07 1:53 

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.