I am using ASP.NET 2.0, .NET 2.0 Framework, and IIS 7. I am seeing a large queue of \"requests\" appear under the \"worker process\" option. State recorded appear to be Authenticate Request and Execut
I\'m using the following code to allow users to download a file. Dim myFile As FileInfo = New FileInfo(strPath & strFile)
I have a collection of objects: IE开发者_如何学Pythonnumerable<Triangle> These objects support an interface IShape but i am getting an error trying to pass this into a function that is askin
I am trying to solve non deterministic hangouts in AST.NET 开发者_StackOverflow社区application. I have a sneaking suspicion that maxconnection limit is reached.
I have a created a resource dictionary as <ResourceDictionary x:Class=\"RPK.WindowsResources\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
I\'m working on this project that will have a lot of maintenance and updates. What I want to do is something like happens on those MMO Games: When the system is going for maintenance, the game display
We are mostly a .NET shop and want to cover everything with the Fitness acceptance testing framework. Recently we had to write a couple of scripts for unix and we used python. Now the suggestion has b
I am using outloook 2003 and visual studio 2008. i want to develop an application that will send the email to any domain. but my code fails when i\'m trying to send email to gmail, hotmail etc. actual
I have a somewhat large server process written in .net-3.5, that is,running in a VMWare vCenter Server that keeps crashing without any errors being reported.The process is created by a Windows Service
This question already has answers here: Closed 11 ye开发者_运维百科ars ago. Possible Duplicate: Properties vs. Fields: Need help grasping the uses of Properties over Fields.