Mobiles :: A Lot Of Memory Is Used By System.Web.Mobile.MobileCapabilities
Jun 16, 2010
I have been analyzing an "out of memory" issue within our website. I have noticed hat "System.Web.Mobile.MobileCapabilities" has used nearly 70M worth of memory after the website had been running for 3 days. There are about 20K instances cached in theasp.net caching.I have found an article here: http://support.microsoft.com/kb/888419. It says that I can set the cache expiry time much lower so the cache will not get filled up.But it only seems to apply to .net 1.1. I have tried it locally on my dev mechine. We are using .net 3.5(2.0). and this is what I have put into the machine config:
<browserCaps>
<result cacheTime="1" type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
View 6 Replies
Similar Messages:
Jul 20, 2010
I am working in Windows Mobile 5.0 application using C#. I want to get the status of phone memory e.g. Total memory, memory in use, free memory.
View 1 Replies
Aug 8, 2010
I have an assignment to develop a mobile application for My company's customers (around 250000). its could be download from our website or we can also provide to our customers those are visiting our branches, on their demand.Requirments:
View 5 Replies
Jan 17, 2011
I'm looking into making some of an asp.net app available from smart phones and iPhone. I'm using Visual Web Dev 2008 and .net 3.5 sp1. Can we use the same forms and controls for the mobile screens?
View 2 Replies
Sep 14, 2010
Is the Microsoft Mobile Internet Toolkit (MMIT) used for developing web-based mobile apps, or just for mobile apps that get installed on the device? I'm new to mobile development, and plan to build an app that will be accessed via a mobile device. This app is NOT an app that gets installed on the device. Can someone point me in a good direction regarding what I should be installing? I'm using VS 2008, and the app will likely be an ASP MVC platform-based application. However, I'm not married to that platform, and I will use whatever makes the most sense.
View 4 Replies
Jan 18, 2010
We have our site which user accesses from desktop browser as www.domainname.org now I am working on mobile version of the same. I came to know that some mobile sites have URL as [URL] so i thought of making our site as accessible from both domainnames I am using WS 2008 & IIS 7.0.
View 3 Replies
Sep 30, 2010
I am Developing a mobile Application by using .Net the Application having forms which are having different options like textfields and radio buttons.date,...etc Now, After filling the data into those forms then, I want to Store that data into Mobile internal or external Memory Later when the GPRS connection is available then, I want to retrive that data and want to send it to a server by using http connection or something else
View 3 Replies
Mar 19, 2011
I am new to asp.net c sharp; right now I am working on one project, in that I need to send the [short message service] to mobiles, I don't how to send the message to mobile. Please someone help me, give some ideas or some links where I can find the sample code or sample projects
View 6 Replies
Jul 21, 2010
need to create a simple mobile application for my college project using asp.net.The problem is in MVS Create New Project Option.... the Smart Device Sub option, there are only 3 options Pocket PCSmartphoneWindows CEand my teacher has asked us to create applications (not WAP related) that must work on ANY multimedia phone not just MICROSOFT's high end phone (like the one i have Nokia 5130)
View 5 Replies
Sep 6, 2010
i am developing a mobile website ... and the target devices are windows mobile or black berry... following is my form code...
[Code]....
i have uploaded the site to the server .... when i try to access the site... it is showing the 404 error... but working in Windows Mobile simulator with out any error
View 1 Replies
Apr 10, 2010
This is the first time i am going to develop asp.net web application for mobiles. All these while i thought there are seperate project templates available in VS2008 and VS2010 as i used to see them in VS2003. Now it is missing. I have also seen assemplies(System.Web.Mobile) available in .net framework for mobile based web controls. I googled, i did not find any convincing results :(.
Do i need to use the same Asp.net WebSite template for both desktop browsers and mobile browsers just by considering the screen layout?. that is i should detect if the request is from desktop browsers use one type of layout and other for mobile browsers. If my understanding is right? how do i test those web pages for different mobile models?
View 4 Replies
Mar 1, 2011
Many websites shows about how to run mobile pages on emulators...Actually how to run it in actual (real) mobile phonewant to use my own mobile as the real mobile phone to run the mobile pages and if possible.Can i run it like web application. Run in localhost?
View 2 Replies
Jun 18, 2010
or developing mobile web application based on the targetting mobile devices we can develop that in asp.net using asp.net controls but still so much of application they are using mobile controls in there project. mobile controls are not that much flexible but still why there are using? Is there any specific reason to use mobile controls in the project?
View 2 Replies
Nov 9, 2010
how to receive the payment using mobile in asp.net
View 1 Replies
Jan 12, 2010
I tried to run the mobile web application on Emulator. But i'm getting the following error. Error message is "The Requested Url was not found". How to solve this error?
View 5 Replies
Dec 18, 2010
I m starting to learn create mobile application using asp.net and also a javascript.can give me some suggestion or any reference website for guide for begineers.
View 6 Replies
Jul 21, 2010
I am working on a web mobile application in which i want to call an exe which is installed in the mobile from web application running on that mobile by clicking a link. How can i do that?
View 3 Replies
Apr 27, 2010
I am trying to use viewport on Opera Mobile 9.5...I am getting an issue around scaling...it seems Opera Mobile 9.5 by default scale everything to 200%...I tried to disable this but it is not workingI tried
[Code]....
View 1 Replies
Jan 11, 2010
i m using asp menu controle in an mobile application.but its submenu is not working on mobile browser
View 1 Replies
Jan 19, 2011
I have my website created on asp.net and upgraded to 3.5.Now I need provide mobile site to some customer, I have no idea where to start. It seems the asp.net support on mobile web site is not quite clear. There are some introduce and guide, but they are not clear and some links are broken.I just want a most easy way to create a mobile version of my web site,
View 4 Replies
Jun 15, 2010
While debugging a handheld application within a PC Emulator I am getting an Error"Storage Memory is critically low.If you donot increase storage memory you mannot be able to start some program. use file explorer to delete some files..."How can increase the memory size of the emulatorI have added an external dll within the application at that time only this memory error occurs
View 10 Replies
May 19, 2010
How to set a background image in Mobile controls.
View 3 Replies
May 4, 2010
how can i set the width of the form on the mobile page.....i am using .NET mobile.
View 7 Replies
Mar 16, 2010
I wrote a simple asp.net page with few controls and a function in Javascript that make input validation.
The javascript function is called on button click event. I use Windows Mobile 6 Classic emulator, and the javascript doesn't work at all.
I saw few posts on this forum saying that IE mobile works just with jscript and doesn't work with javascript.
Is it correct ?
Is that mean I have to change my javascript code to jscript code ? I always thought they are the same.
Is there newer versions of ie mobile that works with javascript ?
View 11 Replies
Jan 30, 2010
how to upload n download file in mobile application
View 3 Replies