I installed WP in a /wpdev subdirectory and used the subdirectory as my website URL. All is working fine. Now I want to leave WP in the subdirectory but change the site URL to the root. I followed the instructions in Giving WordPress Its Own Directory, editing index.php as instructed. I get server 500 errors. This is running on an IIS server, so there is no .htaccess file and I'm using default permalinks so no web.config either. I figured this had to do with the fact that I already had a non-WP web running at the root, using default.asp as the default page. So I changed the server to use index.php as the default page. Made no difference. Then I renamed default.asp. Still made no difference. I could sure use some help.