iis 7 - HTTP error 404: The request resource is not found -
i have 3 systems running on iis7 static ip address 192.168.66.5. have configured system run on same ip address different ports , subdmain like;
192.168.66.5:81 hostname ams.tpf.go.tz
192.168.66.5:82 hostname gmis.tpf.go.tz
192.168.66.5:83 hostname records.tpf.go.tz
192.168.66.5:84 hostname cmis.tpf.go.tz
i configure these on iis7 , defined them in router.
when client opens ams.tpf.go.tz
without specifying port number, error 404 returned: requested resource not found.
this occurred me - make sure iis website started - mine had been stopped. error receiving in visual studio:
unable start debugging on web server. web server not find requested resource.
right click on website (i.e. default website) in iis manager , click manage web site --> start.
navigating applications in iis website showing error:
http error 404. requested resource not found.
Comments
Post a Comment