c# - Web server configuration error -
i uploaded website on web server(www.somee.com) there error facing many other new web developers face. had done these things rid of error. there no error when test website on local host.
1) have right clicked on page named "webhome.aspx" , make start page. 2) after reading multiple solution had tried of them still problem still there. web conf. file have following script
<system.webserver> <modules runallmanagedmodulesforallrequests="true"/> <directorybrowse enabled="true" /> <defaultdocument> <files> <clear /> <add value="webhome.aspx" /> </files> </defaultdocument> </system.webserver> <authentication mode="forms"> <forms loginurl="webhome.aspx" defaulturl="webhome.aspx" > </forms> </authentication>
error: http error 403.14 - forbidden web server configured not list contents of directory.
please , in advance.
Comments
Post a Comment