Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2008

Tip: Looking for answers? Try searching our database.

ASP.NET 2.0 accessing SQL Server Express

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jim B - 05 Feb 2008 21:45 GMT
Hello,

This is a FAQ, messy one but what I actually should do that ASP.NET 2.0 Web
Application is
using SQL Server Express database?

I have struggle with Node\ASPNET user account but connection from Web App to
database
doesn not succeed.

Have anyone simple instructions what should be done when a ASP.NET
application (deployed into IIS) is using SQL Server Express database in same
PC?

Cheers,
Peter Bromberg [C# MVP] - 06 Feb 2008 01:06 GMT
Attach the database the same way you would do with SQL Server, and don't use
the UserInstance connection strings; use a regular connection string such as:
server=(local);database=mydatabase;uid=sa;pwd=password;
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com 

> Hello,
>
[quoted text clipped - 11 lines]
>
> Cheers,

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.