Click here to Skip to main content
15,915,086 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 
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 
That's correct.

I used it for IOS, Windows Phone and Android apps, where the phone apps send XML as a string to the web method and the web method generates the requested data using XmlWriter and return it as a string.

The only thing is is that if your data is sensitive, it is not secure of using web methods so it's better to connect the web service using SSL urls and province username and password with every call.
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.