Hi All, I was bit confused when i am studying some webservice tutorial. I need a clarification of the functionalities of Transportprotocol and messageprotocol. And why Webservice needs these to protocols? Can any one helps me in this regard..? Thanks Inadvance, Ravibabu
ravibabu_kanaparthi
Posts
-
Difference between Transport and Message Protocal -
Browser is redirecting automatically to some unknown page inHI all, I am using IE(Internet Explorer) as my default browser for asp.net application development. Today i faced a strange problem. When ever an exception occured in the page ...application is not redirecting to the default error page which will normally come. instead page is redirecting to "http://help.internet-optimizer.com/?js=1&e=ERR500&u=http%3A//localhost/buzz/WebForm1.aspx&cls=wsi25&rid=c01" I don't understand why this is happening. Can any one suggest me how can i over come this problem. Thanks in Advance, yeggu
-
'Tracing ' doubtHi All, I need to know details regarding Tracing concept in ASP.Net. In web.config the following line of code is thr.. What this is ment for..? And let me know efficiently i can use tracing for a project ..? Advanced Thanks, yeggu_k
-
Error logging for applicationHi all, In my project we had system to log the exceptions through creating a text file for each day and writing the exceptions occured during tht day. The exceptions will be cathed through exception handling applied for necessary events. There is system class called using 'System.Diagnostics' in .net. Through which we can enter details in to a cutom log and we can see the details . My point is it better to use the application orinted logging as we are doing or Is it better to use the 'System.Diagnostics.EventLog()' for logging the errors. Is any one worked on these concepts..? Please let me know the details. Adavanced Thanks, yeggu
-
Error loging for applicationHi all, In my project we had system to log the exceptions through creating a text file for each day and writing the exceptions occured during tht day. The exceptions will be cathed through exception handling applied for necessary events. There is system class called using 'System.Diagnostics' in .net. Through which we can enter details in to a cutom log and we can see the details . My point is it better to use the application orinted logging as we are doing or Is it better to use the 'System.Diagnostics.EventLog()' for logging the errors. Is any one worked on these concepts..? Please let me know the details. Thanks and Regards, yeggu
-
debugging option in web.configHi all, I had doubt on debugging option available with web.config In one of the articles i studied that "debugging option should be disabled in production environment for better performance". In fact i am not going to deploy my source code on the production server. How much is this statement is true. Let me know your valuable suggestions. Thanks and Regards, yeggu
-
information regarding stack traceHI all, I need some information regarding stack trace of the .net framework. As we know,when ever an exception occurs some details will be shown in the stack trace. In my project we have a system to lock the exact exception occured .. using like this Exception e; e.InnerMessage; I am using exception handling (try,catch,finally) in my development. These details will be stored in some error log folder as files per each day. My request is ... 1.)In which are the situations we will use stack trace related details in coding. 2.)Can i use the stack trace details for my project scenario more effectively than the existing system. If so pls give me details how can use that. Thanks in advance, Deepu
-
Pop screen opening problemThank u very much Leena. The problem was solved. Thanku, yeggu
-
Pop screen opening problemHi All, I have a button control. By clicking the button a pop-up page should come. I had written a javascript function to do that and that is working fine. But the problem is like this, if the popup is already opened thn again a new pop-up should not open even i am click the button. ie, new pop-ups page should come only when there is no pop-ups are already opened. I think this is a common scenario in web developing. Please let me know the solution. Thanks in Advance, ravi