ttarney

Results 2 issues of ttarney

Returning Created("http://localhost/test", logRequest.MasterLoggingId); successfully returns a 201 with the correct body. However, return CreatedAtRoute("DefaultApi", new { id = logRequest.MasterLoggingId }, logRequest.MasterLoggingId ); causes an Internal server error. any combination of...

When hitting service it doesn't appear that the site actually gets started as does an initial hit to the api. Is there something that I might be missing in the...