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

VSTS and SQL 2005

What is the suggested install order. I've got SQL 2005 Dev Edition and VS
2005 for Devs. I don't want to install SQL 2005 Express. Do I install
VS2005 first or second?

I am trying to track down an error in ASP.NET Configuration (see my other
post on November 9)

Zack
Nov 19 '05 #1
5 1158
Personally, I did SQL 2005 first, followed by VS 2005 without SQL
Express.

All of the application services (membership, profile, health
monitoring) are configured to use a SQL Express database by default,
but it's easy to configure them to point to an aspnetdb in a regular
SQL instance.

Any help?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 10 Nov 2005 10:33:51 -0800, "Zachary Burns"
<Za**********@discussions.microsoft.com> wrote:
What is the suggested install order. I've got SQL 2005 Dev Edition and VS
2005 for Devs. I don't want to install SQL 2005 Express. Do I install
VS2005 first or second?

I am trying to track down an error in ASP.NET Configuration (see my other
post on November 9)

Zack


Nov 19 '05 #2
Scott,

Thanks. This is what I tried to do but not sure if I've missed a step.
Is this what you've done to get ASP.NET configuration to work?

I didn't install SQL Server Express 2005 when I installed VS 2005 Team Dev
Edition because I installed SQL Server 2005 Developer Edition. Now in VS2005
when I go to Website-> ASP.NET Configuration. I get an error page.

I've run "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>asp net_regsql.exe",
then went into
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CON FIG\machine.config" and
changed the LocalSqlServer to the connection information on this machine, but
I still get errors.

I'm assuming I just have the connection string information wrong. I don't
have to change it anywhere else do I?

Zack


"Scott Allen" wrote:
Personally, I did SQL 2005 first, followed by VS 2005 without SQL
Express.

All of the application services (membership, profile, health
monitoring) are configured to use a SQL Express database by default,
but it's easy to configure them to point to an aspnetdb in a regular
SQL instance.

Any help?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 10 Nov 2005 10:33:51 -0800, "Zachary Burns"
<Za**********@discussions.microsoft.com> wrote:
What is the suggested install order. I've got SQL 2005 Dev Edition and VS
2005 for Devs. I don't want to install SQL 2005 Express. Do I install
VS2005 first or second?

I am trying to track down an error in ASP.NET Configuration (see my other
post on November 9)

Zack


Nov 19 '05 #3
Hey Zack:

On Fri, 11 Nov 2005 06:58:08 -0800, "Zachary Burns"
<Za**********@discussions.microsoft.com> wrote:
Now in VS2005
when I go to Website-> ASP.NET Configuration. I get an error page.

Hmm, what's the error?
I've run "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>asp net_regsql.exe",
then went into
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CO NFIG\machine.config" and
changed the LocalSqlServer to the connection information on this machine, but
I still get errors.

I'm assuming I just have the connection string information wrong. I don't
have to change it anywhere else do I?


You changed the LocalSqlServer connection string entry, right?

Did you change the name of the connection string from LocalSqlServer
to something else? If so, you'll need to modify all the provider
sections to point to the modified connection string name.

If the name is the same, that should be the only place you need to
modify.

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #4
Scott,

I get the error page:

Server Error in '/asp.netwebadminfiles' Application. (It's a 401.2 error)

My machine.config page shows:

<connectionStrings>
<add name="LocalSqlServer" connectionString="data
source=127.0.0.1;AttachDBFilename=|DataDirectory|Z BASPNET.mdf;User
Instance=true; User ID=sa; Password=SQL2005Dev!"
providerName="System.Data.SqlClient" />
</connectionStrings>
Zack

"Scott Allen" wrote:
Hey Zack:

On Fri, 11 Nov 2005 06:58:08 -0800, "Zachary Burns"
<Za**********@discussions.microsoft.com> wrote:
Now in VS2005
when I go to Website-> ASP.NET Configuration. I get an error page.


Hmm, what's the error?
I've run "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>asp net_regsql.exe",
then went into
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CO NFIG\machine.config" and
changed the LocalSqlServer to the connection information on this machine, but
I still get errors.

I'm assuming I just have the connection string information wrong. I don't
have to change it anywhere else do I?


You changed the LocalSqlServer connection string entry, right?

Did you change the name of the connection string from LocalSqlServer
to something else? If so, you'll need to modify all the provider
sections to point to the modified connection string name.

If the name is the same, that should be the only place you need to
modify.

--
Scott
http://www.OdeToCode.com/blogs/scott/

Nov 19 '05 #5
On Fri, 11 Nov 2005 10:51:00 -0800, "Zachary Burns"
<Za**********@discussions.microsoft.com> wrote:

Server Error in '/asp.netwebadminfiles' Application. (It's a 401.2 error)


Oh, that would be an authorization failure. Do you have an
authorization section specified in your web.config that might be
keeping you out? Perhaps file permissions are set against you?

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #6

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

Similar topics

0
by: Noah Coad [MS] | last post by:
Join the Visual Studio Team System (VSTS)'s Enterprise Developer and Test (eDT) Tools team at Microsoft in an online MSDN Chats! We will be focusing on the tools: Static Code Analysis (FxCop,...
0
by: Paolo Nunberg | last post by:
Hi, I installed the client part of VSTS 2005 beta 2 on an XP pro system. The IDE works ok, but I cannot figure out how to install the languages and VSTO. Any suggestion?
20
by: Parag | last post by:
Hi, I am trying to figure out best testing tool for my project. I have narrowed down my requirements to two tools NUNIT and VSTS unit. But I have used neither and I have to use only one of them....
0
by: Paul | last post by:
I've installed the Composite UI Application block. However, I'm unable to open the Solution (using VS.NET 2005 - Standard Edition). Is this becuase I need VSTS to open the Composite UI...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
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: 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...
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
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
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...

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.