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

Is SQL Server 2005 Express is the only choice to work with Login controls?

Dear all,

I try to use the Login control newly provided in VWD 2005 Express. It is
said in the online help that it must have SQL Server 2005 Express installed
to save the credential infomation. For SQL Server 2005 Express is still in
beta and it provides little management tools, it's difficult to
manage/manipulate the database objects. So I want to use SQL Server 2000
instead of it, but I can not find any information to configure the
environment to make this solution work properly. Can somebody give me some
constructive information? Thanks a lot.

Regards,
George
Nov 19 '05 #1
5 1657
Read http://forums.asp.net/974545/ShowPost.aspx
for instructions on what you have to do.

Basically, run aspnet_regsql.exe from your .net framework folder.

You might have to make a change to your web.config, too :

<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionstring="connection string to SQL Server 2000" />
</connectionStrings>

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/
======================================
"George Wei" <no****@yahoo.com> wrote in message
news:Xn***************************@207.46.248.16.. .
Dear all,

I try to use the Login control newly provided in VWD 2005 Express. It is
said in the online help that it must have SQL Server 2005 Express installed
to save the credential infomation. For SQL Server 2005 Express is still in
beta and it provides little management tools, it's difficult to
manage/manipulate the database objects. So I want to use SQL Server 2000
instead of it, but I can not find any information to configure the
environment to make this solution work properly. Can somebody give me some
constructive information? Thanks a lot.

Regards,
George

Nov 19 '05 #2
Here's a more specific web.config entry :

<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=YourSQL2000ServerName;Integrated
Security=SSPI;Initial
Catalog=aspnetdb" providerName="System.Data.SqlClient"/>
</connectionStrings>

You might want to change the security model from Integrated to a login
account you create for the database, preferrably making it the dbo.

This assumes that you named the database "aspnetdb",
which is the default name.


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/
======================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Read http://forums.asp.net/974545/ShowPost.aspx
for instructions on what you have to do.

Basically, run aspnet_regsql.exe from your .net framework folder.

You might have to make a change to your web.config, too :

<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionstring="connection string to SQL Server 2000" />
</connectionStrings>

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/
======================================
"George Wei" <no****@yahoo.com> wrote in message
news:Xn***************************@207.46.248.16.. .
Dear all,

I try to use the Login control newly provided in VWD 2005 Express. It is
said in the online help that it must have SQL Server 2005 Express installed
to save the credential infomation. For SQL Server 2005 Express is still in
beta and it provides little management tools, it's difficult to
manage/manipulate the database objects. So I want to use SQL Server 2000
instead of it, but I can not find any information to configure the
environment to make this solution work properly. Can somebody give me some
constructive information? Thanks a lot.

Regards,
George


Nov 19 '05 #3
Scott Guthrie just published very explicit instructions to do that.

http://msdn.microsoft.com/asp.net/de...aspnet_sql.asp

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/
======================================
"George Wei" <no****@yahoo.com> wrote in message
news:Xn***************************@207.46.248.16.. .
Dear all,

I try to use the Login control newly provided in VWD 2005 Express. It is
said in the online help that it must have SQL Server 2005 Express installed
to save the credential infomation. For SQL Server 2005 Express is still in
beta and it provides little management tools, it's difficult to
manage/manipulate the database objects. So I want to use SQL Server 2000
instead of it, but I can not find any information to configure the
environment to make this solution work properly. Can somebody give me some
constructive information? Thanks a lot.

Regards,
George

Nov 19 '05 #4
"Juan T. Llibre" <no***********@nowhere.com> wrote in
news:#S**************@TK2MSFTNGP12.phx.gbl:
Scott Guthrie just published very explicit instructions to do that.

http://msdn.microsoft.com/asp.net/de...ary/en-us/dnas
pp/html/configaspnet_sql.asp

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/


That really works! Thanks a lot.

Regards,
George
Nov 19 '05 #5
Hello,

I have done the steps to create a new SQL DB, run the tool to populate the
tables
and modified the web.config.

However, I cannot get the WebAdmin tool to use the remote SQL server to modify
the security settings.

Is there any updated information on this?

Thank you,
Exchange2003

"Juan T. Llibre" wrote:
Scott Guthrie just published very explicit instructions to do that.

http://msdn.microsoft.com/asp.net/de...aspnet_sql.asp

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/
======================================
"George Wei" <no****@yahoo.com> wrote in message
news:Xn***************************@207.46.248.16.. .
Dear all,

I try to use the Login control newly provided in VWD 2005 Express. It is
said in the online help that it must have SQL Server 2005 Express installed
to save the credential infomation. For SQL Server 2005 Express is still in
beta and it provides little management tools, it's difficult to
manage/manipulate the database objects. So I want to use SQL Server 2000
instead of it, but I can not find any information to configure the
environment to make this solution work properly. Can somebody give me some
constructive information? Thanks a lot.

Regards,
George


Nov 19 '05 #6

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

Similar topics

5
by: RedEye | last post by:
Hello, I am working on a test site to explore the new login controls and membership features of ASP.NET v2.0. I have tested the controls using SQL Express and have now decided to try using a...
7
by: Shimon Sim | last post by:
I have a custom composite control I have following property
3
by: Arpan | last post by:
I recently installed SQL Server 2005 (Management Studio Express) along with SQL Server 2005 Express (Configuration Manager) in my Win2K Pro m/c & use IIS 5.0 to run ASPX projects. I could add my...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
2
by: Tor Inge Rislaa | last post by:
Database on remote server On the remote server where my ASP.NET application is located there is no SQL Server or SQL Server Express. When I test my application locally it works fine because...
2
by: raylopez99 | last post by:
I am trying to program a database from inside C++.NET via Visual Studio 2005 using the ADO.NET set of classes, but this I believe is a SQL Server 2005 Express permissions question under Windows XP...
3
by: Lee T. Hawkins | last post by:
I am having a number of problems over the last two full days trying to get an ASP.NET 2.0 application to connect to a SQL Server 2005 database... First off, I built this application w/ Visual...
3
by: Kevinp | last post by:
I'm trying to get my program to connect to a SQL Server 2005 database over the internet. The remote computer is on another network and it's connected to our network through Windows VPN. I'm running...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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.