LAMP to WISA
May 18, 2008 6:18 PM
Subscribe
After working in a mostly LAMP (Linux, Apache, MySQL, PHP) environment the last few years, I need to make a quick switch to WISA (Windows, IIS, MS SQL, ASP).
I have very little experience with WISA. Give me some tips to make a smooth transition. What is different and what is the same?
posted by gringoese to technology (6 comments total)
7 users marked this as a favorite
What kind of work do you do? Administration? In WISA, IIS is integrated into Windows, and ASP in IIS. SQL Server runs as a standalone, but you get a front-end to manipulate database structures and data. Programming? ASP is a framework of higher level than PHP, and requires you to think in a different level of abstraction. You will program in either VB or C#, which are static languages. SQL Server has some weird syntax that needs getting used to, but nothing too hard. Hope this helps.
posted by semi at 7:04 PM on May 18