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...
User Profile
Collapse
-
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. -
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...Leave a comment:
-
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 -
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.Leave a comment:
-
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.Leave a comment:
-
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 -
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 -
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.Leave a comment:
-
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.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.Leave a comment:
-
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 thisLeave 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.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 likeLeave a comment:
-
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... -
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 -
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
KarthiLeave a comment:
-
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... -
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...
No activity results to display
Show More
Leave a comment: