Configuration :: Web Application Is Locked Up And CPU Usage Reached To 100%.

Dec 28, 2010

We have a web application running which having around 100 users logged in, All clients are connected to server using websync. I was having requirement for keeping the session always live, so I am regenerating session when it is about to expire.

But after 3 or 4 days, I found cpu reached to 100% and application locked, then we need to restart the server to make it working.

View 3 Replies


Similar Messages:

Web Application Is Locked Up And CPU Usage Reached To 100%

Dec 28, 2010

We have a web application running which having around 100 users logged in, All clients are connected to server using websync. I was having requirement for keeping the session always live, so I am regenerating session when it is about to expire.

But after 3 or 4 days, I found cpu reached to 100% and application locked, then we need to restart the server to make it working.

View 3 Replies

Configuration :: Web Application Is Locked Up?

Dec 16, 2010

We have ASP.Net 2.0 application. It was running corretly and suddenly get loked up, when I kept opened a member edit page for 20 minutes or so. And after 20 minutes when I cliked on save. It is locked. Not it does not let me login. Niether it opens the login page sometimes.

This has happened twice.

In hosting server architecture we have two app servers and two db servers for fail over purposes.

View 1 Replies

Configuration :: Network BIOS Command Limit Has Been Reached?

May 26, 2010

my website just started throwing this error whenever I try to debug. The full error is ...Parser Error Message:An error occurred loading a configuration file: Failed to start monitoring changes to 'path to my server' because the network BIOS command limit has been reached. For more information on this error, refer to Microsoft knowledge base article 810886. Hosting on a UNC share is not supported for the Windows XP Platform.

Checked out the article, but doesn't seem to apply, as my pc hasn't changed recently... [URL] why it was working fine just a few minutes ago, and now it isn't? The code on the site is working fine, it's just when I'm trying to debug.

View 6 Replies

Mobiles :: Application Can Be Reached From HTTPS BlackBerry

Nov 26, 2010

Our web application can be reached from Blackberry, but when we try to open https, blackberry fails. bytheway, we followed the instructions on http://roopeshreddy.wordpress.com/2010/10/25/developing-web-applications-for-blackberry-mobiles-using-microsoft-asp-net

View 8 Replies

Social Networking :: Facebook API Error - Application Request Limit Reached

Jul 17, 2013

we need to extract the data from Facebook API for 50k companies per day. When we are running applitation, we are getting error likeĀ Application request limit reached. Is there any way around to increase the request limit. I am thining may be dynamcally changing the IP address, resume thread for some time, etc.

View 1 Replies

VS 2008 Files Locked Even When Application Is Not Running

Nov 19, 2010

Why is visual studio locking my files even when application is not running?The files are not under any source control or readonly either.Before this it didn't allow me to edit the aspx.vb while debugging, though I can do that in other projects.

View 9 Replies

Configuration :: IIS Memory Usage Is Extreme - Is That Normal

Jan 6, 2011

I have an ASP.NET 3.5 app that collects data from a handful of external pages, parses the relevant bits and displays them in a table. Total data retrieved is 3-4MB and the resulting page is about 1MB. I am using synchronous WebRequest GetResponse for the retrieval, but the same problem existed using an asynchronous BeginGetResponse/EndGetResponse process.

There is no database access, no session storage, but an in-memory list of about 100 objects/1MB of data, plus a good amount of AJAX (AjaxControlToolkit). This issue appears on the very first run of the app, even if I have restarted IIS.

The issue:

When I run the app on my dev computer, the maximum commit charge is about 1.5GB. The biggest user, measured by Task Manager's VM Size, is WebDev.WebServer.exe (600MB). The app runs perfectly.

When I run it on my rent-a-server (IIS 7.5, 1GB RAM), the maximum commit charge is over 3.8GB. The biggest user is w3wp.exe at 2.7GB. IIS grinds to a halt and spits out a timed-out error page.

Given my limited server budget and the hope of having multiple simultaneous users, I'm kind of in a panic.

View 3 Replies

Configuration :: Simulating A Multi Usage In Testing?

Sep 20, 2010

I would like to know if there is a possible way to test my website in a simulated environment mimicking an event of being used by around 100 users at the same time. i would just like to know how will my website performs in real situations.

