Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

satsumatable

@satsumatable
About
Posts
232
Topics
141
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Exception Handling
    S satsumatable

    static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { } Will this resolve ?

    C# csharp question wcf debugging workspace

  • Exception Handling
    S satsumatable

    Hi, 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

    C# csharp question wcf debugging workspace

  • ADO.Net Transaction
    S satsumatable

    Hi, 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

    C# csharp data-structures collaboration help question

  • 64 - Bit IIS
    S satsumatable

    Hi, 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 ..

    C# csharp asp-net sysadmin windows-admin question

  • Request Host Name
    S satsumatable

    Hi 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.

    C# csharp asp-net tutorial question

  • SQL Server Load Balancing with ASP.Net
    S satsumatable

    Hi 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

    C# csharp asp-net database sql-server sysadmin

  • Custom Session
    S satsumatable

    Hi 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

    C# csharp asp-net database sql-server sysadmin

  • Latency Meter
    S satsumatable

    Hi Is there any tool to show the ASP.Net application latency when we increase the load ? Thanks

    C# csharp asp-net question

  • Web Project Type not available
    S satsumatable

    Hi, 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 ?

    C# question csharp visual-studio json

  • Network Scanning
    S satsumatable

    Hi, Is there any .Net open source tool which basically detect all the devices which are connected over the connected network like Printer, Router etc ?

    C# csharp sysadmin question

  • Microsoft Payment Gateway
    S satsumatable

    Is there any Microsoft Payment gateway which can be integrated with my ASP.Net app like Paypal etc?

    C# csharp asp-net question

  • Parental Control
    S satsumatable

    Hi, 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.

    C# csharp c++

  • Chat Server/Client
    S satsumatable

    Hi 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 ...

    C# csharp sysadmin sales lounge

  • SQL SErver REplication
    S satsumatable

    Hi 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?

    ASP.NET csharp asp-net database sql-server sysadmin

  • RSync
    S satsumatable

    Hi Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)? Thanks ...

    C# csharp c++ question

  • Control Message Box
    S satsumatable

    Im 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 ....

    C# csharp question

  • Control Message Box
    S satsumatable

    Hi 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

    C# csharp question

  • Setting .Net version in IIS
    S satsumatable

    I made it C:\WINDOWS\Microsoft.NET\Framework\v4.0.20506>aspnet_regiis.exe -sn "W3SVC/1/ROOT/SQLAzureApp" SQLAzureApp - the virtual path Thanks

    ASP.NET csharp windows-admin question announcement

  • Setting .Net version in IIS
    S satsumatable

    Yeah 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

    ASP.NET csharp windows-admin question announcement

  • Setting .Net version in IIS
    S satsumatable

    Hi Is there any ways to set the .Net version in IIS through some scripts like Batch file etc? Thanks

    ASP.NET csharp windows-admin question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups