c# - Cannot create a local site on a IP (default.aspx not getting hit) -
i cannot default.aspx page show on iis. running windows server 2012 box. iis 8. site has default.aspx page in root directory. application. site bound specific ip address. when hit ip not default page. when target page 10.10.10.10/default.aspx
following error
http error 404.17 - not found requested content appears script , not served static file handler. causes: •the request matched wildcard mime map. request mapped static file handler. if there different pre-conditions, request map different handler. things can try: •if want serve content static file, add explicit mime map. detailed error information: module staticfilemodule notification executerequesthandler handler staticfile error code 0x80070032 requested url http://10.10.10.10/default.aspx physical path c:\inetpub\wwwroot\testsite\default.aspx logon method anonymous logon user anonymous more information:
i not sure configured wrong. have recommendations?
asp.net not enabled default on server 2012. need use add roles , features. on features tab of wizard, make sure correct version of .net selected installed , http activation selected.
Comments
Post a Comment