Deploying service from development server to iis7 server
Posted
by
MindWorX
on Stack Overflow
See other posts from Stack Overflow
or by MindWorX
Published on 2011-01-06T19:15:01Z
Indexed on
2011/01/08
4:54 UTC
Read the original article
Hit count: 330
I have a service which works perfectly on the local development server, but once moved to the remote iis7 server, it fails. I've been browsing the service in a browser manually. Here's the steps I've been taking:
- Open up Service.svc
- Open up Service.svc?wsdl
- Open up Service.svc?wsdl0
- Open up Service.svc?xsd=xsd0
Step 4. is where it fails. If i browse on the development server it works. If i browse on the iis7 server, I get a connection reset error. Any help appreciated.
© Stack Overflow or respective owner