Forum Moderators: open
It assumes that googlebot does not accept cookies and that it should give out a weird url with a session id.
(X(1)A(some_random_92_char_code))
or
(A(some_random_92_char_code))
.NET is cloaking for you. It gives different code to firefox than it does IE.
The whole point of .net is that you can put up a site real fast and not have to worry about the details.
I read that line yesterday and have been pondering it ever since. (just sitting here shaking my head...)
I agree with ogletree's sentiment to a large extent.
Microsoft technologies are always about "getting things going" without requiring much knowledge and ASP.Net is no different. it's easy for someone with virtually no knowledge about HTTP or programming to get going with a dynamic web site.
That's not to say that ASP.Net isn't a very powerful tool when used correctly. It is, but a lot of people don't have the skill to use it correctly.
[edited by: mrMister at 9:03 am (utc) on Oct. 2, 2007]