Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » General Software Development   (RSS)
Worldwide Developer Conference News
If you're looking to pick up the latest happenings from the Worldwide Developer Conference, check out this: http://www.macrumorslive.com/ Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Force Your Web Site To Be IE8 Compatible
Microsoft recognizes that it will be difficult to have all sites use the latest HTML and CSS specs that are found in IE8. To accommodate the web sites that cannot be converted at this time, they've created a work around. There are two options: a) you Read More...
VS 2008 and .NET FX 3.5 SP1 Beta Available Now
Soma just posted that SP1 for VS 2008 and .NET 3.5 is available. The full blog post on his site is at http://snurl.com/28i1z . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Bad SQL Mistake For One Forum Goer
This isn't funny, but it is. It should be a daily WTF. Wally just sent me this forum post where someone deleted a little more than anticipated. It sounds like this guy can be in quite a lot of trouble... http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1263379&SiteID=1 Read More...
Copy Source As HTML in Visual Studio 2008
I needed Copy Source As HTML support in Visual Studio 2008. Luckily I came across this post today with a walk-through to set it up in VS 2008. I can't wait for Microsoft to get this into Visual Studio. Too bad there wasn't a Windows Live Writer add-on Read More...
How To: Properly Reference A JavaScript File
Wow. After 2 hours of pain and suffering, I ran into my own daily WTF. I had some script contained within a .js file in my web. Like many times before, I created a reference to the script in the header. However, the script would only work in the Internet Read More...
IE7 : This page contains both secure and nonsecure items
I just spent about 4 hours trying to solve this really annoying error which only exists in Internet Explorer 7 (IE7) over a Secure (SSL) page. I just stumbled upon the solution and it was just so damn obscure I felt I had better write it down or it will Read More...
MIX 08 Sessions
I couldn't make the MIX this year, but I can easily catch up on the content. You can too by visiting http://sessions.visitmix.com/ . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Internet Explorer 8 Beta 1 - Websites that are Broken
IE8 Beta 1 now forces CSS 2.1 along with other web standards (includes some early HTML 5 stuff too!). I'm creating a list of websites that seem to be broken by the browser. Feel free to leave a comment if you come across other sites. Here's what I found Read More...
GoDaddy Denies My Using ASP.NET 3.5 Extensions
I have a domain that I was going to use for a little while as I attempt to sell my home. I registered it with GoDaddy knowing they have .NET support. However, I should have read a little futher into the shared hosting specs. Apparently, GoDaddy only supports Read More...
Best Practice? - Google Redirects 404s
I just read a post a little while ago about the Google Toolbar (beta) redirecting web visitors away from your custom 404 and to a Google 404 page . Besides the issues mentioned on Seoker.com, I'd have a problem as a business owner. This would mean that Read More...
How To: Validate HTML Email Content For Outlook 2007
Quite often, we send out automated emails from our .NET applications. Usually they are for our own internal users, but from time to time, they are for external users. Outlook 2007 and Word 2007 revamped the HTML Email rendering. They now use the Word Read More...