CSharpFeeds - All your C# feeds in one place.

Monday, November 01, 2004

Random ASP.NET AppDomain Restarts

by bruce via Bruce Johnson's SOA(P) Box on 11/1/2004 1:43:00 PM

Are you having a problem with apparently random application restarts in your ASP.NET application?  Does your session information mystically disappear with no discernable pattern?  Well, the following may help you out. One of the things that ASP.NET does to help make it easier for developers to modify running web sites is to keep an eye on files that are part of the virtual directory.  If you drop a new version of a DLL into the bin directory, it takes effect from the next request ...

[ read more ]

Moving Data Across Service Boundaries

by bruce via Bruce Johnson's SOA(P) Box on 11/1/2004 4:53:00 AM

Yet another question that has come across my inbox more than once in the past week.  Which is a good enough reason to become the topic of a blog.  The question:"Can a SqlDataReader by return by a web service method?"The short answer:  NoIf you attempt to do so, you will get an InvalidOperationException indicating that the SqlDataReader could not be serialized because it doesn't have a public constructor.  And while that is the technical result, the true reason is slightl ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us