How do I switch my developer site from using Casini Web server to IIS?
Versions:
n/a,
FAQ number:
210,
Old FAQ number: 14221
By default a developer site (SDK installation) uses the built-in Casini Web server. To change it to use IIS (5.1 is used in this example) you need to do the following.
- Create a Virtual Directory
- Configure Wildcard mapping in IIS
- Set ASPNET permissions
Create a Virtual Directory
Open IIS and create a new virtual directory under the default Web site (the name "CMS5" will be used in this example)
When the wizard asks for the path to your content, browse to the project folder containing your site and click Next >.
![]()