473,395 Members | 1,568 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.

VS.net installs sql express as default datastore for role/membership management.

Hello,

VS.net installs sql express as datastore for role/membership management.
I don't like this! I'm not able to choose other databases like ms-access, in
the Web Site Administration Tool . (Only AspNetSqlProvider)
I've tryed some c# stuff, but id did not work for me, to much trouble. I
wish to work with vb.net anyway.
Is there a tool/programm or something with less trouble, so i can choose
from different providers in the Web Site Administration Tool??

(I tried to configure the iis but......it did not work)

THX

bh****@hotmail.com
Jan 3 '06 #1
4 1750
I am not sure I understand the issue completely.

Are you saying the website administration website will not allow you to
create an Access database for membership? If so, you might have a permissions
problem on the directory or it could be missing MDAC bits for Jet (depending
on the version of MDAC you have installed, it is a separate install).
Or, are you saying you can use Access with C#, but not VB.NET? If so, get
the database built and create VB.NET pages. You can also edit the solution
file, if necessary, to change defaults for the website after you have the
membership database.

In other words, how deep is the problem?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Bruno" wrote:
Hello,

VS.net installs sql express as datastore for role/membership management.
I don't like this! I'm not able to choose other databases like ms-access, in
the Web Site Administration Tool . (Only AspNetSqlProvider)
I've tryed some c# stuff, but id did not work for me, to much trouble. I
wish to work with vb.net anyway.
Is there a tool/programm or something with less trouble, so i can choose
from different providers in the Web Site Administration Tool??

(I tried to configure the iis but......it did not work)

THX

bh****@hotmail.com

Jan 3 '06 #2
Hi,

I can use sql or access databases for dataaccess, that is not the problem.
If you go, in Visual studio 2005 , to 'asp.net configuration', that is the
Asp.net web site administration tool.
Select provider configuration
select a single provider for all site management data
now the only provider to select is 'AspNetSqlProvider' (in my configuration
it is)
This provider is setup by default for sql express. Visual studio creates the
database in sql server express.
In the documentation, it seems easy to select an other database.
I have no providers for, MS access, SQL server 2000, Sql server 2005
I'm working on a clean installed winXP pro, i'm sure a have all the sp's
installed.
I found traces of AspNetSqlProvider in the IIS ASP.NET configuration . I
tried ad a connectionstring for access.. but it did not work.

"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM>
schreef in bericht
news:52**********************************@microsof t.com...
I am not sure I understand the issue completely.

Are you saying the website administration website will not allow you to
create an Access database for membership? If so, you might have a
permissions
problem on the directory or it could be missing MDAC bits for Jet
(depending
on the version of MDAC you have installed, it is a separate install).
Or, are you saying you can use Access with C#, but not VB.NET? If so, get
the database built and create VB.NET pages. You can also edit the solution
file, if necessary, to change defaults for the website after you have the
membership database.

In other words, how deep is the problem?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Bruno" wrote:
Hello,

VS.net installs sql express as datastore for role/membership management.
I don't like this! I'm not able to choose other databases like ms-access,
in
the Web Site Administration Tool . (Only AspNetSqlProvider)
I've tryed some c# stuff, but id did not work for me, to much trouble. I
wish to work with vb.net anyway.
Is there a tool/programm or something with less trouble, so i can choose
from different providers in the Web Site Administration Tool??

(I tried to configure the iis but......it did not work)

THX

bh****@hotmail.com

Jan 3 '06 #3
On Tue, 3 Jan 2006 19:12:34 +0100, Bruno wrote:
If you go, in Visual studio 2005 , to 'asp.net configuration', that is the
Asp.net web site administration tool.
Select provider configuration
select a single provider for all site management data
now the only provider to select is 'AspNetSqlProvider' (in my configuration
it is)


http://www.devx.com/asp/Article/29256/1954?pf=true
http://msdn2.microsoft.com/en-us/library/44w5aswa.aspx
Jan 3 '06 #4
thx!
that is the problem.
i try it out.

But..... this 'easy' microsoft thing .. why is made so difficult? It chould
be an normal option.
"Erik Funkenbusch" <er**@despam-funkenbusch.com> schreef in bericht
news:18***************@funkenbusch.com...
On Tue, 3 Jan 2006 19:12:34 +0100, Bruno wrote:
If you go, in Visual studio 2005 , to 'asp.net configuration', that is
the
Asp.net web site administration tool.
Select provider configuration
select a single provider for all site management data
now the only provider to select is 'AspNetSqlProvider' (in my
configuration
it is)


http://www.devx.com/asp/Article/29256/1954?pf=true
http://msdn2.microsoft.com/en-us/library/44w5aswa.aspx

Jan 5 '06 #5

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

Similar topics

0
by: Nate Hekman | last post by:
I'm trying to set up a Membership/Role Provider for an ASP.NET 2.0 beta 2 site using SqlMembershipProvider, and am having problems configuring SQL Server. I'm comfortable with ASP.NET but very...
1
by: jobi joy | last post by:
Hi, Has new ASP.NET contains all the features of IBM Tivoli Access Manager for Role/Membership management? Please give an insight on this. regards jobi
0
by: Bruno | last post by:
VS.net installs sql express as datastore for role/membership management. I don't like this! I'm not able to choose other databases like ms-access, in the Web Site Administration Tool . (Only...
8
by: Mark White | last post by:
Hey everyone I'm having a great deal of problems finding this information through google and yahoo, so I turn to you on this. I have a Windows app running on XP. I am able to caputre the...
1
by: Bevo | last post by:
I'd like to take advantage of the role management classes in 2.0 to allow my users to give other users access to their data. For this reason I'd like to create new roles on-the-fly without having...
3
by: Carl M. | last post by:
Okay, I'm 18 hours into this now and am at a loss. What I've done is create an application on my local workstation using VWD Express using the membership/roles provider and SQL Server Express...
0
by: ferherra | last post by:
Hi, Hope someone can help... I databind my gridview (asp.net 2.0) like this: GridView1.DataSource = Membership.GetAllUsers(); (MembershipUserCollection) GridView1.DataBind(); In the...
0
by: silviu | last post by:
Hello I'm trying to install Microsoft SQL 2005 Server Express Edition but I'm getting the following error: SQL Server Setup unexpectedly failed... Then it says something about a log file. Here's...
10
by: Scott M. | last post by:
I've seen many posts and ready articles discussing how changing the membership & roles "provider" in VS .NET is easy, but have yet to see instructions on how to do it. If I already have SQL...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.