473,395 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Change Password Control Help

I added a change password control to my application and when I run the page
that has it, I get an error:

Generating user instances in SQL Server is disabled. Use sp_configure 'user
instances enabled' to generate user instances.

Not sure where to start for this error, because all the code in the
code-behind runs. It seems that when the page is about ready to display, this
error comes up. I saw references to membership stuff in ASP.Net 2.0, but we
are not using that...yet.
Jul 6 '07 #1
2 3299
"Wannabe" <Wa*****@discussions.microsoft.comwrote in message
news:B3**********************************@microsof t.com...
>I added a change password control to my application and when I run the page
that has it, I get an error:

Generating user instances in SQL Server is disabled. Use sp_configure
'user
instances enabled' to generate user instances.

Not sure where to start for this error, because all the code in the
code-behind runs. It seems that when the page is about ready to display,
this
error comes up. I saw references to membership stuff in ASP.Net 2.0, but
we
are not using that...yet.
Are you sure? At least, your website is trying to run a user instance
of the SQL Server. Membership is one of the features that does this.

If you have access to your SQL Server, try running the command
sp_configure 'user instances enabled'
as mentioned in the error message.

That will solve your problem.

If you don't need membership services, you may try to find out why
your website is opening a user instance.

--

Riki
Jul 6 '07 #2
I know for sure that I am not using membership services. In fact, this
weekend, I am going to read more about that. But the thing I was trying to
figure out is if there is a property that I can set saying that I am not
using membership. Any idea?

"Riki" wrote:
"Wannabe" <Wa*****@discussions.microsoft.comwrote in message
news:B3**********************************@microsof t.com...
I added a change password control to my application and when I run the page
that has it, I get an error:

Generating user instances in SQL Server is disabled. Use sp_configure
'user
instances enabled' to generate user instances.

Not sure where to start for this error, because all the code in the
code-behind runs. It seems that when the page is about ready to display,
this
error comes up. I saw references to membership stuff in ASP.Net 2.0, but
we
are not using that...yet.

Are you sure? At least, your website is trying to run a user instance
of the SQL Server. Membership is one of the features that does this.

If you have access to your SQL Server, try running the command
sp_configure 'user instances enabled'
as mentioned in the error message.

That will solve your problem.

If you don't need membership services, you may try to find out why
your website is opening a user instance.

--

Riki
Jul 6 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Fabrizio | last post by:
(Sorry for the crosspost, but I really don't know which is the right newsgroup!) Hi all, I try to change the password to a user that as to change the password at first logon: try {
2
by: Drew Pawlik | last post by:
I am needing to write an application that will be used every month to automatically run queries on an Oracle database. But the password I need to log in to the database needs to be changed every...
0
by: Pavan | last post by:
Hi All, I am using Password Recovery control in order to reset my hashed passwords in ASP .Net 2.0 Beta 2. The system generated password is too difficult to remember, so i am giving Change...
8
by: Maxi | last post by:
Hello, i'm sorry my bad english :( I have CR9 Webservice, how to change databadse name and User_name into Webservice method? (not Viewer Control) Tks!! -- --------------------------
1
by: John | last post by:
Hi I am using the Change Password control which works fine and changes the password. I have two problems; 1. After password has been changed, pressing continue goes no where. How can I tell...
6
by: Jan | last post by:
Hi: I have created a secured database for a client. For various reasons, I don't want the client to have full persmissions for the database; they aren't in the admins group. I have instead tried...
2
by: J | last post by:
Hello. I apologize if this isn't the appropriate group for this question but I was wondering if it's possible to allow regular windows domain users to change their passwords through an .asp page? ...
3
by: =?Utf-8?B?QXhlbCBEYWhtZW4=?= | last post by:
Hi, we've got a strange problem here: We've created an ASP.NET 2.0 web application using Membership.ValidateUser() to manually authenticate users with our website. The problem is: If the...
6
by: AAaron123 | last post by:
I'm using the CreateUserWizard Web Server Control The error message when the passwords do not match is colored red. Red does not show well against my background so I like to change that color. I...
6
by: gavy7210 | last post by:
hello i am using struts 1.2,Eclipse Platform Version: 3.4.2,mySql 5.0.1,jdk 1.5.. i have a login form(jsp) in which a user logs in,in case he doesnt enter his username and/or password an error...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.