Forum Moderators: phranque
Im new so forgive me if im posting in wrong area. I was wondering if could please tell me how to set up my windows xp so that i can use IIS to host my personal web site. I installed iis and all and put my asp files in the wwwroot folder but when i go to IE and type h**p://localhost/thefoldername/thefile.asp it gives me a 404.
any help would be appreciated.
thanks.
MJ
PS the ** are intentional.
Make sure the server extension are installed. Go to your IIS management console, select the "Default Website" and right click it, select All Tasks -> Convert to Web. If the convert to web option isnt there it wouldnt hurt to Check Server Extenions. If it asks if you want to set any directories (vti_bin) as executable say yes.
To set a directory as executable I think you go into your personal web manager, then the last button on the left hand side (Advanced or something), then select each folder in your web and goto Edit Properties. The application permissions you want to set are Scripts. Then select the vti_bin directory, and Edit Properties and set it's application permissions to Execute (include scripts).
If you want read/write permissions on any directories you will need to set that also in the IIS management console.