Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Maintain a dataset across the app, what is the best way? Pin
Mike Ellison5-Oct-06 14:31
Mike Ellison5-Oct-06 14:31 
AnswerRe: Maintain a dataset across the app, what is the best way? Pin
Britney S. Morales6-Oct-06 11:20
Britney S. Morales6-Oct-06 11:20 
Questionneed help wit files settings pls!! Pin
neodeaths5-Oct-06 12:14
neodeaths5-Oct-06 12:14 
AnswerRe: need help wit files settings pls!! Pin
Mike Ellison5-Oct-06 14:33
Mike Ellison5-Oct-06 14:33 
GeneralRe: need help wit files settings pls!! Pin
neodeaths5-Oct-06 18:11
neodeaths5-Oct-06 18:11 
GeneralRe: need help wit files settings pls!! Pin
Mike Ellison6-Oct-06 6:02
Mike Ellison6-Oct-06 6:02 
GeneralRe: need help wit files settings pls!! Pin
neodeaths6-Oct-06 8:18
neodeaths6-Oct-06 8:18 
GeneralRe: need help wit files settings pls!! Pin
Mike Ellison6-Oct-06 8:40
Mike Ellison6-Oct-06 8:40 
I guess the original point I wanted to get to was in what medium was your data stored. What are you using in your development environment? Is it Sql Express? Is it full Sql Server?

If it is Sql Express, you are most likely not going to be able to simply copy the .mdf file and expect it to work (even with connection strings pointed correctly). It is likely that your host does not support Sql Express and would not have the necessary services running on their servers for Express to work. That's why I originally said to check with your host.

Typically, a host will support a full Sql Server edition (not the Express edition). In this case, assuming you've purchased Sql Server hosting as part of your plan, you would need to upload the data from your Express file to the host's Sql Server database. Again, I would check with your host on this. It is possible that they have tools to help with this kind of [Express->to->SqlServer] upload.

Once you have the data loaded in the format expected by your host, then you would look to modify connection strings in your application (hopefully you're using the <connectionStrings> web.config section for this) to properly point to the host's database.
GeneralRe: need help wit files settings pls!! Pin
neodeaths7-Oct-06 3:24
neodeaths7-Oct-06 3:24 
GeneralRe: need help wit files settings pls!! Pin
neodeaths13-Oct-06 17:40
neodeaths13-Oct-06 17:40 
QuestionDataview/Dataset Pin
shivarishxxxx5-Oct-06 10:10
shivarishxxxx5-Oct-06 10:10 
QuestionGet HTML for an element in Page_Load method Pin
eggie55-Oct-06 10:05
eggie55-Oct-06 10:05 
AnswerRe: Get HTML for an element in Page_Load method Pin
eggie55-Oct-06 10:32
eggie55-Oct-06 10:32 
QuestionDataGrid paging problem Pin
saravanan055-Oct-06 8:56
saravanan055-Oct-06 8:56 
AnswerRe: DataGrid paging problem Pin
postmaster@programmingknowledge.com5-Oct-06 23:35
postmaster@programmingknowledge.com5-Oct-06 23:35 
QuestionRegister event attribute onload for the Page from UserControl Pin
Roman Muntyanu5-Oct-06 7:39
Roman Muntyanu5-Oct-06 7:39 
AnswerRe: Register event attribute onload for the Page from UserControl Pin
minhpc_bk5-Oct-06 15:55
minhpc_bk5-Oct-06 15:55 
QuestionFilepath works in IE but not Firefox. Pin
Goalie355-Oct-06 4:25
Goalie355-Oct-06 4:25 
AnswerRe: Filepath works in IE but not Firefox. Pin
Chris Buckett5-Oct-06 9:12
Chris Buckett5-Oct-06 9:12 
GeneralRe: Filepath works in IE but not Firefox. Pin
Goalie359-Oct-06 5:32
Goalie359-Oct-06 5:32 
GeneralRe: Filepath works in IE but not Firefox. Pin
Chris Buckett9-Oct-06 22:02
Chris Buckett9-Oct-06 22:02 
QuestionUser control creation order? Pin
Chris Buckett5-Oct-06 3:43
Chris Buckett5-Oct-06 3:43 
AnswerRe: User control creation order? Pin
l0kke5-Oct-06 4:51
l0kke5-Oct-06 4:51 
GeneralRe: User control creation order? Pin
Chris Buckett5-Oct-06 4:57
Chris Buckett5-Oct-06 4:57 
QuestionUpload Big File Pin
MHASSANF5-Oct-06 2:22
MHASSANF5-Oct-06 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.