I don't seem to be able to run PSW under IIS, I am using VS2005 Professional version on XP pro. Here is what I have done:
1. downloaded personal website template (.vsi file) from the above link
2. installed the template file
3. Then when I started VS2005, click "File->New->Web Site", the template of "Personal Web Site Starter Kit" was there, after I specified file location and clicked the template link, it created the project/solution. However, it doesn't automatically create web application inside IIS, and therefore when I started the project, it bypassed IIS and instead uses ASP.NET dev server which was localhost:1831 on my machine.
So my question is with PSW template, how can we use IIS instead of ASP.NET Dev Server? Or, maybe it really doesn't matter?
Please advise. Thanks