Mono Support Authentication (Closed)

Viewed 25660 time(s), 6 post(s), 10/12/2011 9:35:26 AM - by ashutosh0901
10/12/2011 9:35:26 AM
353 Reputation 46 Total posts

Where do we set the password for authentication through database in MONOX

1
10/12/2011 9:53:34 AM
3016 Reputation 428 Total posts

Hi,

you can set it in web.config file under the connectionstring tab. Here is an example:

<add name="LocalSqlServer" connectionString="Data Source=YourServer;uid=YourUser;pwd=YourUserPassword;database=YourDatabaseName;Connect Timeout=90;" providerName="System.Data.SqlClient"/>

In the case you want to manage your site users you can find more details in MonoX manuals under the 5.4 user management.

Regards.

2
10/12/2011 11:17:48 AM
353 Reputation 46 Total posts

Indeed i want to manage site users...Actually i have developed a web page through which a person which logs in should not have to provide the login details to monox login page it should directly go to the users page

3
10/12/2011 11:36:09 AM
3016 Reputation 428 Total posts

Hi,

can you please post your question as a new topic?

Regards

4
10/12/2011 12:13:01 PM
353 Reputation 46 Total posts

I have already raised the new topic ...please reply its urgent

5
10/12/2011 5:03:34 PM
7207 Reputation 956 Total posts

OK, I'm closing this topic as it is moved here.

6
This is a demo site for MonoX. Please visit Mono Software for more info.