c# - host website using IIS 8.5 and windows 8.1 -
i using .net framework 4.5 , os windows 8.1, 64-bit. iis 8.5. trying host web application unsuccessful. have tried vs 2010 selecting utilize local iis web server when click create virtual directory, these messages came: configuring web http //localhost/foriis asp.net 4.0 failed. must manually configure site asp.net 4.0 in order site run correctly. asp.net 4.0 has not been registered on web server. need manually configure web server asp.net 4.0 in order site run correctly. next pop-up was: the virtual directory created successfully. when go iis can see application under default web site , when click browse, in browser error: http error 500.19 - internal server error the requested page cannot accessed because related configuration info page invalid.
error code: 0x80070021 config error: configuration section cannot used @ path. happens when section locked @ parent level. locking either default (overridemodedefault="deny"), or set explicitly location tag overridemode="deny" or legacy allowoverride="false". config file:\?\c:\users\ansar\documents\visualstudio2010\projects\foriis\foriis\web.configalso in iis when click add together application pool dropdown .net clr versions , items .net clr versions v4.0.30319, .net clr versions v2.0.50727, no managed code. when see other scheme having other os can see dropdown .net framework versions , dropdown items .net framework v4.0.30319 etc. think problem because of windows 8.1 or iis 8.5 whatever have googled many times not able host website. have run aspnet_regiis folder c:\windows\microsoft.net\framework\v4.0.30319. nil happened. have tried creating virtual directory website straight iis same error in browser.
c# asp.net .net windows iis
No comments:
Post a Comment