cek.log

Geeky rants, raves, and random thoughts from Charlie Kindel...
Follow me on Friendfeed or Twitter.

December 2003 - Posts

.Text Forum on www.asp.net
If you need help, or have suggestions for .Text, head on over to http://asp.net/Forums/ShowForum.aspx?tabindex=1&ForumID=149 for the .Text forum.
Posted: Dec 12 2003, 04:39 AM by charlie | with 2 comment(s)
Filed under:
More: .Text host limitations, C# and ADO.NET

So after writing my little app to change the .Text hosts (see .Text host limitations, C# and ADO.NET) I remembered the windows HOSTS file... By adding two entries to HOSTS, I was able to get around the problem altogether. I just added

192.168.0.6     www.kindel.com
192.168.0.6     kindel.com

and everything works now. I was afraid this would break DFS, but that still works fine because it appears the DFS client goes to Active Directory first when attempting to parse a UNC name that may  contain a DFS root (e.g. \\kindel.com\shares).

More Posts