Hmm. I too, may have figured it out. Forgive the quick jump to the posting, but I had spent some time trying to figure out how to get my project to open using IIS (on my XP dev machine) instead of using the built-in web server (cassini). Reason was that Cassini does not support asp and I'm building a mixed project which copies in a mess of asp pages and I want to add to it using Asp.Net. So now it works. What I did was:
- Closed the VS2005 project.
- Using IIS manager, created a virtual directory pointing to the folder containing all the asp and aspx pages.
- In VS2005, Click on File..Open Web Site (not Open Project as before)
- Select the tab Local IIS (not the File system, which would be the same as before)
- Find the virtual directory I had just created, select it and click Open
- Now when I run the project, IIS serves up both ASP and aspx pages. Ya.
![Big Smile [:D]](/emoticons/emotion-2.gif)
- Now I'm on to moving over previously written VB6 components and using registry-free COM.
This is so cool. I felt I would document this all here in case anyone else is as stuck as I was over something that is probably obvious.