Search

You searched for the word(s): userid:370121

Matching Posts

  • Windows/IIS/.NET vulnerabilities and patches

    I hope this is the correct forum for asking this question. Can anyone point me in the direction of some legitimate documentation or report on vulnerabilities and patches for Windows/IIS/.NET vs. other platforms? Particularly comparing Linux/Apache/PHP and Windows/IIS/.NET. What I'm trying to find is the number of reported vulnerabilities for each platform, the severity and how long it took to get patches out. Any help is appreciated! Mark
    Posted to Free For All (Forum) by FifthLegion on 4/21/2006
  • PHP to .NET Migration Criteria

    I'm guessing this is the area where I can find people who have recently switched from PHP to .NET, or are at least in the process of migrating. I have some questions for you: What criteria was used in deciding to migrate to .NET? Can you cite any reference material used to make your decision? What was the deciding factor (or factors) used in the decision making process? We currently have 3 platforms for development - ColdFusion-40%, PHP-40%, .NET-20%. Obviously, we need to consolidate on one platform
  • Re: IIS hangs when running a web project

    Here is another thread talking about how vs2005 is unusable due to its slowness http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=301634&SiteID=1&PageID=0 Is this a trend or just "bumps in the road"? Anybody at MS care to elaborate on the slowness problems with vs2005? The link above was forwarded to me by one of our *nix "drum beaters". We've recently began the debate on whether to go to PHP, .NET or stay with our current environment, ColdFusion. Any information/updates I can find on
    Posted to Visual Studio 2005 (Forum) by FifthLegion on 3/30/2006
  • Re: How do you do Query of Queries (QoQ) with ASP.NET/ADO.NET?

    Clint, You first need to get all your data into a DataSet and then you can define the relationships/filter/etc. within the DataSet and then issue a new query against the DataSet. There's too much detail to go into here, so find a good ADO.NET book or tutorial and go from there. Mark
  • Can't print response returned from web service

    I have a WSDL provided to me by our client that I ran through wsdl.exe and generated my proxy classes. below is the method in question from the proxy class: //SendDECNamesResponse proxy method in DECResponse namespace [System.Web.Services.Protocols.SoapDocumentMethodAttribute( "service=SendDECNamesResponse" , Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)] [ return : System.Xml.Serialization.XmlElementAttribute( "RESPONSE
    Posted to XML Web Services (Forum) by FifthLegion on 10/18/2005
  • Re: Looking for world map component

    speaking of mappoint, do you know of any real-world applications I can look at to see the functionality? I'm interested in it's capabilities, but haven't had the time to dig too deep. Mark
    Posted to Component Discussions (Forum) by FifthLegion on 4/14/2005
  • Re: Can anyone recommend me a Rich Text Editor

    Cute Soft has a really good editor - http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx Mark
    Posted to Component Discussions (Forum) by FifthLegion on 4/14/2005
  • Re: best way to create pdf files

    I've used ActivePDF in the past. They have a COM Wrapper for use in .NET - http://www.activepdf.com Mark
    Posted to Component Discussions (Forum) by FifthLegion on 4/14/2005
  • Re: FileSystemWatcher

    dotnet247 is a great resource and it definitely opened my eyes to all the gotchas you mentioned. I still feel that it's the best way to go for now, but I will take my time and do a ton of testing. Thanks for the reply and help! Mark
    Posted to Architecture (Forum) by FifthLegion on 3/3/2005
  • FileSystemWatcher

    I want to implement a filesystemwatcher for files coming in to ftp site from clients. All it should do now is monitor a set of directories, fire appropriate events for files coming in to specific directories and notify production people that something has been done, or something went wrong. Very simple... This should run 24x7, so should I create a windows service or should it be implemented some other way? I know a service would work, but I'm wondering if there is a better, cleaner way. Thanks, Mark
    Posted to Architecture (Forum) by FifthLegion on 3/1/2005
Page 1 of 3 (25 items) 1 2 3 Next >