Tagged Questions

5
votes
2answers
348 views

Windows Azure Can I run multiple WebSites on the same Extra small instance or Small instance

I'm evaluating MS cloud Windows Azure for hosting 3 completely separated websites. Every website has its own database and they are not connected, so 3 websites and 3 databases. My aim is to optimize ...
5
votes
4answers
941 views

ASP.NET Web Forms Applications on Azure (or any cloud hosting)

This is a pretty vague question but I'm struggling a bit to get my head around what is involved in cloud hosting. Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an ...
3
votes
3answers
535 views

Is there an equivalent to Heroku for the ASP.NET platform?

I can't see a reason why we couldn't do the same thing Heroku does for an ASP.NET website. Anyone care to object?
2
votes
2answers
100 views

Free Cloud Database Service for home development

Is there a free cloud based database service I can use for an asp.net application (hosted online and not on my own server) and a winform desktop application (running on my pc). I'd like to use one so ...
2
votes
1answer
834 views

Moving a ASP.NET application to the cloud

I am new to cloud computing, so please bear with me here. I have an existing ASP.NET application with SQL Server 2008 hosted on a Virtual Private Server. Here's what it briefly does: The front end ...
1
vote
1answer
81 views

What are some steps to create a mobile web version of website?

I have built a website with asp.net jquery sql server 2008.Now i want to build a mobile version of it(web,accessible via the browser).Do i have to to migrate data to the cloud?if i build in .NET ...
1
vote
1answer
903 views

ASP.NET Cloud application Vs Ordinary ASP.NET

I was reading this article Build Your First Cloud Application Using Visual Studio 2010 when It hit me: Why would I switch from my normal hosting (shared account, VPS, or whatever) to host it on ...
1
vote
2answers
118 views

How do I design the file storage issue?

I am working on an application that creates video files and stores them in a folder in the C:\ drive. I speculate that there will be a large number of these files in the future and we would run out of ...
0
votes
1answer
74 views

Cloud-based Database scaling, security and availability

We have an mobile web (ASP.NET + MS-SQL 2008) website that stores users' "personal" data. We are now developing an iPhone & Android apps that would sync mobile data periodically to the same ...
0
votes
1answer
334 views

(Server Error in '/' Application. Could not find file )error in Windows Azure

I have converted my asp.net web project to Cloud Service. When i compile it on my local machine, it works fine. But when i deploy it on Windows Azure, and run it as *.cloudapp.net , it shows following ...
0
votes
1answer
29 views

website security

Could someone help me with the precautions that are to be taken to keep the asp.net / cloud website secure?
0
votes
1answer
133 views

ASP.NET 4.0 , SQL 2008 Web development and deployment Cloud or Shared Hosting?

Just to give you a fair idea, I am new to the web development / hosting world and planning to develop a Multilingual Social networking Web Applications in ASP.NET 4.0 , expected the content to deliver ...