Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)

A word of warning related to Session variables

I see a lot on forums and newsgroups that Session variables are constantly recommended to pass state between ASP.NET pages. Yes, it is simple mechanism, reliable with out-of-process modes and really nice to customize with the providers. Session is very
Posted by joteke | 2 Comments
Filed under: , ,

I have Framework 3.5 installed, why does my IIS show only ASP.NET 1.1/2.0?

I've replied a lot to these questions lately. I'm not going to go to very deep with this, Scott Hanselman has excellent post covering this, see that: How to set an IIS Application or AppPool to use ASP.NET 3.5 rather than 2.0 http://www.hanselman.com/blog/HowToSetAnIISApplicationOrAppPoolToUseASPNET35RatherThan20.aspx
Posted by joteke | 0 Comments
Filed under: , ,

DDD Ireland

I promised to spread the word. :-) Phil and his peers have a developer event, DDD Ireland , in Ireland on 3rd of May. And here's the "official poster" :-) Developer Event? Ah go on, go on, go on. Check it out at www.DDDIreland.com Share
Posted by joteke | 0 Comments
Filed under: , , , ,

Unspecified Error with MSDN Library for VS2008 in IE7

My MSDN for VS2008 started suddenly to raise this error. and I had no idea why. This occurred on my home machine which is XP Pro with latest upgrades. I tried following steps: - I uninstalled and reinstalled entire MSDN Library for VS2008 - I tried to
Posted by joteke | 0 Comments
Filed under: , , ,

A few more solutions to the dreaded "Validation of ViewState MAC failed"

I posted about this some time ago. My previous post: Potential solution for "Validation of viewstate MAC failed" http://aspadvice.com/blogs/joteke/archive/2007/08/14/Potential-solution-for-_2200_Validation-of-viewstate-MAC-failed_2200_.aspx
Posted by joteke | 2 Comments
Filed under: ,

Microsoft Dreamspark: MS supports students all over the world by giving free developer tools

See: http://microsoft.blognewschannel.com/archives/2008/02/19/microsoft-giving-away-free-developer-software-to-students/ "Microsoft is announcing right now DreamSpark, a new program that gives free developer, designer and related software to college
Posted by joteke | 0 Comments
Filed under: , , , ,

Uninstalling previous version of VS2008

I suspect there could be some VS2008 beta uninstallation going on becoming days and weeks. :-) I found following instructions on http://www.microsoft.com/express/support/uninstall/default.aspx This article applies to pre-Release versions of Microsoft
Posted by joteke | 2 Comments
Filed under: ,

ASP.NET: clear user control output cache

As per the subject, here's a simple sample global.asax <%@ Application Language="C#" %> <script runat="server"> void Application_Start(object sender, EventArgs e) { HttpRuntime.Cache.Insert("myCacheKey", DateTime.Now);
Posted by joteke | 0 Comments
Filed under: ,

About default collection-related imports in ASP.NET 2.0

It's funny when you get reply to things you don't remember you've asked for. :-) I had given feedback somewhere Oct 2006 in Microsoft Connect about System.Collections.Generic not being imported by default in ASP.NET 2.0. E.g you had to manually
Posted by joteke | 0 Comments
Filed under: , ,

Microsoft releases .NET Framework Source Code

Microsoft is taking one more step to the open community / world. Scott Guthrie is announcing in his blog that Microsoft is going to release the source code of .NET Framework with 3.5 and VS2008 release. Many people know that you've already been able
Posted by joteke | 1 Comments
Filed under: , ,

ASP.NET MVP One More Year

My MVP award was renewed. Honest thanks to MS. "Dear Teemu Keiski, Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way of saying thank you for promoting the spirit of community and enhancing
Posted by joteke | 2 Comments
Filed under: , ,

What is: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level?

This error occurs quite often, because you have more than one web.config file in your application. You might have other web.config at the root or application level (they can be the same in case your site is directly the application) and other on the subfolder
Posted by joteke | 0 Comments
Filed under: ,

Nothing beats a good book

During the last few years, I've read many books. Of course, since I work on IT branch in a technical position, most of the books I've read deal more or less with technology or technology-oriented things like design, coding and things related to
Posted by joteke | 0 Comments
Filed under: ,

Interesting article: "Developing IIS7 modules and handlers with the .NET framework" by Mike Volodarsky

Link: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features
Posted by joteke | 0 Comments
Filed under: ,

ScottGu blogs about fixes for common VS2008/.NET 3.5 b2 issues

Scott has collected a list of issues which might occur when working with VS2008/.NET 3.5 beta 2. See the post. I am one of those people who have emailed Scott to say VS2008 beta 2 is the best VS beta so far. I've had mixed feelings with both VS2005
Posted by joteke | 0 Comments
Filed under: ,
More Posts Next page »