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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone know why this page won't upload

Status
Not open for further replies.

Goalie3533

Programmer
Apr 14, 2004
53
US
I'm uploading an entire asp.net project to my server for the 1st time and I thought I had everything set up properly but I'm getting an error when I try to access the page.
Can you please check out this page and perhaps point me in the right direction as to how I can fix this?

Thanks.

-Goalie35
 
Looks like a bad connection string. Double check that the file name is correct and that it's pointing to the proper location.

-paul

penny.gif
penny.gif

The answer to getting answered -- faq855-2992
 
Still no luck so far. If it helps, here's the url i'm using in my web.config settings.

<appSettings>
<!--Connection String-->
<add key="connectionString" value="Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source= />
<!--database connection details -->
</appSettings>

Thanks again.

-Goalie35
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top