Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection string problem

Status
Not open for further replies.

slatet

Programmer
Sep 11, 2003
116
0
0
US
I'm developing a c# webpart on my computer and then copying it to a VM image on my same computer to test it. Each time I try to "fill" a dataset it redirects me to the maintenanc screen. Can anyone help me figure out why?

Here is the connection string
string connectionString = "user id=WIN-2003-SERVER\name;password='Password';data source=WIN-2003-SERVER;initial catalog=logs";

The user name has dbo access to the db "logs" so I can't figure out what the problem might be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top