Here is a nice article on creating a test (bogus) SSL certificate for your local develoment machine.
ScottGu has a nice article on how to do something similar with IIS7, which is going to be the webserver on Vista machines.
Here is a nice article on creating a test (bogus) SSL certificate for your local develoment machine.
ScottGu has a nice article on how to do something similar with IIS7, which is going to be the webserver on Vista machines.
Here is an interesting article on codeproject about creating “drill through” reports.
Here are some pages that I have been reading on the subject.
http://www.codeproject.com/dotnet/mscompression.asp
http://bistrica.usask.ca/madmuc/Grads/Adnan/cmpt898/Project.pdf
There internet is filled with places to do reverse phone lookups (who called me 5 minutes ago).
But, most of them now ask you to pay for the name of the person or business.
I happened to find one that didn’t:
http://www.whitepages.com/10001/reverse_phone
I found this list of the top secondary market ticket resellers:
http://www.ticketnews.com/view/TopSecondarySellers
Thu, 04/26/2007 – 11:12am — TicketScoop
1. StubHub!
2. TicketsNow
3. TicketLiquidator
4. Coast to Coast Tickets
5. TickCo Premium Seating
6. RazorGator
7. GoTickets.com
8. Ticket Solutions
9. Online Seats
10. ABC Tickets
11. Tickets Plus
12. CheapPricedTickets
13. Ticket Specialists
14. Ticket City
15. BuySellTix.com
16. SeatData.com
17. Barry’s Tickets
18. Vivid Seats
19. Team One Tickets & Sports Tours
20. Ticket Triangle
Source: TicketNews.com
Here an article I was reading about some of the new (and from the looks of it… very useful) features of WCF.
I have been getting a few errors when trying to use the asp.net ajax framework.
The one error message is:
Error: Sys.ArgumentTypeException: Object of type ‘Sys_Application’ cannot be converted to type ‘Sys._Application’/
Parameter name: instance
This is caused by having SmartNavigation turned on for the page.
The other error I was getting was this Sys.ArgumentOutOfRangeException. Value must be an integer. Parameter name: X. Actual value was NaN.

This error is caused by using a “yes” or “no” for “frameborder” for a frame.
Yes and No are valid entries but the framework is expecting a “1” or a “0”.
This service is down right now, but it looks like it might be very useful!
I have been fighting with this lately, but here is something I haven’t tried… rewriting the interface that is giving me problems.
Not sure if this will work, but I will give it a try.
More in the souce…
I think I saw this ABCUpload .Net tool being used by microsoft on one of their internal support sites for uploading large files.
I don’t think it actually gets around the httprequest length and executiontimeout problems, but it does provide you a window showing your progress, which is nice.