Indigo CTP struggle, cry for help
I give up (for now). I’ve installed the latest CTP bits on a Windows 2003 VPC and followed the instructions to get the QuickStarts GettingStarted example working. Building using MSBuild works although I get a copy error on the post build events (permission whores). I figured copying by hand should do the trick. I’ve created a virtual directory and hooked the ASP.NET v2.0.50110.0 runtime, and checked that the .svc extension maps to the correct aspnet_isapi.dll. As soon as I browse the service.svc I get a 404 error page. Even a simple test.aspx prompts the 404 error page. As soon as I tell the quickstarts virtual directory to rely on my good old ASP.NET v1.1 aspnet_isapi.dll the test.aspx page… well loads failing with a configuration error. All this tells me is that the v2 runtime is spoiling my Indigo fun.
I’ll probably start hacking code tomorrow to host the Indigo services outside of IIS.
Luckily Sam Gentile (and sorry for you Sam :D) is experiencing similar problems which relieves my pain a bit. Can anyone help me out on this?
*Edit
I cried tears of joy seeing Indigo and IIS collaborate on serving my first service. Be sure to run through the following steps.
"%windir%\microsoft.net\framework\v2.0.50105\aspnet_regiis.exe" –i
"%ProgramFiles%\Microsoft Indigo Preview\xws_reg.exe" –i
cscript "%ProgramFiles%\Microsoft Indigo Preview\InstallIndigo.js"