View 1 Replies

Can Trap Memory Usage From Web Application When It Reaches A Certain Amount

Feb 3, 2011

I am hosting a solution with an outside company so getting them to troubleshoot or send me log files is not working.

Is there a way from code or Global.asax file that I can trap Memory usage from my web application when it reaches a certain amount? Then figure out what is using all the memory

View 2 Replies

Web Forms :: Get Load Information On Application Server In Terms Of Memory Or CPU Usage?

Feb 11, 2010

Is there a way to get load information on Application Server? How much memory or CPU is being used at a given point? I want to either 1. Limit users to use specific functionality of ASP.NET 3.5 application or 2. Deny users from accessing the application saying "Server is busy at the moment"

View 4 Replies

How To Protect The DLL / Applying Time Limit (trial Period ) To Entire Application Usage

Dec 21, 2010

1. I need to protect DLL

2. Applying time limit (trial period ) to entire application usage.

View 3 Replies

Configuration :: Application Configuration With Sticky Session On WebForm

Dec 8, 2010

We are going develop a web application using asp.net. This applicaton is going to server 50 users per day and 40 users concurrently. As the user count is less, we are planning to have two webservers clustered under a webfarm. We are planning to go for a Sticky Session. Netscaler is the load balancing and reverse proxy we are using at hardware level to route to the same webserver till the end of the client session.

1. Do I need to implement any handler at asp.net level to route the session or to provide browser cookie details of session to NetScaler? If so, what should be implemented in detail. Any sample code will also be helpful.

2. I need to maintain a big chunk of object information in session. Does a webserver can handle it?

3. At the hardware level how ReverseProxy works to navigate it to the same webserver? I want conceptual details of it from a web application end.

View 3 Replies

C# - Redirect If Maximum Connections / Sessions Reached?

Mar 5, 2010

is there a way to redirect a user when there are n people/sessions on a site. I have a requirement to redirect to a 'sorry we are busy, please try later' page if there are too many people currently engaging the site (this is to stop flooding a live business service that is behind the webpages). The ideal is that only new users (users not already logged in) are shown this page. I was going to just count concurrent logins but wondered if there was a better way to count current activity rather than login status being that most users might stay logged in for a while.

View 1 Replies

Configuration :: Deploy Application That Uses Application Services Membership Provider

Aug 25, 2010

Apologies if this seems obvious, but after a week searching I can't find a clear answer to my problem.

I have developed an application in Visual Web Developer 2010 Express that uses the asp.net application services membership provider. It works well in development on my machine (data in the ASPNETDB.MDF database).

I packaged my application and deployed the relevant files with FTP to my shared hosting provider.

I took a copy of the ASPNETDB.MDF and restored it to the SQL Server 2008 on my shared hosting. I can connect to this through the Database Explorer in Visual Web Developer, but it doesn't contain any schema or data.

I know once I have the database in production I will have to make sure the connection string in web.config is poiting to it, but I don't know how to get the DB to production in the first place.

View 2 Replies

SQL Server :: Timeout Expired And Max Pool Size Was Reached?

Aug 11, 2010

I get the below error when i access my ASP.NET 2.0 application when it trties to connect to SQL server.

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

How to solve this error?

Where is the max pool size set and how to change it?

View 6 Replies

Installation :: The Network BIOS Command Limit Has Been Reached?

Jun 14, 2010

I am running Visual Studio 2008 on a Vista-business 64-bit system Virtual Machine setup, which I access via Remote Desktop Connection from my home system.

When I try to publish a website on my virtual machine, I get the following message:

"Error 1 An error occurred loading a configuration file: Failed to start monitoring changes...the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base article 810886"

I have read the KB article and implemented the specified changes, but I still cannot publish my website. However, when I work directly on my local computer (i.e., not on the Virtual PC) I can publish the website without any problems. Also, on my Virtual PC system, I can publish simple websites without any problem--I just can't publish my more complicated website on the Virtual PC.

I have looked at another forum, [URL], but none of the posts there provided information that could solve the problem for me.

View 6 Replies

Web Forms :: Show Error When Upload Limit Has Been Reached?

