开发者

404 returned from a file that exists in ASP.Net on IIS 5

I'm running into this problem and its driving me crazy.

Also, we are not allowed to update the version of IIS.

The content on the server (asmx files holding WCF webmethods called via SOAP) exists and I can freely browse in inetmgr to the virtual directory that contains this data. The files all exist all on the file system and the virtual directories all point to the correct spot and have the correct ACLS, but when I go to their URLs all I get is a 404 message.

I have reset IIS, I have rebooted the server, and I have done everything I can think of.

The IIS logs simple return "404 - -" as the entire line contents, with no other data开发者_如何学Go in the line.

The event logs show nothing, and ASPNET is not dying or anything like that.

With no event logs, and minimal logs in IIS , I have no idea what to do and was hoping that others had run into this before.


In IIS logs there should some codes along side the 404 error which will help find the issue.

Check IIS has the correct version of .Net installed using aspnet_regiis command line tool. Also check that ASMX extensions are mapped to the .Net ISAPI filter as they are with ASPX pages.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