c# - sending email from asp.net -


iam using asp.net , trying allow users send me email via website contact page , keep receiving following error server error in '/webcontactform' application.

configuration error

description: error occurred during processing of configuration file required service request. please review specific error details below , modify configuration file appropriately.

parser error message: error use section registered allowdefinition='machinetoapplication' beyond application level. error can caused virtual directory not being configured application in iis.

   source error:        line 44:             asp.net identify incoming user.      line 45:         -->     line 46:        <authentication mode="windows"/>     line 47:        <!--     line 48:             <customerrors> section enables configuration  


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -