I have some functions in a web application that do a lot of calculations and as a result have high CPU usage which affects the rest of the application when other users are accessing it.
I want to build an web mobile app, and i want to get data from a url, the problem is that url returns a whole webpage..
I have a web application and a particular function that processes CSV files with a lot of calculations being done and is really CPU intensive, the issue with this is that it utilizes 100% of CPU and c
I am trying to use Ajax on sharepoint 2007. I am using a webapplication template for in visual studio 2008. Here i am building the .net solution and copying the aspx pages to my sharepoint webapplicat
I’m trying to use Selenium IDE to automate tests, so that I will not need to redo all the test cases for every update to the website functionality. However, I’m not sure if simple record-replay fash
Let say I have a web page, index, and have a button can login, when I click login, the webpage become the login page,.....
Is it possible to have a .net progress bar in a asp.net web application. I tried doing this: ProgressBar pb = new ProgressBar();
Last week three of us spent two days trying to build a simple web application using Happstack.One of our concerns is authentication, and it appears there was on开发者_高级运维ce a Happstack.Auth packa
Here are two potential workflows I would like to perform in a web application. Variation 1 user sends request
I need to use serial port in client side of web based application. which solution suggested for using serial port in web browser. can Firefox addon开发者_运维技巧 use serial port or call dll function?