Search

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

Matching Posts

  • Re: Issue with IIS7 and .net framework 3.5 sp1

    I have moved any WPF processing out of the website and into a separate service and then call this using remoting (with IPC). This seems to work very well and also gives us scope to move the image processing to separate machine(s) at some point if needed so it's better from an architectural point of view. It doesn't appear to use as much memory as it did when running under IIS 7.0 (maybe there was a leak?) and also seems more reliable. I don't think it's possible to make IIS 7.0 itself
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by intesoft on 8/28/2008
  • Re: Issue with IIS7 and .net framework 3.5 sp1

    [quote user="David Teitlebaum MSFT"]This has sparked an internal discussion and we're going to see if it would be feasible for us to begin supporting / testing WPF running as a service. At the very least, we are going to try to fix the issue that regressed the scenarios you guys are hitting. I will keep you posted as this develops.[/quote] David, that would be awesome! Thanks for the help with this. We are using the Windows Imaging Components via the .NET interface to store images in
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by intesoft on 8/13/2008
  • Re: Issue with IIS7 and .net framework 3.5 sp1

    I don't have an answer but have just upgraded to .NET 3.5 SP1 and am now seeing the same thing.
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by intesoft on 8/11/2008
  • Re: Rewrite url without extension

    An alternative way is to write a custom 404 error page and tie things into that, it is a bit of a kludge though.
    Posted to HttpHandlers and HttpModules (Forum) by intesoft on 2/9/2005
  • Re: Page size, oversize?

    >> How do I go about getting page size stats to better gauge whether or not my coding techniques are improving or hindering performance via page size? You can look at the ASP.NET Trace output but a tool such as HttpWatch is invaluable to see how your browser is interacting with the site and what is being sent and received. There are no hard and fast limits on page sizes as it really depends on what your users want and what your app delivers but generally 'less is more' and any optimisation
    Posted to Web Forms (Forum) by intesoft on 2/9/2005
  • Re: Deployement Web.Config different settings

    Hi Frank I have a configuration component that allows you to have some logic defined to apply settings based on the server environment or on each request if needed. This would allow you to have a single config file that is copied between machines with each one picking up the appropriate settings based on the server name or web address being used. It's still to be packaged up for release but if you would like a preview copy to try I can send it to you. Regards
    Posted to Configuration and Deployment (Forum) by intesoft on 2/8/2005
  • Re: Rewrite url without extension

    Yes, but you need to add a wildcard script mapping (to .NET) in IIS. Once you do that you can use a redirect component / module or do the matching & rewriting in your code. There are some demonstrations of this sort of redirect here: http://www.intesoft.net/aspRedirector/demonstration.aspx
    Posted to HttpHandlers and HttpModules (Forum) by intesoft on 2/8/2005
  • Re: problem in removing HTTP modules

    If you do not have the assemblies in the GAC then you need to copy them into the \bin folder for the clear or remove to work (crazy I know!)
    Posted to HttpHandlers and HttpModules (Forum) by intesoft on 2/8/2005
  • Re: HttpModule Life span

    no, a module exists after a request and is used in the processing of subsequent requests.
    Posted to HttpHandlers and HttpModules (Forum) by intesoft on 1/27/2005
  • Re: Best O/R mappers your vote.

    No, I've not looked at the Versant one but may have a peek if I get time. For now I'm very satisfied with NHibernate.
    Posted to Architecture (Forum) by intesoft on 1/25/2005
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities