Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem with SubDomains !!! Pin
amin_behzadi28-Apr-07 0:24
professionalamin_behzadi28-Apr-07 0:24 
AnswerRe: problem with SubDomains !!! Pin
Guffa28-Apr-07 0:50
Guffa28-Apr-07 0:50 
GeneralRe: problem with SubDomains !!! Pin
amin_behzadi28-Apr-07 0:55
professionalamin_behzadi28-Apr-07 0:55 
Questionneed clarification for menu structure. [modified] Pin
SrividhyaSwami27-Apr-07 23:51
SrividhyaSwami27-Apr-07 23:51 
QuestionControls Pin
John.L.Ponratnam27-Apr-07 21:40
John.L.Ponratnam27-Apr-07 21:40 
AnswerRe: Controls Pin
Sathesh Sakthivel27-Apr-07 21:53
Sathesh Sakthivel27-Apr-07 21:53 
GeneralASP.Net & SQL2005 Express Pin
Psycho-*Coder*-Extreme27-Apr-07 17:27
Psycho-*Coder*-Extreme27-Apr-07 17:27 
GeneralRe: ASP.Net & SQL2005 Express Pin
Christian Graus27-Apr-07 20:00
protectorChristian Graus27-Apr-07 20:00 
RLMcCutchen wrote:
I've read some on SQL2005 Express but I'm wanting to know how I can add a database in the App_Data folder and have it work without SQL being on the host server.


You really can't. Not unless you store all your data as XML or you use Access, or something.

SQL Express is OK, but not good if it will be used by many people at once.

RLMcCutchen wrote:
(it's not an actual "hosting company", he's a long time friend who happens to have large servers for a company he used to own (lost funding)


This sounds like a disaster. You want to expose your clients to this mess ? Get a real host. One with SQL Server.

RLMcCutchen wrote:
Is it possible to attach SQL2005EXPRESS without SQL running on the host machine? If so how?


Of course not. If the database is not running on the host machine, or a machine visible to the host, then it's not going to work, is it ?

However, Access would be fine. You just need to work out what's holding the file open when your code tries to open it ( that's what that error is )



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: ASP.Net & SQL2005 Express Pin
Psycho-*Coder*-Extreme27-Apr-07 20:20
Psycho-*Coder*-Extreme27-Apr-07 20:20 
QuestionHow to set the default page on asp.net Pin
Britney S. Morales27-Apr-07 13:22
Britney S. Morales27-Apr-07 13:22 
AnswerRe: How to set the default page on asp.net Pin
kubben27-Apr-07 14:06
kubben27-Apr-07 14:06 
AnswerRe: How to set the default page on asp.net Pin
Christian Graus27-Apr-07 14:39
protectorChristian Graus27-Apr-07 14:39 
QuestionASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 12:22
Ibuprofen27-Apr-07 12:22 
AnswerRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:19
protectorChristian Graus27-Apr-07 13:19 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:20
Ibuprofen27-Apr-07 13:20 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:57
protectorChristian Graus27-Apr-07 13:57 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:21
Ibuprofen27-Apr-07 13:21 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:56
protectorChristian Graus27-Apr-07 13:56 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:58
Ibuprofen27-Apr-07 13:58 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 14:38
protectorChristian Graus27-Apr-07 14:38 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 14:55
Ibuprofen27-Apr-07 14:55 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 15:14
protectorChristian Graus27-Apr-07 15:14 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen28-Apr-07 6:31
Ibuprofen28-Apr-07 6:31 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus28-Apr-07 12:16
protectorChristian Graus28-Apr-07 12:16 
AnswerRe: ASP.NET C# Code Behind SQL Update on a form Pin
DavidNohejl28-Apr-07 3:20
DavidNohejl28-Apr-07 3:20 

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.