X
logo
Bringing your data sources together
9 March 2010

Locally Run Ouvvi without IIS

So if you just have a development machine (no access to a server) and want to run the Ouvvi Web Console without IIS you can use the Visual Studio Development Server instead.

Install Ouvvi as normal but skip the last configuration step at the end of the install.

Then you need to start the Development Web Server like this.

"C:\Program Files (x86)\Common Files\microsoft shared\DevServer\9.0\WebDev.WebServer.EXE" /port:4040 /path:"C:\Program Files (x86)\Simego\Ouvvi Website\Web"

Make sure you choose the right TCP port here I am using 4040.

Then you can finish the Ouvvi configuration however I had to re-start the server after provisioning the database as it didn’t pick up the web.config file changes but after that it was fine.

Remember Ouvvi only requires the web console for setup, configuration and status reporting the actual project/step processing occurs via the Ouvvi Service so you don’t need to run the Web console all the time.