Welcome to AspAdvice Sign in | Join | Help

May 2008 - Posts

Repairing SQL 2005 Business Intelligence Studio after uninstalling VS2005

I've lately crushed on SQL2005's business intelligence. See, it's nice to learn the greatest features of a product when new version is almost out there. :-) Well, as probably many others, I almost instantly uninstalled VS2005 after VS2008
Posted by joteke | 0 Comments
Filed under: , ,

VS2008 and .NET 3.5 Service Pack 1 Beta now available

See: http://blogs.msdn.com/somasegar/archive/2008/05/12/visual-studio-2008-and-net-fx-3-5-sp1-beta-available-now.aspx Edit: ScottGu has also a post about the SP: http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx
Posted by joteke | 0 Comments
Filed under: , ,

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: , ,