473,387 Members | 1,504 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,387 software developers and data experts.

ASP.NET Configuration Tool

Okay, I've been through this a couple of times now but it's still not coming
together.

I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config file
for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.

But when I attempt to access the security tab, I get the error "Could not
find stored procedure 'dbo.aspnet_CheckSchemaVersion'."

I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.

Why isn't the ASP.NET Configuration Tool able to initialize membership in a
database. And, for that matter, why do I need to know how to manually find
and edit the connection strings every time I create a project. Does
Microsoft not consider this something the IDE should be making a little bit
more intuitive?

Thanks for any advice.

Jonathan

Jul 20 '08 #1
6 2483

My personal opinion is that ...that tool is for hobbyists.
The biggest grudge is that it only works locally, and apparently sucks at
that as well.

http://weblogs.asp.net/scottgu/archi...25/423703.aspx

And I would "code up" a few pages. MSDN has 90% of the code done for you,
with adding users and such.

Writing my own backdoor pages (with security of course) saved me more time
than jerking around with that tool.

...

My opinion is one of a billion, so take it with a grain of salt.

Good luck.

"Jonathan Wood" <jw***@softcircuits.comwrote in message
news:uP**************@TK2MSFTNGP02.phx.gbl...
Okay, I've been through this a couple of times now but it's still not
coming together.

I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config
file for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.

But when I attempt to access the security tab, I get the error "Could not
find stored procedure 'dbo.aspnet_CheckSchemaVersion'."

I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.

Why isn't the ASP.NET Configuration Tool able to initialize membership in
a database. And, for that matter, why do I need to know how to manually
find and edit the connection strings every time I create a project. Does
Microsoft not consider this something the IDE should be making a little
bit more intuitive?

Thanks for any advice.

Jonathan

Jul 21 '08 #2
Well, it would be a lot of work to create all the tables, stored procedures,
etc. associated with ASP.NET membership. And, as I mentioned, I didn't have
to do that before as there is something that can generate them
automatically. So my opinions regarding the membership data objects is a
separate issue on using this tool in general.

As far as regular settings, which is what you seem to be mostly referring
to, my problem there is that VS now dumps tons of stuff in there. How could
I possibly be expected to remember what each of these settings does,
especially when I'm trying to learn C#, SQL, CSS, ASP.NET, HTML, Web
services, etc., etc? For these, it seems like some type of tool is
necessary.

BTW, I haven't tried it but was under the impression that the configuration
tool works not just for a local database. I'd be curious why you say it
doesn't handle that. Doesn't it just need the right connection string?

Thanks.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

"sloan" <sl***@ipass.netwrote in message
news:eP**************@TK2MSFTNGP03.phx.gbl...
>
My personal opinion is that ...that tool is for hobbyists.
The biggest grudge is that it only works locally, and apparently sucks at
that as well.

http://weblogs.asp.net/scottgu/archi...25/423703.aspx

And I would "code up" a few pages. MSDN has 90% of the code done for you,
with adding users and such.

Writing my own backdoor pages (with security of course) saved me more time
than jerking around with that tool.

..

My opinion is one of a billion, so take it with a grain of salt.

Good luck.

"Jonathan Wood" <jw***@softcircuits.comwrote in message
news:uP**************@TK2MSFTNGP02.phx.gbl...
>Okay, I've been through this a couple of times now but it's still not
coming together.

I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config
file for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.

But when I attempt to access the security tab, I get the error "Could not
find stored procedure 'dbo.aspnet_CheckSchemaVersion'."

I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.

Why isn't the ASP.NET Configuration Tool able to initialize membership in
a database. And, for that matter, why do I need to know how to manually
find and edit the connection strings every time I create a project. Does
Microsoft not consider this something the IDE should be making a little
bit more intuitive?

Thanks for any advice.

Jonathan

Jul 21 '08 #3
Did you follow the link I provided?

It shows how to setup a db on any server with a wizard.

"Jonathan Wood" <jw***@softcircuits.comwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
Well, it would be a lot of work to create all the tables, stored
procedures, etc. associated with ASP.NET membership. And, as I mentioned,
I didn't have to do that before as there is something that can generate
them automatically. So my opinions regarding the membership data objects
is a separate issue on using this tool in general.

As far as regular settings, which is what you seem to be mostly referring
to, my problem there is that VS now dumps tons of stuff in there. How
could I possibly be expected to remember what each of these settings does,
especially when I'm trying to learn C#, SQL, CSS, ASP.NET, HTML, Web
services, etc., etc? For these, it seems like some type of tool is
necessary.

BTW, I haven't tried it but was under the impression that the
configuration tool works not just for a local database. I'd be curious why
you say it doesn't handle that. Doesn't it just need the right connection
string?

Thanks.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

"sloan" <sl***@ipass.netwrote in message
news:eP**************@TK2MSFTNGP03.phx.gbl...
>>
My personal opinion is that ...that tool is for hobbyists.
The biggest grudge is that it only works locally, and apparently sucks at
that as well.

http://weblogs.asp.net/scottgu/archi...25/423703.aspx

And I would "code up" a few pages. MSDN has 90% of the code done for
you, with adding users and such.

