Ich vermute ein Problem mit dem Rückkanal (siehe unten) (Daten, die VCR.NET an den Viewer senden soll) oder mit dem Default Sender (siehe unten) - hast Du in dem Zustand einfach mal die Senderliste (K) aufgerufen? Steht was im EventLog? Kennst Du den Fiddler? Wenn Du in der Url den Rechnernamen und nicht localhost verwendest, solltest Du grob folgendes sehen - oder eine Fehlermeldung, dann wäre der Fehlertext interessant:
POST http://RECHNERNAME/VCR.NET/VCRServer.asmx
200 OK (text/xml)
POST http://RECHNERNAME/VCR.NET/VCRServer.asmx
200 OK (text/xml)
GET http://RECHNERNAME/VCR.NET/zapping/Nexus
200 OK (application/json)
DELETE http://RECHNERNAME/VCR.NET/zapping/Nexus
200 OK (application/json)
PUT http://RECHNERNAME/VCR.NET/zapping/Nexus?source=(2,2057,7715)
200 OK (application/json)
POST http://RECHNERNAME/VCR.NET/zapping/Nexus?target=localhost:2910
200 OK (application/json)
GET http://RECHNERNAME/VCR.NET/zapping/Nexus?tv=False&radio=True
200 OK (application/json)
GET http://RECHNERNAME/VCR.NET/zapping/Nexus?tv=True&radio=False
200 OK (application/json)
Jochen