Click here to Skip to main content
15,914,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: XPBurn Component Pin
Christian Graus11-Dec-07 18:15
protectorChristian Graus11-Dec-07 18:15 
Questionwhen i press the back button Pin
Geore11-Dec-07 17:36
Geore11-Dec-07 17:36 
GeneralRe: when i press the back button Pin
Sathesh Sakthivel11-Dec-07 17:48
Sathesh Sakthivel11-Dec-07 17:48 
GeneralSql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
dboy22111-Dec-07 16:37
dboy22111-Dec-07 16:37 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
N a v a n e e t h11-Dec-07 16:56
N a v a n e e t h11-Dec-07 16:56 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
dboy22111-Dec-07 17:21
dboy22111-Dec-07 17:21 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
Venkatesh Mookkan11-Dec-07 16:56
Venkatesh Mookkan11-Dec-07 16:56 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
Michael Sync11-Dec-07 17:02
Michael Sync11-Dec-07 17:02 
You can check this link ~

http://www.aquesthosting.com/HowTo/Sql2005/SQLError26.aspx[^]
dboy221 wrote:
connectionString="DataSource=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|DefinaBackEnd.mdf;IntegratedSecurity=True;ConnectTimeout=30;User Instance=True"


There are two cases for this issues and the solution included in this link.

1. SQL Server 2005 Open SQL Server Configuration Manager. Select "SQL Server 2005 Network Configuration | Protocols for MSSQLSERVER" then enable the protocols you need.

2. You might need to add the custom SQL membership provider since the most of web server doesn't have the SQL express installed locally.

Ref : http://www.aquesthosting.com/HowTo/Sql2005/SQLError26.aspx[^]

Someone said that adding the SQL port 1433 might be solve the problem.

Example ~

connectionString="DataSource=.\SQLEXPRESS:1433;AttachDbFilename=|DataDirectory|DefinaBackEnd.mdf;IntegratedSecurity=True;ConnectTimeout=30;User Instance=True"

Ref : http://blogs.msdn.com/sql_protocols/archive/2007/05/13/sql-network-interfaces-error-26-error-locating-server-instance-specified.aspx[^]

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
dboy22112-Dec-07 6:11
dboy22112-Dec-07 6:11 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
Michael Sync12-Dec-07 6:21
Michael Sync12-Dec-07 6:21 
GeneralRe: Sql File Connection Error when Web App is Deployed to Remote/Hosting Server (works locally though) Pin
dboy22112-Dec-07 8:01
dboy22112-Dec-07 8:01 
QuestionHow to export All records from gridview to excel when paging in gridview Pin
$unil Dhiman11-Dec-07 14:47
$unil Dhiman11-Dec-07 14:47 
GeneralRe: How to export All records from gridview to excel when paging in gridview Pin
Michael Sync11-Dec-07 16:50
Michael Sync11-Dec-07 16:50 
GeneralRe: How to export All records from gridview to excel when paging in gridview Pin
$unil Dhiman11-Dec-07 17:28
$unil Dhiman11-Dec-07 17:28 
GeneralGodaddy ?! Pin
sergeyv200211-Dec-07 11:03
sergeyv200211-Dec-07 11:03 
GeneralRe: Godaddy ?! Pin
Christian Graus11-Dec-07 13:26
protectorChristian Graus11-Dec-07 13:26 
GeneralRe: Godaddy ?! Pin
sergeyv200211-Dec-07 14:11
sergeyv200211-Dec-07 14:11 
GeneralRe: Godaddy ?! Pin
Christian Graus11-Dec-07 16:43
protectorChristian Graus11-Dec-07 16:43 
GeneralRe: Godaddy ?! Pin
Michael Sync11-Dec-07 15:38
Michael Sync11-Dec-07 15:38 
GeneralIE Cookie Problem Pin
FinnGrimw11-Dec-07 10:06
FinnGrimw11-Dec-07 10:06 
GeneralRe: IE Cookie Problem Pin
Michael Sync11-Dec-07 15:47
Michael Sync11-Dec-07 15:47 
GeneralDotNet Application Pin
vasini11-Dec-07 9:53
vasini11-Dec-07 9:53 
GeneralRe: DotNet Application Pin
Pete O'Hanlon11-Dec-07 11:09
mvePete O'Hanlon11-Dec-07 11:09 
GeneralRe: DotNet Application Pin
YeHtut11-Dec-07 16:17
YeHtut11-Dec-07 16:17 
GeneralRe: DotNet Application Pin
Michael Sync11-Dec-07 17:10
Michael Sync11-Dec-07 17:10 

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.