iis 7 - Problem adding a .asmx file to a custom subfolder within a DNN site in IIS7 -


I am trying to add some web service (.asmx) functionality to a DNN 5.6 website.

I've added it using some code (which I have placed in / apcid) and an .asmx file that I want to put in a new Router folder - /services/MyService.asmx < / P>

This functionality works locally under Cassini.

However, when I work on IIS 7, I get 404 for the .asmx file.

Here are some experiments: 'If I moved the file to /DesktopModules/MyService.asmx then everything works well - I can see the .asmx file and I can call without any service Can I call problems

  • If I turn on directory browsing inside IIS7, then I can browse services / and see the .asmx file - but when I try that .asmx file Clicking in I get 404.

  • If I add a GIF file to / services then I can see it without any problems

    Could this be the reason for any suggestion about M? I am thinking that this is a code of friendly name in DNN, which is any way to choose .asmx file?

    Yes, the friendly URL provider is not allowing in DNN 5.6. In 5.6.2, to give you a problem, you will give a setting to exclude the URL from the friendly URL provider.

  • Comments