ASP.NET
Globally log exceptions from ASP.NET [ScriptService] services
I’m using the [System.Web.Script.Services.ScriptService] tag to use web services callable from client side javascript. What I need is a way of globally logging any unhandled exceptions in those methods. On the client side, I get the error callback and can proceed from there, but I need a server-side catch to log the exception.
Dynamically create HTML table in C#
Is there more efficient way to build HTML table than the one I’m trying on right now?
How good is JMeter for testing ASP .NET webpages?
I have been told that JMeter has some issues with ASP.NET pages, is that true?
What is the best/recommended CAPTCHA component for ASP.NET
Does anyone have any recommendations for CAPTCHA components for use in ASP.NET projects? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & … Read more
How should I log exceptions in ASP.NET?
How should I log exceptions? I never tried logging in .NET before. Nor try to dump exceptions to a txt (or binary) file. I dont require a text file, just a way to view the logs with the file and line #.
Wrap text within a asp:Button
I was using a LinkButton and it had like lot of text in it which made it quite long. This was fine as the LinkButton wrapped the text onto the next line when it ran out of room.
Access to the path ‘c:inetpubwwwrootmyappApp_Data’ is denied
I just installed IIS on Windows XP.
IIS 7 Error “A specified logon session does not exist. It may already have been terminated.” when using https
I am trying to create Client Certificates Authentication for my asp.net Website.
Sharing a cookie between two websites on the same domain
Here’s the situation: