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

ASP.NET

 
QuestionI need a free hosting for asp.net with sql server, is it possible? Pin
Member 1028433219-Sep-13 0:51
Member 1028433219-Sep-13 0:51 
AnswerRe: I need a free hosting for asp.net with sql server, is it possible? Pin
hypermellow19-Sep-13 1:17
professionalhypermellow19-Sep-13 1:17 
AnswerRe: I need a free hosting for asp.net with sql server, is it possible? Pin
David C# Hobbyist.19-Sep-13 7:36
professionalDavid C# Hobbyist.19-Sep-13 7:36 
AnswerRe: I need a free hosting for asp.net with sql server, is it possible? Pin
mastanp22-Sep-13 6:06
mastanp22-Sep-13 6:06 
QuestionOnline Backup in asp .net Pin
Vicky_Aryan18-Sep-13 20:01
Vicky_Aryan18-Sep-13 20:01 
AnswerRe: Online Backup in asp .net Pin
Richard MacCutchan18-Sep-13 21:01
mveRichard MacCutchan18-Sep-13 21:01 
QuestionVS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO18-Sep-13 15:10
professionalDRAYKKO18-Sep-13 15:10 
AnswerRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
Richard Deeming18-Sep-13 23:43
mveRichard Deeming18-Sep-13 23:43 
You'll need to try to diagnose where the connection is failing:
  1. Can you connect to the server specified in your connection string using sqlcmd[^]?
  2. Can you connect using the credentials specified in your connection string?
  3. Can you access the database specified in your connection string?
  4. Can you access the database using the credentials from your connection string?

If the answer to all of those questions is "Yes", please post the connectionStrings and system.web/roleManager sections from your web.config file. Don't forget to remove any passwords before posting!



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO19-Sep-13 1:43
professionalDRAYKKO19-Sep-13 1:43 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO19-Sep-13 5:04
professionalDRAYKKO19-Sep-13 5:04 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
Richard Deeming19-Sep-13 6:38
mveRichard Deeming19-Sep-13 6:38 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77719-Sep-13 11:38
DRAYKKO77719-Sep-13 11:38 
AnswerRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
mastanp22-Sep-13 6:24
mastanp22-Sep-13 6:24 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77722-Sep-13 9:34
DRAYKKO77722-Sep-13 9:34 
QuestionCRYSTAL REPORT Pin
ashokm0118-Sep-13 4:22
ashokm0118-Sep-13 4:22 
QuestionHow to Click Button set loading image Pin
Member 1022227818-Sep-13 0:30
Member 1022227818-Sep-13 0:30 
QuestionAdd a httpHandlers to a configuaration Pin
Lutosław17-Sep-13 1:11
Lutosław17-Sep-13 1:11 
Questionhow to manually populate model from mvc action method (ASP.Net MVC) Pin
Tridip Bhattacharjee17-Sep-13 0:50
professionalTridip Bhattacharjee17-Sep-13 0:50 
AnswerRe: how to manually populate model from mvc action method (ASP.Net MVC) Pin
Govindaraj Rangaraj30-Sep-13 23:37
Govindaraj Rangaraj30-Sep-13 23:37 
QuestionCreate w Web Service and add it to a running ASP server. Pin
Lutosław16-Sep-13 22:56
Lutosław16-Sep-13 22:56 
QuestionWeb Service Design to be inter operable with other platforms [Solved] Pin
Ghost Leader16-Sep-13 20:58
Ghost Leader16-Sep-13 20:58 
AnswerRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:27
professionalBlikkies16-Sep-13 22:27 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 22:45
Ghost Leader16-Sep-13 22:45 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:56
professionalBlikkies16-Sep-13 22:56 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 23:12
Ghost Leader16-Sep-13 23:12 

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.