-
Posted to
IIS 7 - Troubleshooting
by
AdamL123
on
04-23-2009, 12:45 PM
The issue here had to do with the fact that the client had multiple websites and a wild card mapping to one of them was sending requests from our website to the other one which didnt have a Login Page. As test we placed a Login Page on that site that said incorrect redirect sure enough the client go this message.
-
Posted to
IIS 7 - Troubleshooting
by
AdamL123
on
04-16-2009, 4:23 PM
The files being accessed are on the server but it seems that for that moment they dont exist. The user can access the page and use it but every so often something is occuring that IIS doesnt see them. We also had the turn off all jobs on the server but no luck.
Is there any advanced logging we can turn on to catch the issue? ...
-
Posted to
IIS 7 - Troubleshooting
by
AdamL123
on
04-16-2009, 1:08 PM
ma_khan thanks for the reply, however when I checked the logs for that time frame the status codes for all of the 404's where 0.
Any other ideas?
-
Posted to
IIS 7 - Troubleshooting
by
AdamL123
on
04-16-2009, 12:05 PM
Hello,
We currently are experiencing an occasional "http 404" error with one of our clients who is running our ASP .NET application on a Windows Server 2008 box. For the most part the site works fine and the users are able to login and work for most of the day without error. Once the user recieves the message he is unable to ...
-
Posted to
Web Farms
by
AdamL123
on
08-15-2008, 11:09 AM
SOLUTION: If your looking for an affordable hardware load balancing solution and your not satisfied with NLB (RR). I would suggest you look at the Kemp http://www.kemptechnologies.com/ Load Master 1500 load balancer. Aside from having a cheesy WUI and yellow hardware rack the technology seems to allow you to balance soley on windows ...
-
Posted to
Web Farms
by
AdamL123
on
07-29-2008, 3:16 PM
Hello,
Currently we are looking for an affordable load balancing solution to help run our ASP .NET 2.0 web application. In the past we have always used NLB which is find for round robin dns type balancing. But I was wondering if there was a hardware or software solution to take into account things such as server cpu usage, memory, w3wp.exe or ...
-
Posted to
Performance
by
AdamL123
on
02-25-2008, 9:41 AM
Thanks for the input Steve but the the user atricle you mentioned above is one I have already read and tried. The value returned by Performance Monitor is not an accurate count of users. Given the data returned there would be no way to say "ok I currently have 35 users on this website".
The second article seems some what ...
-
Posted to
Performance
by
AdamL123
on
02-22-2008, 3:24 PM
If no one has an answer to the above, does anyone know of a way to programatically get this information in C#?
-
Posted to
Performance
by
AdamL123
on
02-21-2008, 4:34 PM
Hello,
I was wondering if there was an easy way to monitor the number of users currently accessing our ASP .NET Application. Either from the Performance Monitor or by some other means.
Currently when I add the web service object in Performance Monitor and view either the Current Users or Current Connections the values ...