Menu

Post image 1
Post image 2
1 / 2
0

From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents

DEV Community: php·Marvin Tang·2 days ago
#6uqjHgO5
#dev#mysql#names#mssql#hosting#article
Reading 0:00
15s threshold

My baby-name site started life on ASP.NET with a MSSQL backend. It worked. The reason I rewrote the whole thing in PHP + MySQL had nothing to do with the code being bad — it was everything around the code. This is the migration writeup: why I left a stack that was technically fine, the MSSQL → MySQL gotchas that actually cost me time (the worst one was thematically perfect for a names site), and what the new stack let me build that the old one was quietly blocking. The real reason: hosting, not code ASP.NET is a perfectly good framework. The problem is its habitat. For a solo dev shipping small sites: Windows hosting is scarce and pricier. The cheap, plentiful end of the hosting market is overwhelmingly Linux/LAMP. Windows + IIS plans are fewer, cost more, and the budget ones I could find were the least stable. The servers were worse. More downtime, slower support, fewer knobs I was allowed to touch. Changes were awkward.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More