Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How I can display text on Web page from XML file Pin
Abhijit Jana20-May-08 19:22
professionalAbhijit Jana20-May-08 19:22 
AnswerRe: How I can display text on Web page from XML file Pin
Laddie20-May-08 19:35
Laddie20-May-08 19:35 
Question.net charting Pin
saravanan0520-May-08 18:51
saravanan0520-May-08 18:51 
AnswerRe: .net charting Pin
Pankaj Garg20-May-08 18:55
Pankaj Garg20-May-08 18:55 
Questionback button loading the page Pin
Pankaj Garg20-May-08 18:25
Pankaj Garg20-May-08 18:25 
QuestionRe: back button loading the page Pin
Vijayitsb20-May-08 19:12
Vijayitsb20-May-08 19:12 
AnswerRe: back button loading the page Pin
eyeseetee20-May-08 21:20
eyeseetee20-May-08 21:20 
QuestionHiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 16:42
FyreWyrm20-May-08 16:42 
Ok, so I've got a web service that I want to hide the auto-generated wsdl help page. According to the MSDN page here[^] the following code will redirect any browser-based request for the .asmx page:
<webServices>
    <wsdlHelpGenerator href="/blank.htm" />
</webServices>

However, when I put this in the System.Web element of the web.config and request the .asmx page, instead of getting blank.htm I get a HTTP 404 error saying the .asmx file has been moved or doesn't exist. Confused | :confused: That's not supposed to happen. Anybody know what's going on and how to fix it?
AnswerRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 16:48
keyboard warrior20-May-08 16:48 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 16:53
FyreWyrm20-May-08 16:53 
AnswerRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:01
keyboard warrior20-May-08 17:01 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 17:03
FyreWyrm20-May-08 17:03 
GeneralRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:16
keyboard warrior20-May-08 17:16 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 17:22
FyreWyrm20-May-08 17:22 
GeneralRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:58
keyboard warrior20-May-08 17:58 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm21-May-08 15:33
FyreWyrm21-May-08 15:33 
QuestionGridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 14:35
Jacob Dixon20-May-08 14:35 
AnswerRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 15:56
keyboard warrior20-May-08 15:56 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 16:57
Jacob Dixon20-May-08 16:57 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 17:07
Jacob Dixon20-May-08 17:07 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:19
keyboard warrior20-May-08 17:19 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:12
keyboard warrior20-May-08 17:12 
GeneralRe: GridView & SQLdatasourceproblems [modified] Pin
Jacob Dixon20-May-08 17:38
Jacob Dixon20-May-08 17:38 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:51
keyboard warrior20-May-08 17:51 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 18:04
Jacob Dixon20-May-08 18:04 

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.