Click here to Skip to main content
15,891,136 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: what error ? no page suport the web site Pin
Nader Elshehabi12-May-12 0:48
Nader Elshehabi12-May-12 0:48 
GeneralRe: what error ? no page suport the web site Pin
Dave Kreskowiak12-May-12 4:35
mveDave Kreskowiak12-May-12 4:35 
Question.NET Managed module/Module File Extension. Pin
Alecoder11-May-12 1:55
Alecoder11-May-12 1:55 
AnswerRe: .NET Managed module/Module File Extension. Pin
Dave Kreskowiak11-May-12 7:40
mveDave Kreskowiak11-May-12 7:40 
GeneralRe: .NET Managed module/Module File Extension. Pin
Alecoder12-May-12 0:53
Alecoder12-May-12 0:53 
QuestionWeb Service is not seen after hosted in site Pin
Ganesh KP11-May-12 1:03
professionalGanesh KP11-May-12 1:03 
AnswerRe: Web Service is not seen after hosted in site Pin
Dave Kreskowiak11-May-12 1:43
mveDave Kreskowiak11-May-12 1:43 
AnswerRe: Web Service is not seen after hosted in site Pin
Sandeep Mewara11-May-12 8:54
mveSandeep Mewara11-May-12 8:54 
When the error is 500, that means it's an internal error, meaning internal to the service - the service threw an exception that was not caught.
Look in the Windows event logs on the service to see what went wrong.

Also, try:
- Go to menu Tools/Internet Options in your IE.
- Click on the Advanced tab, uncheck "Show friendly HTTP error messages" option and click Ok.
- Try accessing your web page again. Now you will see much more meaningful error message which will help you to troubleshoot the problem.

Other few possibilities:
There might be an issue in the way you have hosted your service. May be multiple config files?
Further, since you have not shared the type of webservice or what framework application it is, it can also be a cross domain policy issue after hosting on other server.

QuestionHow to write a formula to insert image or tick mark in place of data value in crystal report in C#/Asp.net Pin
sr1599-May-12 1:17
sr1599-May-12 1:17 
AnswerRe: How to write a formula to insert image or tick mark in place of data value in crystal report in C#/Asp.net Pin
Sandeep Mewara9-May-12 7:05
mveSandeep Mewara9-May-12 7:05 
QuestionSetup projects Pin
RugbyLeague9-May-12 1:10
RugbyLeague9-May-12 1:10 
AnswerRe: Setup projects Pin
Sandeep Mewara9-May-12 7:11
mveSandeep Mewara9-May-12 7:11 
GeneralRe: Setup projects Pin
RugbyLeague9-May-12 23:33
RugbyLeague9-May-12 23:33 
GeneralRe: Setup projects Pin
Sandeep Mewara9-May-12 23:55
mveSandeep Mewara9-May-12 23:55 
QuestionSplitContainer replacement Pin
Clark Kent1238-May-12 3:49
professionalClark Kent1238-May-12 3:49 
AnswerRe: SplitContainer replacement Pin
Pete O'Hanlon8-May-12 4:31
mvePete O'Hanlon8-May-12 4:31 
GeneralRe: SplitContainer replacement Pin
Clark Kent1238-May-12 4:32
professionalClark Kent1238-May-12 4:32 
GeneralRe: SplitContainer replacement Pin
Pete O'Hanlon8-May-12 4:37
mvePete O'Hanlon8-May-12 4:37 
Questiondisplay some subrows of datalist rows inside the datalist Pin
Member 82322225-May-12 16:05
Member 82322225-May-12 16:05 
AnswerRe: display some subrows of datalist rows inside the datalist Pin
Richard MacCutchan6-May-12 1:35
mveRichard MacCutchan6-May-12 1:35 
QuestionWhat does the using System; line do ? Pin
S@53K^S4-May-12 3:08
S@53K^S4-May-12 3:08 
AnswerRe: What does the using System; line do ? Pin
Tony Richards4-May-12 3:21
Tony Richards4-May-12 3:21 
GeneralRe: What does the using System; line do ? Pin
S@53K^S7-May-12 4:32
S@53K^S7-May-12 4:32 
GeneralRe: What does the using System; line do ? Pin
Richard MacCutchan7-May-12 21:43
mveRichard MacCutchan7-May-12 21:43 
GeneralRe: What does the using System; line do ? Pin
S@53K^S9-May-12 4:22
S@53K^S9-May-12 4:22 

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.