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
C

Clement Siby

@Clement Siby
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Captcha Image Not Showing
    C Clement Siby

    The image is auto generated.. its not a static image.

    ASP.NET csharp asp-net visual-studio windows-admin question

  • Captcha Image Not Showing
    C Clement Siby

    I have a ASP.NET Captcha control that i am using on my site. This control runs correctly when i run the project from VS. I am using VS2008. However when i run the project from IIS the Captcha image does not show. What causes this type of behaviour?

    ASP.NET csharp asp-net visual-studio windows-admin question

  • Why ASP.NET MVC?
    C Clement Siby

    I just noticed that the latest version of ASP.NET MVC has just been released. I have been developing in ASP.NET for over 6 years now, my question is why should i move to MVC, What are the advantages and how about the learning curve? For those who are using it.. is it worth the investment in learning and using it? What should i watch out for? Can anyone help..

    ASP.NET asp-net question csharp architecture help

  • Deployment error
    C Clement Siby

    public static class clsSystemUtilities
    {

    //This method writes errors to a file
    public static void WriteErrorToLog(string errorDesc)
    {
        string logFileName;
        StreamWriter strWriter;
    
        logFileName = ConfigurationManager.AppSettings\["ErrorLogFileName"\];
    
        if (File.Exists(logFileName))
        {
            strWriter = File.AppendText(logFileName);
        }
        else
        {
            strWriter = File.CreateText(logFileName);
        }
        strWriter.WriteLine();
        strWriter.Write(errorDesc);
    
    ASP.NET sysadmin help csharp asp-net tutorial

  • Deployment error
    C Clement Siby

    I am writing to error log file in one of the folders in the application

    ASP.NET sysadmin help csharp asp-net tutorial

  • Deployment error
    C Clement Siby

    I have an ASP.NET website i have just finished developing. Everything works fine on my local machine. However when i deploy it onto the production server i get the following error. Could not find a part of the path 'c:\windows\system32\inetsrv Any ideas what could be causing this problem and how to solve it?

    ASP.NET sysadmin help csharp asp-net tutorial

  • Shut Up I Hack You
    C Clement Siby

    Will someone pick me up from this cold floor... i need to turn off my firewall! I told you already it wasn't my error.. it is a compile error... duh

    The Lounge database csharp php sql-server com

  • Laptop recommendation
    C Clement Siby

    Do you have a link where i can have a look see What you can c i can c#

    The Lounge com hardware security tools performance
  • Login

  • Don't have an account? Register

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