Click here to get back home

.aspx - case sensitive or not?

 HomeNewsGroups | Search | About
 alt.internet.search-engines    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
.aspx - case sensitive or not? Big Bill 07-07-2008
Get Chitika Premium
Posted by Big Bill on July 7, 2008, 10:12 am
Please log in for more thread options
I have a site acting weird. It's on an Msoft server so (arguably) it
ought not to be case-sensitive, but it acts like it is.

BB

Posted by small mouse on July 7, 2008, 12:35 pm
Please log in for more thread options
Big Bill wrote:

> I have a site acting weird. It's on an Msoft server so (arguably) it
> ought not to be case-sensitive, but it acts like it is.
>
> BB

Hi Bill

I think .Net can be case sensitive, I'm pretty sure C# is, although
I've only coded in VB.Net which isn't.

Posted by Jim Carlock on July 7, 2008, 10:56 pm
Please log in for more thread options
Big Bill wrote:
> I have a site acting weird. It's on an Msoft server so (arguably) it
> ought not to be case-sensitive, but it acts like it is.

1) Look in eventvwr.exe to see if there is any weird server messages.
2) Why don't you run Apache instead of IIS .Net?
3) Here's what I know about case-sensitivity...

IIS 5 / VBS (aka vbscript) and PHP are NOT case sensitive.
C/C++ and javascript (and I believe java also) are case-sensisitive.

HTML is ONLY case sensitive when you want to stick to the HTML encoding
standards, but browsers tend to be very forgiving but validator.w3.org
tends to stick to standards. It provides a great way to validate your
HTML code. The CSS validator also helps out with CSS.

So IF you use javascript to look for an id="some_value", make sure
your some_value is cased right, and make sure your javascript code all
ends up in the proper case (e.g. getElementById, not getelementbyid).

The Firefox browsers provide some excellent javascript consoles which
help considerably in identifying problematic js code.

--
Jim Carlock
Free Javascript Country/State Dropdown Script
http://www.microcosmotalk.com/tech/scripts/



Posted by Big Bill on July 8, 2008, 2:58 am
Please log in for more thread options
wrote:

>Big Bill wrote:
>> I have a site acting weird. It's on an Msoft server so (arguably) it
>> ought not to be case-sensitive, but it acts like it is.
>
>1) Look in eventvwr.exe to see if there is any weird server messages.

I'm not running the server. Where's eventvwr.exe likely to be please?
That's event viewer I guess.

>2) Why don't you run Apache instead of IIS .Net?

Ain't up to me, I'd be loads happier.

>3) Here's what I know about case-sensitivity...
>
>IIS 5 / VBS (aka vbscript) and PHP are NOT case sensitive.
>C/C++ and javascript (and I believe java also) are case-sensisitive.
>

OK, so it ain't me getting something wrong, then, I'm seeing evidence
of case sensitivety where I didn't expect to see any. Okey, thanks.

BB

Posted by Jim Carlock on July 8, 2008, 2:54 pm
Please log in for more thread options


On Mon, 7 Jul 2008 22:56:46 -0400, "Jim Carlock" wrote:

>Big Bill wrote:
>> I have a site acting weird. It's on an Msoft server so (arguably) it
>> ought not to be case-sensitive, but it acts like it is.
>
>1) Look in eventvwr.exe to see if there is any weird server messages.

"Big Bill" wrote:
: I'm not running the server. Where's eventvwr.exe likely to be please?
: That's event viewer I guess.

Yep. That's the Windows Event Viewer. Just type in eventvwr.exe into the
Start, Run dialog. It also goes by the names of eventvwr.msc and eventvwr.

It's been awhile since I've done some vbscript (.asp) encoding, so I decided
to double-check my answer.

The script56.chm documentation indicates that jscript IS case-sensitive,
but I failed to locate anything documenting such for vbScript (asp).

However, the following code demonstrates that vbScript is NOT case-
sensitive.

'FILE: test.vbs
Option Explicit

Dim i

For i = 0 To 9
'
Next

Call MsgBox(CStr(i), vbOKOnly, CStr(I))

A messagebox pops up indicating that 10 as the title (the first
parameter) and 10 as the message (the second parameter).

--
Jim Carlock



Similar ThreadsPosted
Case sensitive search: Which search engines? November 13, 2006, 6:38 am
Upper case - lower case different for you? May 20, 2006, 4:38 pm
URGENT: Time Sensitive! March 12, 2005, 11:57 am
301 redirect from Yahoo Store (html pages) to new pages (aspx) - Same Domain. March 28, 2006, 10:32 am
Google vs. Upper/Lower Case December 29, 2004, 11:05 am
Case Study : http://www.PakRealEstate.com July 25, 2005, 3:13 am
Google imposes a basket-case to a friend November 18, 2005, 10:56 am
follow up to upper lower case differences. May 22, 2006, 5:19 pm
Google again loses in court - another real case October 16, 2006, 11:50 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap