static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { } Will this resolve ?
satsumatable
Posts
-
Exception Handling -
Exception HandlingHi, I have C# application with WCF service though I have proper Try.. Catch block in my application very rare when my application crashes or something that sort it didn't get into Catch Block and simply pop-up .Net debug window. What is the best way to configure my application to handle all the run time exception? Is there any configuration need to be set at Web/Application configuration etc ? Thanks
-
ADO.Net TransactionHi, I'm writing a generic DAL layer for my development team because we dont want to give access of connection to the developers. I'm stuck in terms of providing option to handle Transaction oriented queries. Could some one throw light? So, lets say I've 3 queries which have to be executed under one transaction. Since developer dont have access to Connection they can not create transactions. Shall I take array of queries and parameters from client and execute within the Transaction Block? Is it a right approach. Note:- I'm not using ORM hence I can not use Command Patterns also. Thanks
-
64 - Bit IISHi, I'm running my ASP.Net application in 32 - bit, 4 GB RAM server. As because I'm getting large number of hits to my application I'm planning to move to 64 - Bit , 8 GB RAM (running in Virtual Environment). - Will IIS utilize more RAM and handle large number of hits ? - What would be the maximum concurrent users that the server can cater? Thanks in advance ..
-
Request Host NameHi In ASP.Net how to get the end user host name when they make any request to my web site? So that i can filter them at HttpModule level by allowing people from one particular domain can only access my website.
-
SQL Server Load Balancing with ASP.NetHi I'm running couple of SQL Server instances in two different instances, Instance A is the master which replicates the data to Instance B. Im running Transaction Based replication, which working well. Now I want to route the WRITE (Insert, Update, Delete) calls from my ASP.Net application to Instance A and READ (Select) calls to Instance B? Is there any load balancing mechanism available to do this? Thanks
-
Custom SessionHi Is there any way to configure ASP.Net, C# application to store all the session values into custom storage. Session["UserName"] = "XXX"; this has to call my own adopter and send the values rather than In-Memory/SQL Server. Thanks
-
Latency MeterHi Is there any tool to show the ASP.Net application latency when we increase the load ? Thanks
-
Web Project Type not availableHi, I want to build REST based services and for that would like to use Web Project template in my Visual Studio. How can i add that any options need to be enabled ?
-
Network ScanningHi, Is there any .Net open source tool which basically detect all the devices which are connected over the connected network like Printer, Router etc ?
-
Microsoft Payment GatewayIs there any Microsoft Payment gateway which can be integrated with my ASP.Net app like Paypal etc?
-
Parental ControlHi, Is there any sample code (C#, VC++) for parental control provided by Windows (XP/VISTA/Windows 7) to extend them and write our own parental control in .Net with all features provided by Win 7.
-
Chat Server/ClientHi Is there any open source for chat server and client in C#. I'm looking something similar to customer support chat system. That is you could have seen in many of the web sites where you can go and chat with the support people from there by just giving you name. Thanks in advance ...
-
SQL SErver REplicationHi I've enabled my SQL SErver - 2005 for replication, that is i'm running 3 server out of which 1 is master rest all slaves. Now i want to tell my ASP.Net application always write in Master server and Read from rest of two servers? How to achieve it?
-
RSyncHi Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)? Thanks ...
-
Control Message BoxIm trying to access existing application from DOS. Exactly saying am trying to create virtual directory using the following commands cd C:\WINDOWS\system32 IISVDir.vbs IIsVDir /create "Default Web Site" App C:\Inetpub\wwwroot\App IIsVDir /create "Default Web Site" AppService C:\Inetpub\wwwroot\AppService IIsVDir /create "Default Web Site" ServiceRequest C:\Inetpub\wwwroot\ServiceRequest But for every line it asks confirmation so Im just trying to automate it with some predefined parameters. Thanks ....
-
Control Message BoxHi I've C# Windows which has some message box to prompt some info. I'm trying to invoke this from DOS (batch file) at that time i just want to skip all the prompt message boxes. Is there anyways to do it from DOS? Thanks
-
Setting .Net version in IISI made it C:\WINDOWS\Microsoft.NET\Framework\v4.0.20506>aspnet_regiis.exe -sn "W3SVC/1/ROOT/SQLAzureApp" SQLAzureApp - the virtual path Thanks
-
Setting .Net version in IISYeah i did try this out before i post it but it throws an error Coommand:- C:\WINDOWS\Microsoft.NET\Framework\v4.0.20506>aspnet_regiis.exe -s "E:\App path\Apps\Azure\SQL_Azure\SQLServerApp" Error Message:- Installation stopped because the specified path (E:\App path\Apps\Azure\SQL_Azure\SQLServerApp) is invalid. The path is exactly what i see in IIS local path. Thanks
-
Setting .Net version in IISHi Is there any ways to set the .Net version in IIS through some scripts like Batch file etc? Thanks