Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionperformance tune a 2010 web app Pin
dcof2-Aug-12 4:25
dcof2-Aug-12 4:25 
AnswerRe: performance tune a 2010 web app Pin
jkirkerx3-Aug-12 10:52
professionaljkirkerx3-Aug-12 10:52 
GeneralCreating Composite Controls ASP.NET 4.0 Pin
RookieCoder_NG1-Aug-12 19:12
RookieCoder_NG1-Aug-12 19:12 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
David Mujica2-Aug-12 8:05
David Mujica2-Aug-12 8:05 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
RookieCoder_NG2-Aug-12 18:08
RookieCoder_NG2-Aug-12 18:08 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
Ahmed Abdulrahman4-Aug-12 4:44
Ahmed Abdulrahman4-Aug-12 4:44 
GeneralWebmethods in ASP.Net page are taking too long Pin
indian1431-Aug-12 10:13
indian1431-Aug-12 10:13 
GeneralRe: Webmethods in ASP.Net page are taking too long Pin
jkirkerx1-Aug-12 11:25
professionaljkirkerx1-Aug-12 11:25 
1. you have a aspx web page
2. with web services in it

I'm lost here on your description.

A web service page is usually a asmx page

A aspx page containing javascript can make a call to a asmx page, in json or xml.

I've seen old school asp pages used for web services, using xml

Typical Web Service Header using json for request and response
<WebService(Namespace:="http://www.ice5ommerce.com/")> _
<WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<System.Web.Script.Services.ScriptService()> _
Public Class ws_classic1
    Inherits System.Web.Services.WebService

    <WebMethod()> _
    Public Function load_RItem(ByVal product_ID As Integer) As String


Other than that, I know the error reflects a huge crash, and the service gave up and sent a response back to the requester. There is no timeout that you can set, it uses http to communicate.

But I don't where the crash is,

Your description sounds like a request to a web service, that made a request to a web service.
indian143 wrote:
http://domain.name

That's not a valid domian name

modified 1-Aug-12 22:34pm.

GeneralI am getting lot of doubts on this issue Pin
indian1431-Aug-12 13:01
indian1431-Aug-12 13:01 
GeneralRe: I am getting lot of doubts on this issue Pin
jkirkerx1-Aug-12 16:33
professionaljkirkerx1-Aug-12 16:33 
GeneralRe: I am getting lot of doubts on this issue Pin
indian1431-Aug-12 18:19
indian1431-Aug-12 18:19 
GeneralRe: Webmethods in ASP.Net page are taking too long Pin
indian1431-Aug-12 13:16
indian1431-Aug-12 13:16 
QuestionError while sending mail--The remote certificate is invalid according to the validation procedure Pin
arunkumaratp1-Aug-12 5:10
arunkumaratp1-Aug-12 5:10 
Questionusing root web.config for application folder Pin
Jassim Rahma31-Jul-12 3:11
Jassim Rahma31-Jul-12 3:11 
AnswerRe: using root web.config for application folder Pin
Rahul Rajat Singh2-Aug-12 17:52
professionalRahul Rajat Singh2-Aug-12 17:52 
Questionto get the selected column index in a datagrid in a web app Pin
Sh@Sh!K!r@n31-Jul-12 0:08
Sh@Sh!K!r@n31-Jul-12 0:08 
AnswerRe: to get the selected column index in a datagrid in a web app Pin
_Amy31-Jul-12 1:30
professional_Amy31-Jul-12 1:30 
AnswerRe: to get the selected column index in a datagrid in a web app Pin
vvashishta1-Aug-12 3:35
vvashishta1-Aug-12 3:35 
Questionasp.net session not always timing out within iFrame Pin
djmurphy30-Jul-12 7:38
djmurphy30-Jul-12 7:38 
AnswerRe: asp.net session not always timing out within iFrame Pin
Vijay Selvaraj27-Aug-12 0:22
Vijay Selvaraj27-Aug-12 0:22 
QuestionSql Query Inner Join Pin
Samii4929-Jul-12 23:10
Samii4929-Jul-12 23:10 
AnswerRe: Sql Query Inner Join Pin
Karthik Harve30-Jul-12 1:04
professionalKarthik Harve30-Jul-12 1:04 
AnswerRe: Sql Query Inner Join Pin
vvashishta1-Aug-12 3:37
vvashishta1-Aug-12 3:37 
GeneralRe: Sql Query Inner Join Pin
Samii492-Aug-12 18:55
Samii492-Aug-12 18:55 
QuestionClassic ASP Pin
rock_monu28-Jul-12 0:17
rock_monu28-Jul-12 0:17 

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.