473,807 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What do I need to run a asp.net 2.0 app with sql server express database on a web server?

hi,

I have a project about to finish. It is asp.net 2.0 project using sql
server experss database. Now, I am trying to find some webhost
provider for it. I saw some saying asp.net 2.0 support. Is this all I
need, or there is some other stuff in order to make the sql server
express database supported?

Thanks.

Feb 16 '07 #1
5 1491
SQL Server Express is rarely used by hosting companies. You want to make sure
you get SQL Server 2005 database support. They'll supply you with your own
database, and you can import your local SQLExpress "stuff" into it.
Peter

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


"Nick" wrote:
hi,

I have a project about to finish. It is asp.net 2.0 project using sql
server experss database. Now, I am trying to find some webhost
provider for it. I saw some saying asp.net 2.0 support. Is this all I
need, or there is some other stuff in order to make the sql server
express database supported?

Thanks.

Feb 16 '07 #2
Hi Nick,

You might also find this blog from Scott Guthrie useful:
http://weblogs.asp.net/scottgu/archi...-database.aspx

Best regards

John

"Nick" <ni*******@yaho o.com.cnwrote in message
news:11******** *************@h 3g2000cwc.googl egroups.com...
hi,

I have a project about to finish. It is asp.net 2.0 project using sql
server experss database. Now, I am trying to find some webhost
provider for it. I saw some saying asp.net 2.0 support. Is this all I
need, or there is some other stuff in order to make the sql server
express database supported?

Thanks.

Feb 16 '07 #3
I'll tell ya this objective has people mystified -- myself included --
transferring databases, ongoing changes and data from a local development
machine to the hosted server is a real obscure subject.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Peter Bromberg [C# MVP]" <pb*******@yaho o.yabbadabbadoo .comwrote in
message news:82******** *************** ***********@mic rosoft.com...
SQL Server Express is rarely used by hosting companies. You want to make
sure
you get SQL Server 2005 database support. They'll supply you with your own
database, and you can import your local SQLExpress "stuff" into it.
Peter

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


"Nick" wrote:
>hi,

I have a project about to finish. It is asp.net 2.0 project using sql
server experss database. Now, I am trying to find some webhost
provider for it. I saw some saying asp.net 2.0 support. Is this all I
need, or there is some other stuff in order to make the sql server
express database supported?

Thanks.


Feb 16 '07 #4
Sorry, I didn't answer part of the question directly but any Windows hosting
provider will have ASP.NET 2.0 already installed on their servers by now so
Peter's comments about the database will be the next matter of concern.

I would recommend http://webhost4life.com/ as a decent hosting provider as
they are low cost and have decent support and have kept upgrading their mail
servers and control panels making it easier for customers to manage their
websites. They may even support SQL Express and I would send email to ask. I
do know for a fact they do support SQL Server 2000 and 2005 and their fees
are low.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Nick" <ni*******@yaho o.com.cnwrote in message
news:11******** *************@h 3g2000cwc.googl egroups.com...
hi,

I have a project about to finish. It is asp.net 2.0 project using sql
server experss database. Now, I am trying to find some webhost
provider for it. I saw some saying asp.net 2.0 support. Is this all I
need, or there is some other stuff in order to make the sql server
express database supported?

Thanks.

Feb 16 '07 #5
On Feb 16, 12:13 pm, "John" <JohnSickOfS... @AOL.netwrote:
Hi Nick,

You might also find this blog from Scott Guthrie useful:http://weblogs.asp.net/scottgu/archi...rick-how-to-up...

Best regards

John
Thanks, This is a good one.

Feb 16 '07 #6

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

Similar topics

41
3098
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and now!). The application publisher went belly up years ago. Over time we've made a number of VBA code changes (< 500 lines total). Now our CPA is urging us to switch to Quickbooks Premier for Contractors at a cost of $,$$$ plus data entry. Argh, no...
0
4360
by: tony dong | last post by:
Hi there I use vs.net 2005 with standard sql 2005 under machine\sql2005 for instant when I create webpart, the code get from quickstart as follow: <%@ Page Language="C#" %> <%@ Register Src="WebPartPageMenu.ascx" TagName="WebPartPageMenu" TagPrefix="uc1" %> <html> <head id="Head1" runat="server"> <title>Web Part Page</title>
1
2659
by: Michael | last post by:
Hi, I've read Scott's article: http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx but when I try to create a new database file in App_Data with Visual Studio 2005, it shows error: Connect to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URL....
3
1267
by: Greg | last post by:
>From my dark past I seem to remember that when distributing an app that talked to an access database, the end user did not need to have access installed on their machine in order for an application to talk to an access database file - the Jet engine looked after everything. What is the score with SQL Server Express? Will users need this installed on their machines? I guess it is possible to write a script that installs this along with...
12
1154
by: JJ | last post by:
Looking for a database for the backend to my e-commerce web site that doesn't cost the earth. Planned on using mySQL but I gather that there is no connector compatible with asp 2.0 available yet. What other options do I have? Thanks in advance,
2
1248
by: JJ | last post by:
I wanted to run mySQL server as a back end to my web site(s), running on win2k3 with asp2.0 . Unfortunately this doesn't appear to be possible as there is no 'connector' available to connect the asp site to the database. I am looking at using SQL server express as a second option but that seems to have some limitations regarding backup the database, which I need to look into and solve. The alternative is to run .net 1.1 on the server...
17
1486
by: Matko | last post by:
Hello, I need to store data in some database for my application. I need database for easy deployment (small size), that is reliable and maybe fast. What database is best to use in this case? Thanks in advance, John
8
1756
by: Lykins | last post by:
We currently use Access 2003 in our company and have had this issues from every version from Access 97 to 2003. We deal with large databases and run a lot of queries over tables with millions of records in them. The problem comes in that when we pull a dataset out of a large table we do not get the same result every time. Example is transaction count for store 1 shows 3000 one time, the next run it is 3015, the next is 2089. All of...
12
10981
by: Darrel | last post by:
I'm still having a hell of a time figuring out this whole SQL Express set up. I finally discovered why I couldn't run the aspnet_regsql...my local sql server wasn't running. I turned that on, and now I can see a list of DBs running locally. However, the .mdf file I have in my app_data folder does NOT appear on this list.
0
4546
by: okonita | last post by:
Hi all, I am having a DB2 connectivity problem that I hope someone can help me resolve. I need this to test Replication and such other things. What am I doing wrong here? Any help that I can get will be highly appreciated. First, the error that I am getting when I try to connect to the remote host after performing NODE and database catalog is the following: SQL1336N The remote host "WINSVR2008R2-2" was not found. SQLSTATE=08001. I...
0
9719
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
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
10371
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...
0
10111
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...
1
7650
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5684
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
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
3
3010
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.