Why does my site attempts to run on Cassini even though it i

Posted by Community Admin on 03-Aug-2018 20:05

Why does my site attempts to run on Cassini even though it is set up in IIS?

All Replies

Posted by Community Admin on 29-Aug-2012 00:00

I created the new project in the  Sitefinity Project Manager (File System, \Inetpub\wwwroot) and then went through the drill of completing the installation in IIS Manager (create site, set up app pool, give permissions). My site is running on local IIS fine, however when I click Browse it starts local dev server (http://localhost/2333). How do I make it stop doing this?

-Stan

Posted by Community Admin on 02-Sep-2012 00:00

I suppose you need to do the following - check your Windows taskbar tray area and exit from any Sitefinity Project Manager instances that are running there. Then open the Projects.xml file that the manager creates with some text editor and make sure your project definition has a markup like this:

<Location Type="HTTP" Url="http://localhost/IISProject" LocalPath="C:\Inetpub\wwwroot\IISProject" />

This thread is closed