473,725 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 AspNetSqlProvid er)
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 1770
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 AspNetSqlProvid er)
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 'AspNetSqlProvi der' (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 AspNetSqlProvid er in the IIS ASP.NET configuration . I
tried ad a connectionstrin g for access.. but it did not work.

"Cowboy (Gregory A. Beamer) - MVP" <No************ @comcast.netNoS pamM>
schreef in bericht
news:52******** *************** ***********@mic rosoft.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 AspNetSqlProvid er)
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 'AspNetSqlProvi der' (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******** *******@funkenb usch.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 'AspNetSqlProvi der' (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
2564
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 new at databases, so please help me out on the database side! When I run aspnet_regsql I get this error: Setup failed.
1
1401
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
1267
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 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...
8
4901
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 user's Name property in the WindowsPrincipal's IIdentity interface. Where can I find the role that the user is assigned for the current login? I only want the one role which is assigned for the current user, not all of
1
1545
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 to hard-code them in web.config. Can I do this by calling Roles.CreateRole? If yes, how does this wok together with roles defined in web.config? If no, how can I accomplish the above functionality?
3
1635
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 configured for local authentication. I have an aspnetdb database in my app_data folder configured with several users. Everything works fine when I run the application from my workstation. I've tried several attempts to copy the app to my w23k...
0
2077
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 GridView1_RowDataBound eventhandler I'm getting the user role for each user (each user will only have and
0
2067
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 the contents of that log: Microsoft SQL Server 2005 Setup beginning at Thu Nov 22 22:30:08 2007 Process ID : 3856 e:\6f695192a2be55cedd30e3868397bfd2\setup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2007/10/22 22:30:8...
10
1933
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 Server 2000 on a machine and didn't install SQL Server 2005 Express with my VS .NET installation, how do I set up my existing SQL 2000 server to be the membership & roles provider for ASP .NET?
0
8752
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9174
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9111
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8096
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4782
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2634
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.