0

I have a simple website, which I am hosting on IIS 7.5 along with Windows 7. The problem is it's saying services not found. I have a web service under the project.

The Path is as follows

The web config is as follows:

<system.web.extensions>
    <scripting>
      <webServices>
        <jsonSerialization maxJsonLength="2147483647"></jsonSerialization>
      </webServices>
    </scripting>
  </system.web.extensions>
</configuration>

How to resolve this problem?

halfer
  • 19,824
  • 17
  • 99
  • 186
Anirban Ghosh
  • 125
  • 2
  • 14
  • Possible duplicate : http://stackoverflow.com/questions/5416020/asmx-service-works-on-development-server-returns-404-when-deployed-to-iis-7-5 ; also : http://support.microsoft.com/en-us/kb/2520479 – JoeBilly Mar 15 '15 at 17:36

1 Answers1

0

Restarting the IIS solved the issue.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Anirban Ghosh
  • 125
  • 2
  • 14