Link to home
Start Free TrialLog in
Avatar of Wathan
Wathan

asked on

Error HTTP 404.3 - Not Found

Hi,
I installed the server of sprintometer ( http://sprintometer.com/node/70 ) and when i finished, i tryed to acces to a test page and i receive this page:

How to fix it?
Thanks for help
IIS-7.0-Erreur-d-taill-e---404.pdf
Avatar of Big Monty
Big Monty
Flag of United States of America image

what url are you trying to access?

is this for classic asp or asp .net? they're two different technologies so it's important to know which one you're using
also, make sure you have the asp .net framework installed (i'm starting to think this is just for asp.net)
This is because IIS will only serve out files that are defined MIME types - so you will need to add *.asmx manually.
Avatar of Wathan
Wathan

ASKER

The url i try to acces is: http://localhost/SWS/SWS.asmx 
And yes it's asp.net and i already installed the framework
1. Go to IIS Manager, on the left hand side menu, click on Application Pools.
2. In the main window, right click on “DefaultAppPool” or “Classic .NET AppPool” depending on which one you use for your website.
3. Select “Advanced Settings”, in the “General” section in the pop-up window, check “Enable 32-Bit Applications” to “True”,
Avatar of Wathan

ASKER

how to add *.asmx manually??
Avatar of Wathan

ASKER

Now i get an Error HTTP 401.3 - Unauthorized
make sure IUSR and NETWROK SERVICES have permissions on your site folder
Avatar of Wathan

ASKER

IUSR have it but how to know about NETWORK SERVICES?
its a user found in the local machines user list (same place as the IUSR account)

what AppPool are you running the site under> Do you have any certificates (SSL) related to the site?
Avatar of Wathan

ASKER

Good now i fixed the authorisation problem and MIME type problem and now i have this page:
localhost-SWS-SWS.pdf
in IIS, go to the ASP.NET tab and make sure a version for the framework is selected
Avatar of Wathan

ASKER

where is it IIS?
Avatar of Wathan

ASKER

The framework .NET is selected. It's: .NET Framework v2.0.50727
i wonder if the IUSR and NETWORK SERVICES accounts have to have access to where the DLL resides. Other than that, I'm not sure what else to do.

Is there anything noteworthy is the Event log on the server?
Avatar of Wathan

ASKER

I don't understand anything in that i just followed the installation tuto.
If you want, here is my SWS.asmx file, may be he is wrong:
Avatar of Wathan

ASKER

sorry here the file (i can't uploade a file .asmx):

<%@ WebService Class=SprintometerWS.SprintometerWSClass %>
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial