Link to home
Start Free TrialLog in
Avatar of jackjohnson44
jackjohnson44

asked on

IIS on windows 7 - how do you configure for visual studio

Hi,
I have been working with visual studio's dev iis server to test some code.  I just added the iis feature on my win 7 machine.  Can someone please give me detailed instructions on how to create the website (do I do this from iis or from visual studio properties), which app pool to use, and how to give that permissions to my file system.  I tried a few different things and ran into issues. Instead of trying to fix my mistakes, I want to start over from scratch.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Emmanuel Adebayo
Emmanuel Adebayo
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jackjohnson44
jackjohnson44

ASKER

Thanks.  My issue is that when I go to visual studio, I don't get to pick the folder to deploy the code to.  I only have an option for a url which is defaulted to http://localhost/myprogram.web which myprogram.web is my project name.

I added an entry to myprogram in my hosts file and can get to an error page by going there.  I believe that is because there is no code.  I am not sure how to config vs.