Vikas Kamat is a programmer- entrepreneur
living
in Atlanta. This blog is a complex mix of Indian
culture, life in southern USA, computer sciences, and sports. Opinions are his
own. About - Bio - Contact
Send notice to all the Kamats who had requested firstname@kamat.com
email accounts. They will be gone!!!
Server Migration Pains -- the Detailed Version
The "Disallowed Path Characters" Error. This is happening because IIS6.0 disallows some features that IIS5.0 supported.
Solution: I changed relative paths to virtual paths.
Example:
If you have
include file=../library.asp
change to
include virtual=/library/library.asp
Same problem occurs if you have something like
Server.mappath("./../")
you have to find an alternate way to compute the file path.
MSDN
Knowledgebase Entry on this Problem. If this was such a security risk, why
provide a way to workaround so the security hole still prevails?! I don't get Microsoft decision makers. (shakes head in disgust).
Our system implements what we call "proximity computation" by which a content item looks at its physical location to make sense of its relevance; it looks at its parent folder and sibling folders, which is exactly not allowed by this security enhancement. Now I have to disable it...
I had to move some 14,000 files. Never want to do it again. In the middle of
it, my Windows crashed, and since I didn't know how many filed had been
transferred, I had to try them again. Microsoft, when are we going to get the Linux's tarUnix's
tar command in Windows that I can pipe to? Just ridiculing Linux is
not enough guys, you've got to solve my problems.
Powered NOT by Blogger or MovabaleType or
WordPress, but by SimplyBlog, a software I wrote to
create blogs.
See details
of implementation or download SimplyBlog.
This is how I surf the web. Turns out
creating your own start page beats all portals, back-flipping,
personalized corporate pages, and book-marking tools.