Writing my own backdoor pages (with security of course) saved me more
time than jerking around with that tool.

..

My opinion is one of a billion, so take it with a grain of salt.

Good luck.

"Jonathan Wood" <jw***@softcircuits.comwrote in message
news:uP**************@TK2MSFTNGP02.phx.gbl...
>>Okay, I've been through this a couple of times now but it's still not
coming together.

I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config
file for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.

But when I attempt to access the security tab, I get the error "Could
not find stored procedure 'dbo.aspnet_CheckSchemaVersion'."

I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.

Why isn't the ASP.NET Configuration Tool able to initialize membership
in a database. And, for that matter, why do I need to know how to
manually find and edit the connection strings every time I create a
project. Does Microsoft not consider this something the IDE should be
making a little bit more intuitive?

Thanks for any advice.

Jonathan


Jul 21 '08 #4
Juan,
re:
!For one thing, he says where this utility is located, under the
framework 2.0
!subdirectories, where I found it. But there is no such utility under
the 3.0
!or 3.5 subdirectories.

That's because there's no need for them there.
Both the 3.0 and 3.5 framework address the 2.0 CLR.
I don't know what this means. If I don't have the 2.0 framework installed,
and I don't have this utilitiy, then how am I supposed to initialize my
membership database?

Jonathan

Jul 21 '08 #5
re:
!I don't know what this means.

You should know what it means.

re:
!If I don't have the 2.0 framework installed, and I don't have this utilitiy,
!then how am I supposed to initialize my membership database?

If you install the 3.0 or the 3.5 framework, that setup will install the 2.0 framework.
The basic fact is that the post-2.0 frameworks: 2.0, 3.0 and 3.5, all rely on the 2.0 CLR.

You initialize your membership database in the same way for 2.0, 3.0 and 3.5.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Jonathan Wood" <jw***@softcircuits.comwrote in message news:em**************@TK2MSFTNGP04.phx.gbl...
Juan,
>re:
!For one thing, he says where this utility is located, under the framework 2.0
!subdirectories, where I found it. But there is no such utility under the 3.0
!or 3.5 subdirectories.

That's because there's no need for them there.
Both the 3.0 and 3.5 framework address the 2.0 CLR.

I don't know what this means. If I don't have the 2.0 framework installed, and I don't have this utilitiy, then how am
I supposed to initialize my membership database?

Jonathan

Jul 21 '08 #6

Unlike the jump from 1.1 to 2.0...

3.0 and 3.5 are more like "add-ons" to 2.0.

.............

The 2.0 one is the one you need.

"Jonathan Wood" <jw***@softcircuits.comwrote in message
news:em**************@TK2MSFTNGP04.phx.gbl...
Juan,
>re:
!For one thing, he says where this utility is located, under the
framework 2.0
!subdirectories, where I found it. But there is no such utility under
the 3.0
!or 3.5 subdirectories.

That's because there's no need for them there.
Both the 3.0 and 3.5 framework address the 2.0 CLR.

I don't know what this means. If I don't have the 2.0 framework installed,
and I don't have this utilitiy, then how am I supposed to initialize my
membership database?

Jonathan

Jul 22 '08 #7

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

Similar topics

4
by: Steven Ramacher | last post by:
I am having a little issue with VS 2005. I am trying to use the ASP.NET configuration manager and have not had any success launching the application. No matter what I do I get an error message that...
2
by: zahaby | last post by:
Is it applicable to use the Microsoft Enterprise Library in Logging without using the configuration tool ? I would like to configure and choose the trace listener programmatically . Thanks in...
0
by: barry | last post by:
I am not able to run the Asp.Net Configuration tool from inside of a VS 2005 website What happens is the page goes flying by me and returns to the VS 2005 design page I was on. I was however...
0
by: barry | last post by:
I am not able to run the Asp.Net Configuration tool from inside of a VS 2005 website(I have VSTO 2005) What happens is the page goes flying by me and returns to the VS 2005 design page I was on....
7
by: Steven Cliff | last post by:
I have started to use the new Enterprise Library (Jan 06) and have set up a skeleton project using the DAAB. This all seems to work fine apart from when I come to secure the app.config file via...
0
by: crackajaxx | last post by:
I've hunted for a while so I'm hoping someone can shed some light on this problem for me. I have an application (not a web-app, in fact this is an installed service) that relies upon its...
4
by: SAL | last post by:
I'm trying to use the website configuration tool and it keeps telling me that it is unable to connect the SQL Server Database. I do not have SQL Server Express installed. I have the real deal...
1
by: =?Utf-8?B?RGVubmlzIE1jQ2FydGh5?= | last post by:
I am trying to add users to the default ASP.NET membership provider (SQL Express) using the ASP.NET Configuration Tool. When I launch the ASP.NET Configuration Tool from the Web Site menu in...
6
by: Jonathan Wood | last post by:
The ASP.NET Configuration tool is great for quickly managing users in the database on my development machine. However, I don't see a way to use it to access the database on my Web server. Is...
3
by: Robert Kochem | last post by:
Hi, I have some problems locating .NET Framework Configuration Tool for configuring an snk as fully trusted. On the PC I want to do this only the frameworks up to 3.5 were installed therefore I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.