User Profile

Collapse

Profile Sidebar

Collapse
karthi84
karthi84
Last Activity: Jun 7 '10, 01:03 PM
Joined: Dec 22 '06
Location: chennai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • karthi84
    replied to Production server Requirement
    Hi

    I have checked it and found that aspnet_wp.exe is using the maximum cpu. it reaches 100%. and the cpu time for this process is showing as 68:39:33 and counting. i am using asp.net 2.0. it uses a memory of 203,608(max) and 198,236(min) and it fluctuates between them. How can i solve this issue. any idea on my problem.

    Thanks & Regards
    Karthikeyan S...
    See more | Go to post

    Leave a comment:


  • karthi84
    started a topic Memory Leak Issue :(

    Memory Leak Issue :(

    Hi,
    I have an ASP.net application with c# which uses MS SQL server 2005. I find that the cpu usage of my server reaches 100% when ever i run the application. I was told that i may have memory leak in my application. How can i trace is there are any memory leaks in my application? Note: I am not the programmer of this application. But i have the complete source code as i am doing maintenance and enhancements on this application.
    See more | Go to post

  • karthi84
    replied to Production server Requirement
    Thanks for the reply.
    Its running on Intel(R) Xeon 3.0GHz
    with 1 GB Ram and running windows 2000 SP4
    with 7GB free space in the primary partition.
    @ this configuration when 10 people starts accessing the response time increases and my application throws time out message. This machine has a MSSQL 2000 database along with IIS running only 1 application.

    Thanks & Regards
    Karthikeyan S...
    See more | Go to post

    Leave a comment:


  • karthi84
    started a topic Production server Requirement

    Production server Requirement

    Hi,
    I am a software developer. Can you provide me the hardware requirement for a production server. My requirements are as follows

    1. ASP.Net 2.0 Web application
    2. Web Service
    3. SQL 2005 of greater database
    4. Expecting around 50000 hits a day

    Looking for a better performance. Pls. Assist me in selecting a better server for my client.

    Thanks & Regards
    Karthi
    See more | Go to post

  • karthi84
    replied to How to get client user name
    hi Dormilich,
    My application is an intranet application in which i need to get the client machines username to generate menus based on the access level he is having. Here i can get the access level to this user by cross mapping this user name with a roles table. so is there any way to get the user name.
    See more | Go to post

    Leave a comment:


  • karthi84
    replied to getting logged in user name
    Hi Liawcv,
    My requirement is different. I dont have a login page for my application. My application is an intranet application in which restrictions are to be made based on the username. i need to fetch the windows login user name of the client machine and cross map it to a roles table and display the menus based on his roles.
    So is there any possible way to get the client machines username.
    See more | Go to post

    Leave a comment:


  • karthi84
    started a topic getting logged in user name

    getting logged in user name

    Hi,
    I need to get the user name of the current logged in person (remote user), who is accessing the site. Is there any way to get the logged in username.

    Thanks & Regards
    Karthi
    See more | Go to post

  • karthi84
    started a topic How to get client user name

    How to get client user name

    Hi,
    I need to get the user name of the client machine from where the site is accessed. Is there any way to do this without using any ActiveX components.

    Thanks & Regards
    Karthi
    See more | Go to post

  • karthi84
    replied to Project using ASP.Net and C#
    can you be a little more clear on "it takes me to Form2"? wether it navigates to form2 or opens a popup. if it navigates then u need to store the data on some session variables and fill them when you are back. if you use pop up then u need to stop the parent reload from the client.
    See more | Go to post

    Leave a comment:


  • karthi84
    replied to Creating Web Application for Web Farm
    Hi ThatThatGuy,
    Thanks for the reply. now my question is if i want to use windows authentication to connect my sql 2005 database which is on a different server (not in the application server) what are the settings i have to make on both the servers. as my client is more specific on the application to be on a web farm and the database connections are to be made with windows auth.
    See more | Go to post

    Leave a comment:


  • karthi84
    replied to Creating Web Application for Web Farm
    Hi Frinavale,
    Thank you for the updated link
    See more | Go to post

    Leave a comment:


  • Hi Saga,
    Can you explain the question in detail. because what is the need for the javascript validation to update the datagrid.
    See more | Go to post

    Leave a comment:


  • karthi84
    replied to Creating Web Application for Web Farm
    Hi Frinny,
    Thanks for the reply. But the link you have given for the sessions article is no longer available. can you update me on this
    See more | Go to post

    Leave a comment:


  • Hi Demuy,
    Its simple, you know that the first column is going to be Product and the rest are Qnty. and Month in alternate. count the number of columns and replace the alternate columns header till the last qnty column.
    See more | Go to post

    Leave a comment:


  • hope this helps

    Try running the select query in DB server and i think the column names are named by the DB server.

    If you want the name for the column header to be changed try from the code behind specifying individual column names to your choise after binding the data. this should get you the column name QTY in what ever column you like
    See more | Go to post

    Leave a comment:


  • karthi84
    started a topic Creating Web Application for Web Farm

    Creating Web Application for Web Farm

    Hi,
    I was asked to create a web application which is going to be running on a web farm. Now my questions are
    1. I was asked to use windows authentication for connecting to SQL database, will this work when i am running my application in a web farm?
    2. What are the settings i should make to make my application work fine in a web farm environment?
    3. I have planned to use a SQL persistant state for sessions, is this...
    See more | Go to post

  • karthi84
    started a topic RSS blocked by firewall

    RSS blocked by firewall

    Hi,

    My firewall is blocking rss content from entering my machine when i access through my application but it works fine with the application if i bypass my firewall. please help me on how to solve this issue with my firewall.

    Thanks and regards
    karthi
    See more | Go to post

  • Hi Deep Blue,

    I hope this could be the cause. the system is not allowing the ASPNET user to alter the permission of its folders. any way i have achived my requirement using a third party installer.

    Buit still doing some research on how to solve this issue. If i found a solution for this i will soon post here.

    Thanks for the help.

    Thanks & Regards
    Karthi
    See more | Go to post

    Leave a comment:


  • karthi84
    started a topic Exception when using System.Management class
    in .NET

    Exception when using System.Management class

    Hi Experts,

    i have created a web application which has an option to edit the web config file from the web page. when i create an installer for this project using web setup project in VS2008 and install it, the codes are copied to the virtual directory under Inetpub. when i try to edit the web.config file it throws an exception access is denied to web.config file.
    but the same project works fine if i copy the file to some other...
    See more | Go to post

  • karthi84
    started a topic web setup project + security changes
    in .NET

    web setup project + security changes

    Hi Experts,

    I have developed a web application using asp.net with c# 2.0. I have created an installer with VS 2005 and its working fine. My code has an option to update the database connection settings from a web page. My problem here is when i use an installer the files are installed to a virtual directory under default root directory of the IIS where the virtual directory has no rights for the ASPNET account to edit the file. So...
    See more | Go to post
No activity results to display
Show More
Working...