Nov 14, 2008
Want to get more details about Windows Azure ? There is a really helpful video done by Channel 9 that talks about this upcoming product and how it works. I think this gives great details about the architecture and also how you will use this and...
1 comments
Filed under: ASP.NET, IIS, .NET, Azure
Nov 11, 2008
So I have started to look at the new Windows Azure that we just announced, you can download the framework from here . You can also read more about it at Azure Services Platform Developer Center . As I started looking at this, the main sample I was...
1 comments
Filed under: ASP.NET, IIS, .NET, Azure
Oct 30, 2008
As for reported here , we now have an official IntelliSense documentation file that will allow you to get rich intellisense for jQuery from inside of Visual Studio. When you go to download jQuery, you will see a Documentation link. Or you can download...
1 comments
Filed under: ASP.NET, IIS, .NET, jQuery
Oct 29, 2008
How many times have you been troubleshooting a dump or application, you look at the callstack and you see something that just doesn’t quite look right. Chances are the problem is that you don’t have correct symbols. For example, if you see something...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET
Oct 10, 2008
Seema just had a great about using XPerf to troubleshoot CPU issues when using Silverlight. This can also be used in the same way to troubleshoot ASP.NET or IIS. What can XPerf tell you? Seema answers that question, it can find out: Is my...
1 comments
Filed under: ASP.NET, IIS, Silverlight, .NET, High CPU
Oct 03, 2008
There are 3 different ways you can store session in an ASP.NET application: InProc (default mode) State Server SQL Server InProc means we store the data in the same process (in memory) on the web server, in the worker process. This has some distinct...
1 comments
Filed under: ASP.NET, IIS, .NET
Sep 30, 2008
Not sure if everyone knows of the various options that there are for communicating with Microsoft so I wanted to let you know about some of them here. Bugs or problems You can log these on the various forums that we have, the forums are found here . ...
1 comments
Filed under: ASP.NET, IIS, Visual Studio, .NET, Microsoft
Sep 29, 2008
If you try to install a .NET update, MS07-040 for example, you may see an event log like: Event Type: Error Event Source: LoadPerf Event Category: None Event ID: 3009 · Installing the performance counter strings for .NETFramework failed. The Error code...
1 comments
Filed under: ASP.NET, IIS, .NET, MS07-040