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.

Installing ASP.Net 2.0 onto sql2000 web server, App_Data, SQL2005 problem

I've just upgraded our WIndows 2003 (with SBS server) web server
to .Net framework 2.0

(it had 1.1 before)

As I have been working on a web parts page on my laptop, hosting it
there, working perfectly. I want to transfer it now, so I upgraded it.
Created a new application pool for .net2.0 stuff, then used Visual
Studio 2005 from my laptop to connect to Http://Bw-online/ProjectPoint
and make a new website. Bw-online is our intranet at the moment.

It created it, I dragged the files across into it, then went to that
address in the browswer and I get
Server Error in '/ProjectPoint' Application.
--------------------------------------------------------------------------------

An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections. (provider: SQL Network Interfaces, error: 26 - Error
Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

SQLExpress database file auto-creation error:
The connection string specifies a local Sql Server Express instance
using a database location within the applications App_Data directory.
The provider attempted to automatically create the application
services database because the provider determined that the database
does not exist. The following configuration requirements are necessary
to successfully check for existence of the application services
database and automatically create the application services database:
If the applications App_Data directory does not already exist, the web
server account must have read and write access to the applications
directory. This is necessary because the web server account will
automatically create the App_Data directory if it does not already
exist.
If the applications App_Data directory already exists, the web server
account only requires read and write access to the applications
App_Data directory. This is necessary because the web server account
will attempt to verify that the Sql Server Express database already
exists within the applications App_Data directory. Revoking read
access on the App_Data directory from the web server account will
prevent the provider from correctly determining if the Sql Server
Express database already exists. This will cause an error when the
provider attempts to create a duplicate of an already existing
database. Write access is required because the web server accounts
credentials are used when creating the new database.
Sql Server Express must be installed on the machine.
The process identity for the web server account must have a local user
profile. See the readme document for details on how to create a local
user profile for both machine and domain accounts.
I know this has to do with the app_data directory which has a data
base that stores all the customizations people make. Its an intranet
website, I want people to be able to customize by windows account.

I've checked permissions on the directory and gave full control to all
the groups there.

On my laptop, I can go to Visual Studio, click website and go to
ASP.net configuration and it comes up with a web based web.config
editing, when I open the website I made remotely, I can't see htat
option, why is it gone? Is that where I can fix the error ?

Help is appreciated! I've googled but everyone just says to turn off
the login, but I need that for web parts.

May 16 '07 #1
2 1867
Sounds like you've got a local file-directory based SQLExpress connection
string. That won't work with a remote machine. Attach the MDF database file
and fix the connection string.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"it******@gmail.com" wrote:
I've just upgraded our WIndows 2003 (with SBS server) web server
to .Net framework 2.0

(it had 1.1 before)

As I have been working on a web parts page on my laptop, hosting it
there, working perfectly. I want to transfer it now, so I upgraded it.
Created a new application pool for .net2.0 stuff, then used Visual
Studio 2005 from my laptop to connect to Http://Bw-online/ProjectPoint
and make a new website. Bw-online is our intranet at the moment.

It created it, I dragged the files across into it, then went to that
address in the browswer and I get
Server Error in '/ProjectPoint' Application.
--------------------------------------------------------------------------------

An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections. (provider: SQL Network Interfaces, error: 26 - Error
Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

SQLExpress database file auto-creation error:
The connection string specifies a local Sql Server Express instance
using a database location within the applications App_Data directory.
The provider attempted to automatically create the application
services database because the provider determined that the database
does not exist. The following configuration requirements are necessary
to successfully check for existence of the application services
database and automatically create the application services database:
If the applications App_Data directory does not already exist, the web
server account must have read and write access to the applications
directory. This is necessary because the web server account will
automatically create the App_Data directory if it does not already
exist.
If the applications App_Data directory already exists, the web server
account only requires read and write access to the applications
App_Data directory. This is necessary because the web server account
will attempt to verify that the Sql Server Express database already
exists within the applications App_Data directory. Revoking read
access on the App_Data directory from the web server account will
prevent the provider from correctly determining if the Sql Server
Express database already exists. This will cause an error when the
provider attempts to create a duplicate of an already existing
database. Write access is required because the web server accounts
credentials are used when creating the new database.
Sql Server Express must be installed on the machine.
The process identity for the web server account must have a local user
profile. See the readme document for details on how to create a local
user profile for both machine and domain accounts.
I know this has to do with the app_data directory which has a data
base that stores all the customizations people make. Its an intranet
website, I want people to be able to customize by windows account.

I've checked permissions on the directory and gave full control to all
the groups there.

On my laptop, I can go to Visual Studio, click website and go to
ASP.net configuration and it comes up with a web based web.config
editing, when I open the website I made remotely, I can't see htat
option, why is it gone? Is that where I can fix the error ?

Help is appreciated! I've googled but everyone just says to turn off
the login, but I need that for web parts.

May 16 '07 #2
thanks, I've replaced the connection string with a string to our
sql2000 database, it seems to be working fine storing the data there
now.

Cheers!

May 17 '07 #3

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

Similar topics

1
by: polinaskulski | last post by:
Hi, I'm installing SQL2000 on a new cluster server. I selected a 'custom installation' and was presented with a 'Collation settings' screen. I need it to be SQL_Latin1_General_CP1_CI_AS collation...
2
by: somequestion | last post by:
i've already installed visual studio 2005 and sql2005 CTP version beta3 but i can't find query analyser and sql server manager there is only configuration tool -> sql server configuration...
1
by: GS | last post by:
Hello, I use SQL express database on my workstation under App_data directory for development. I also want to use it in staging enviroment where SQL 2005 full blown version is installed. Can I...
2
by: PointMan | last post by:
i make a project in vs2005 that use ASPNETDB.MDF and use <asp:LoginView ID="LoginView1" runat="server" > server control for vs2005 in this case , i'd like to use hosting service but this...
2
by: x-rays | last post by:
Hello all, Can anyone tell me or suggest links about differences of SQL Server 2000 Developer Edition & SQL Server 2005 Developer Edition? Specifically, I need to know about the licencing...
5
by: Mike | last post by:
I'm having trouble accessing SQL2005 Standard Edition as a second instance of SQL Server where the first instance is SQL 2000 Enterprise Edition. I installed SQL 2005 as a named instance...
0
by: basuritta | last post by:
I am trying to add a SQL2000 subscriptor to a SQL2005 publisher and distributor using the Management Studio. I'm using a non-standard port in both ends, but I have set the port for the TCP/IP...
8
by: Radu | last post by:
Hi. This code worked fine with SQL2005, but has a problem with SQL2000.... Which one ???? cnSQL = New SqlConnection(System.Configuration.ConfigurationManager.AppSettings("ConnectionString"))...
0
by: vineetcs | last post by:
Yes In SQL2000 , Row_Number() function will not work as in SQL2005. But, we can use the IDENTITY(INT,1,1) function but it requires a temporary table to which it stores the data and in View does'nt...
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?
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
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...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.