It is official. Today is the launch day for Whidbey aka .NET 2.0. To coincide with the 2.0 launch, I thought that I would put up a very small 2.0 based web...
Get them while they're hot! https://www.microsoftelearning.com/visualstudio2005/ - will -- Programming today is a race between software engineers striving to...
Does anyone have any experience with URL rewriting using VB.NET<http://VB.NET>or links to references online? All of the tutorials that I have found are either...
Will, Is this with 2.0? If so, you can do it in your config file. If you are working with 1.x, you will need to write an HttpModule. I have some code in a book...
Either one would work fine. It sounds like 2.0 would be easiest if all I have to do is change the config file. Will the config file edit make the url ...
Will, This was just posted on Saturday. A url mapping HttpModule that allows for wild-cards and regular expressions. This version requires v2.0 of the...
Will, The built in url mapping in 2.0 allows you to map from one asp.net page to another. example: http://www.mysite.com/book.aspx?isbn=0201760398 can be...
Hi Will, Related to hacking URLs is this interesting article for 1.x http://support.microsoft.com/?kbid=887459 You past code in the global.asx file which looks...
"Ten Essential Tools Visual Studio Add-Ins Every Developer Should Download Now" http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/defaul t.aspx...
Andrew, Sorry for not getting back sooner. I have been trying to find time to implement the code from that site and get it to work. I'm getting an error in the...
Han anyone used this or had much success with it? I added a couple of pages to it an hour ago and don't see any info in the reports. I know from my logs that...
I started using it about 2 days ago. It took about a day or so before I could view any stats. Once your site gets verified it has to get crawled. After that...
I have successfully implemented 2 new applications that utilize URL rewriting on my domain. One is php-based and the other is C#. The C# content manager works...
I'm planning on it. -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying...
I have finally succeeded in the arena of URL rewriting. The 2.0 URLMapping tutorial that Andrew pointed me to was a good starting point, but really didn't...
I haven't heard anything from Ineta, but it looks like we are now a member. This should lead to some goodies for meetings and other possible benefits. ...
I'm always interested (especially if at Fiamma). ... -- Programming today is a race between software engineers striving to build bigger and better idiot-proof...
Well, it's 9:30 and all I have done so far today is read blogs. Learned lots. Now it's time to get to work. B _____ From: BellinghamDotNet@yahoogroups.com ...
What is the secret to publishing a website with VS 2005? With 2003 all I had to do was build the solution, move the .aspx pages and the assembly files to the...