v1.11 source virtual server

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 年 前
When I open v1.11 source (solution) web site folder does not load due to IIS 6.0 binding....
Is there way to modify this so web site runs from VS development (virtual) server as on v1.10 ?
I like new source folder structure :)

Thanks
Daniel
15 年 前
If you have this screen when opening the project in Vs2008 on vista:
http://aa.archifact.nl/fotos/157_6.JPG


And you are runing on vista, you have to install IIS7:
Configuration -> programs and features -> turn windows features on and off -> Internet Information Server.

Additionally you need to enable the options below: (also if you already have installed IIS7)

Expand web management tools enable IIS6 Management compatibility
Expand Worldwideweb services and security and enable basic verification

Also run VS as administrator, you can set this permanently if you right click the vs2008 shortcut and go to compatibility, and enable 'Run this program as administrator'

that should do it...
15 年 前
and that did it :)
thx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.