Jul 6, 2010

I'm trying to do something simple but all the solutions I have read on the net do not work. I have restricted the file size limit to my uploads to 10MB in the web.config file. Now I want to show an error once a user attempts to submit a file larger than 10MB.All I get is a page cannot be displayed if the file size is too big. I have tried the following:

[code]...

View 7 Replies

DataSource Controls :: Change Value In Database Once Limit Reached?

Jul 8, 2010

I am in process of developing a registration website for a convention for work. When people register they can choose an activity to do on the convention, however some activites have a maxmium number of people. In my activity table in the database i have the following fields;

RecordID, Name, Limit, Booked, Status

So the record ID is automatic, the name is the name of the activity, limit is the maximum number that activity can hold (20), booked will have the value of the number registered for the activity and status is either open or closed. If closed the activity does not show up for the people to register.

I am not sure how to have an UPDATE query running when the person registers it UPDATES the activity database with the value in BOOKED + 1 and once BOOKED EQUALS LIMIT the status changes to Closed.

View 2 Replies

DataSource Controls :: Executing Tasks When A Time Is Reached?

Mar 31, 2010

say you have a table named 'Events' and in there is a list of items such as:

ID = 1
EventName = Staff Meeting
StartTime = 10/04/2010 10:30:00
EndTime = 10/04/2010 11:00:00
---
ID = 2
EventName = Customer Meeting
StartTime = 15/04/2010 13:00:00
EndTime = 15/04/2010 14:00:00

and so on (many more records). Now, whenever a record reaches its' end time, how can I execute SQL commands to delete that data (or mark as finished) and UPDATE another table?

This needs to be running constantly so I was thinking of building it into a Windows Service but can you suggest a better way of doing it?

View 4 Replies

Configuration :: Best Configuration Of Iis7 And Webconfig For Application

Feb 19, 2011

i have my own cloude server. with iis7(OS:window server 2008) . i want to deploy my webApplication on that can u tell me best configuration of iis7 and webconfig file for my application.

View 3 Replies

C# - What's The Right Approach To Storing Application Configuration Parameters In Application

Dec 28, 2010

We have lot of application parameters for each module in a C# .NET 4 ASP website. parameter examples: timeouts, formulae constants, thread limits per module, $ charges per usage etc. What is best out of following approaches we know: Use DB config table Use an xml. load that xml into local cache on start (and on xml change) simple constants.cs file with public const int XYZ = 123; type of key-value pairs. web.config (though i think its mostly for deployment type of config)

View 7 Replies

Web Config - Share Configuration Between Console Application And Web Application

Jul 26, 2010

I have a web.config file defined in my asp.net web application. I have many different settings configured there. I have another project, this time a console application. I'd like to read several configurations from my web.config file. How can this be done?

View 1 Replies

Configuration :: How To Deploy An Application Containing A Website And Console Application On IIS

Jul 20, 2010

I have an application which has a website and a project. The project contains an executable file which I'm trying to run as a process from the website's Global.asax file's application_start(). When I run this application from localhost, everything runs smoothly but when I deploy the application on IIS, application_start's code is executed and I can see the process name in the taskmanager but I cannot see the window which the console application normally starts in (when i run the application on localhost) and neither is the code executed.

Here's what I'm doing:

-- copied website and project in wwwroot
-- made a virtual directory of the website
-- when i run the website, I see the process in taskmanager but the code is not executed.

I am new to deployment and IIS, and would really appreciate I someone could tell me what i'm missing

View 2 Replies

Web Forms :: Check To See If A Page Was Reached Through The Browser Back Button?

Feb 24, 2011

I have an application that posts to a form on a different page, on a different site. Everything works fine unless the user presses the back button.The way it'ssetup now, if th euser forgets their pin, they click alink which takes them to a popup window. The enter their info and then they're sent a new pin. Fine.However, I'm trying to account for all possible scenarios. What if the user forgets their pin, is taken to this other page, and then decides they remembered their pina nd presses the back button. They'll need to reload in order to be able to try to post again, otherwise the session variables I'm using to log them in won't reset (I reset some in the page load event).Is there anyway to detect whether the page was arrived at via the browser back button so that I can reload it?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved