Authentication
-
I have made a login page and configured the web.config file adding the appropriate authentication and authorization code. BUT I keep getting errors with this: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The 'authentication' start tag on line '46' doesn't match the end tag of 'forms' in file 'file:///c:/inetpub/wwwroot/GP/web.config'. Line 51, position 5. Source Error: Line 49: Line 50: Line 51: Line 52: Line 53: I don't understand as I got this from one source and checked it with another and it is the same. Whats wrong with this anyone??
-
I have made a login page and configured the web.config file adding the appropriate authentication and authorization code. BUT I keep getting errors with this: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The 'authentication' start tag on line '46' doesn't match the end tag of 'forms' in file 'file:///c:/inetpub/wwwroot/GP/web.config'. Line 51, position 5. Source Error: Line 49: Line 50: Line 51: Line 52: Line 53: I don't understand as I got this from one source and checked it with another and it is the same. Whats wrong with this anyone??
Hi! It seems you closed the form tag two times! Isn't it?
-
I have made a login page and configured the web.config file adding the appropriate authentication and authorization code. BUT I keep getting errors with this: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The 'authentication' start tag on line '46' doesn't match the end tag of 'forms' in file 'file:///c:/inetpub/wwwroot/GP/web.config'. Line 51, position 5. Source Error: Line 49: Line 50: Line 51: Line 52: Line 53: I don't understand as I got this from one source and checked it with another and it is the same. Whats wrong with this anyone??
Closing Tag Error. It should something like this ---------- user9 A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
I have made a login page and configured the web.config file adding the appropriate authentication and authorization code. BUT I keep getting errors with this: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The 'authentication' start tag on line '46' doesn't match the end tag of 'forms' in file 'file:///c:/inetpub/wwwroot/GP/web.config'. Line 51, position 5. Source Error: Line 49: Line 50: Line 51: Line 52: Line 53: I don't understand as I got this from one source and checked it with another and it is the same. Whats wrong with this anyone??
-
thanks alot poeple. Just had to remove that first tag!:)
-
My passwordformat="clear" What value would I replace "clear" with to make the password concealed i.e.:*******, to the user?