Where to deploy the Web Application? [closed] - facebook

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have made a Facebook application (using C# and ASP.NET + SQL server), which is hosted on my localhost. Is there any other place where I can deploy this web application, so that it can be accessible from anywhere on the internet.
What changes should be made in the connection string, while deploying this on the internet???

Shop around for some web .Net hosting.
Looking for free web hosting of your .Net app? Try monoforge. It's very unlikely to find free web hosting for Microsoft based products. It costs money. So, my advice is to try to retrofit your app to Mono and have it hosted on MonoForge.

You will need a web server/host supporting ASP.NET and SQL server. There are a plenty of options available.

Related

Regarding tutorials on GWT [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am working on a new project , in which the GUI part is built on top of GWT(Google window toolkit),as I have to make few changes in GUI part , Please advise me some viedeo tutorials for GUI , although I am going through http://www.mkyong.com/google-app-engine/google-app-engine-hello-world-example-using-eclipse/
but please advise some best tutorials specially the viedeo one.Thanks in advance
also please advise google web toolkit and google app engine are they two different independent things.
Here you can start with tutorial of helloworld..
And then have a look at Architecture building with GWT
Finally with Remote procedure calls (hitting backend).
And finally your second Question GWT with App engine
And I'm suggesting to have a look at GWT showcase and as well as code samples.
And the best GWT examples site roughian

Zend Framework vs Drupal, or is the argument silly? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
My friend thinks that Drupal is a much better framework than Zend, I however, think it's an unfair comparison. What are your thoughts?
They are two different products altogether. Drupal is not a framework, it is a Content Management System. This allows for distributed publishing, workflow and much more. It can be extended through plugins to provide additional functionality.
Zend Framework is a web application framework. It gives a common set of tools, services and code that can be used to build a site. It does not give you a site unless you put these items to some use first.
Think of it this way:
If you wanted to build a Content Management System like Drupal from scratch, you would use a Web Application Framework like Zend Framework to shortcut a lot of the standard elements you would need such as session management, email, database abstraction layer etc.

What is the best automated web testing tool for GWT? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm interested to do automatic testing on GWT applications.
I know not all automated web testing tools can cope with dynamic AJAX web frameworks such as GWT.
Anyone with positive experience here?
Have you tried GwtUnitTest ?
I know this isn't black box testing, but it allows test ajax.
Also I have practive with implementing ajax tests with TestComplete. But development of those test cases is complicated.

Facebook C# or FaceSharp [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There are a couple of popular libraries for developing Facebook apps in C# on codeplex.
FaceSharp
Facebook C#
If you have experience with either one, please provide the Pros and Cons for each. I am planning to develop a Silverlight facebook app which will run in Canvas and on a public site.
Well i would vote to KMicrosoft's Facebook SDK.Works well and provides you everything you want FQL or Async Get .i think you should go for it

one CMS for multiple domains under one web host provider? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
could anybody recommend free CMS that
is preferably part of SimpleScripts or could be installed let's say with BlueHost shared hosting environment
can handle multiple domains using one database/interface/CMS application. Every domain will have similar yet different content. I would like to have list of records in the CMS application that I place rules on based domain name. So one record would be displayed on domain1.com, record2 on domain1.com and domain3 etc etc.
would be plugin ready
easy to use,set up,
reliable, fast to serve user requests
big community
did I forget anything? :-)
Drupal with Domain Access module handles this task very well.