Greetings,
I know that there were a lot of such issues and most of them were resolved, but I tried every this and that solution and no one worked for me.
So let me describe my situation.
I have a WCF Web Service (created in Visual Studio) and I want to run it on my machine so it can be accessible from the Internet (I need this for debugging).
I installed Utildev Cassini from the website. registered my web service in it and locally (from localhost) it runs OK.
But when I try to access the web service from another machine, I get an error 404 referring to GenericErrorPage.htm (which displays just fine, by the way).
So, this is not the issue of:
- available port/firewall (I can run, for example, Apache web server on that port with no problem)
- errors in web service itself (it runs and is accessible locally)
- user account through which the Cassina Service runs (I desperately assigned LOCAL SERVICE for it, but still no luck).
What am I missing in Utildev Cassina configuration? I've been headbutting the table for three hours now.