Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIE vs. Firefox Pin
gates099-Oct-07 9:05
gates099-Oct-07 9:05 
AnswerRe: IE vs. Firefox Pin
Christian Graus9-Oct-07 18:31
protectorChristian Graus9-Oct-07 18:31 
AnswerRe: IE vs. Firefox Pin
Guffa9-Oct-07 20:58
Guffa9-Oct-07 20:58 
GeneralRe: IE vs. Firefox Pin
gates0910-Oct-07 2:37
gates0910-Oct-07 2:37 
QuestionTyping In Combo Pin
John.G9-Oct-07 8:57
John.G9-Oct-07 8:57 
AnswerRe: Typing In Combo Pin
il_masacratore9-Oct-07 21:46
il_masacratore9-Oct-07 21:46 
GeneralRe: Typing In Combo Pin
John.G18-Oct-07 8:47
John.G18-Oct-07 8:47 
Questionasp.net connection string Pin
omer erakman9-Oct-07 7:36
omer erakman9-Oct-07 7:36 
hi i developed a website using asp.net c# and sqlexpress (2005). It works fine on my machine but when publish it to host i always take this error message:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

My database files are in App_Data directory. I am accessing them from there. the host doesnt allow remote connections. I think the connection string can cause this problem but i dont know how to solve it. Here is my connection string:
<connectionStrings>
<add name="sqlBaglantiStr" connectionString="server=.\SQLExpress;AttachDbFileName=|DataDirectory|ahsapeviniz.mdf;Integrated Security=true;User Instance=true"/>
</connectionStrings>

And for databases, i use windows authentication. Can it be about it? i dont know how can i create user for a database in App_Data folder.
thanks.
AnswerRe: asp.net connection string Pin
Not Active9-Oct-07 8:20
mentorNot Active9-Oct-07 8:20 
GeneralRe: asp.net connection string Pin
omer erakman9-Oct-07 9:37
omer erakman9-Oct-07 9:37 
AnswerRe: asp.net connection string Pin
Dhyanga11-Oct-07 0:25
Dhyanga11-Oct-07 0:25 
GeneralRe: asp.net connection string Pin
omer erakman11-Oct-07 6:40
omer erakman11-Oct-07 6:40 
GeneralRe: asp.net connection string Pin
Dhyanga13-Oct-07 19:31
Dhyanga13-Oct-07 19:31 
GeneralRe: asp.net connection string Pin
omer erakman14-Oct-07 8:54
omer erakman14-Oct-07 8:54 
GeneralRe: asp.net connection string Pin
Dhyanga14-Oct-07 21:31
Dhyanga14-Oct-07 21:31 
QuestionASP .Net 2.0 Page events. Pin
aakar9-Oct-07 6:25
aakar9-Oct-07 6:25 
AnswerRe: ASP .Net 2.0 Page events. Pin
Not Active9-Oct-07 8:23
mentorNot Active9-Oct-07 8:23 
QuestionClass vs SP Pin
ss.mmm9-Oct-07 6:17
ss.mmm9-Oct-07 6:17 
AnswerRe: Class vs SP Pin
ToddHileHoffer9-Oct-07 7:04
ToddHileHoffer9-Oct-07 7:04 
QuestionSQL Query Translation. Pin
Saksida Bojan9-Oct-07 5:37
Saksida Bojan9-Oct-07 5:37 
AnswerRe: SQL Query Translation. Pin
il_masacratore9-Oct-07 21:47
il_masacratore9-Oct-07 21:47 
Questionjavascript datetime dynamically (ASP.Net) Pin
veluCovansys9-Oct-07 5:31
veluCovansys9-Oct-07 5:31 
AnswerRe: javascript datetime dynamically (ASP.Net) Pin
ToddHileHoffer9-Oct-07 7:05
ToddHileHoffer9-Oct-07 7:05 
QuestionDataset on Immediate window Pin
ss.mmm9-Oct-07 5:30
ss.mmm9-Oct-07 5:30 
AnswerRe: Dataset on Immediate window Pin
Paddy Boyd9-Oct-07 5:38
Paddy Boyd9-Oct-07 5:38 

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.