views:

660

answers:

1

See duplicate: Customizing the cassini webserver


I have a web service hosted using Cassini web server. It works fine if I reference it by localhost, but when I use my machine's name (even using the browser locally), I get:

Server Error in '/' Application.
HTTP Error 403 - Forbidden.
Version Information: Cassini Web Server 1.0.40305.0

How can I configure it to accept all requests?

+2  A: 

Cassini is specifically build to reject any outside connections. You could rebuild from sourcecode if you want it to accept outside connections.

Benjamin Wegman
This is exactly what I ended up doing, cheers.
Grzenio
Is there really no other way?
David
You might also try UltiDev Cassini (http://www.ultidev.com/products/Cassini/) This seems to be based on the original MS Cassini but with some added features. Haven't tried it though so your mileage may vary.
Benjamin Wegman