Tagged Questions
-2
votes
2answers
71 views
How to deploy ASP.NET application in cloud [closed]
Can any one explain what are the things we need to remember before deploying asp.net web application into cloud?.
1
vote
3answers
98 views
Can I deploy web-form asp.net web application to cloud?
I know such questions have already been asked many times, but I am here with my scenario. Kindly do not delete or vote to close.
I have an asp.net application with L2S and SQL 2008 R2 as backend
...
0
votes
1answer
83 views
How do make a tag cloud link to a specific paragraph or picture in asp.net
I've just started using the tag cloud feature for a new site i'm developing.
but now I've run into some problems
I can set the links in my tag cloud to go to a page, but I have many pages with a tab ...
0
votes
0answers
36 views
ASP .Net mono host web compilation error (repeated)
have hosted my site @ heliohost, which includes a linux shared server, mono,coanel, mysql, unlimited subdomains and 500 MB Space. So, what I made a page and published, and got the error [VBNC30451: ...
0
votes
1answer
188 views
Multi Tenant - User relations - Some real life examples? (asp.net / websecurity)
I am having troubles wrapping my head around the concept of multi tenancy in combination with websecurity (webmatrix framework from microsoft). I am building a mutli tenant website with:
mvc4
...
-2
votes
1answer
139 views
Creating a Private Cloud in the lab for hosting a website [closed]
We are doing a project in college and that involves creating a website using C#, .NET and hosting it on the cloud. The cloud is going to be a private cloud created by using the computers available in ...
0
votes
1answer
163 views
Response.TransmitFile vs. Direct Link
I am using a Azure cloud storage solution, and as such, each file has it's own URL. I need to allow users to download files such as PDFs from our ASP .Net website. Currently, we are using ...
0
votes
0answers
24 views
Tenancy with Web Parts
I have a web application I've developed which uses ASP.NET WebParts. It is used by an organization of 1-n users, and the experience is configured for that group of users.
I'm adapting it for a cloud ...
0
votes
1answer
63 views
How to build a file manager for file stored on cloud with asp.net?
If I give the user a space on my server to save their files.
Is there an API or better a Demo for adding capability for the user to manage his files, move, rename, add and delete. And opening the ...
2
votes
1answer
225 views
How to add multiple web applications in one web role?
I want to add two applications inside one web role in Windows Azure. I'm using Visual Studio 2010.
1
vote
0answers
234 views
Azure Website with RavenDb on Azure Virtual Machine - 401 Unauthorized
I'm trying to setup a website with RavenDb on windows Azure.
I first setuped a virtual machine and started RavenDb on it. The configuration is made with IIS and Windows Authentication. I made the ...
1
vote
1answer
130 views
Azure queues read / write limitations
is there a way to let one side WRITE ONLY to a queue and the other side to READ from the queue in azure? (something like private public key thinking...)
is there a way to do so with queue service ...
0
votes
1answer
113 views
powershell commands to get the metrics for the performance of VM
I am trying to get the metrics for the performance of the virtual machine like CPU utilisation, disk read troughput etc., in azure I want to get that by programmatically by invoking powershell ...
0
votes
1answer
201 views
What is the best way to create deployable package with database creation for Windows Azure?
I am working on an ASP.NET web application. The idea is that it will be sold as a "package" for simple deployment. I've made webdeploy based ZIP package for deploying directly from IIS (Import ...
0
votes
3answers
262 views
Creating a document Cloud in ASP.NET
I am trying to create a document cloud in ASP.NET C#.
My users get their documents scanned and uploaded to my webpage where we OCR it and covnert it to a DOC..
The DOCS are displayed in a Gridview ...
1
vote
1answer
119 views
How to move ASP.NET 2.0 applications to the cloud
How can we move our existing ASP .Net 2.0 application to the cloud platform ?
What all changes are required in existing application at code level as well as database level ?
Update: I have one ...
2
votes
2answers
351 views
Difference in development while using windows azure
My question has two parts I know they are basic ones but not able to clear the thoughts so posting this.
We are planning to build a new app on windows azure. after reading some of the articles on ...
1
vote
2answers
1k views
RPC Server is unavailable error
We are working on Windows Azure platform . The application is working fine if we work from Visual Studio but when we deploy it to Windows Azure and tried to Run from the URL created its throwing RPC ...
0
votes
2answers
154 views
Android + Windows Phone Application - Which Cloud Service should I use? [closed]
I'm still a student and we are looking to made a large project to participate in a competiton. We want to offer specific service through two mobile apps (Android + Windows Phone 7) in addition to an ...
1
vote
1answer
53 views
What parts of a web application should be moved to a WorkerRole in Azure
What parts of a web application should be moved to a WorkerRole in Azure?
I see clear uses for a website that say, converted mp3s but what about run of the mill ASP.NET site? Should CRUD operations ...
0
votes
6answers
921 views
Can I move my asp.net application to the cloud?
Our company is thinking about moving to the cloud. Would we still be able to meet all our current requirements (below). We want to be able to easily scale in the future without high costs.
5 ...
0
votes
3answers
158 views
Creating Cloud Document Server in Asp.Net
Are there any free C# Asp.Net API's to host a server that has cloud capabilities.
All I really want is for users to be able to download Word Documents, The server marks it as locked. Then the user ...
0
votes
0answers
256 views
Is it possible to have a asp.net website to run as app in offline mode and syncronize the data to online database
We have an cloud based app built in asp.net. Now we want to have a desktop application which could run in an offline mode. Also when internet is provided it should be able to sync local database with ...
3
votes
2answers
353 views
Best way to handle WCF message authentication in the cloud (C#)
I've looked to many sources, and found many examples, but none really fit the situation that I hope to take a project to. I am writing a bunch of WCF services, some publicly accessible, others not ...
1
vote
4answers
531 views
Migrating an ASP.Net App to Azure
I'm getting close to finishing a public-facing ASP.Net app and I'm starting to weigh deployment options. I'm an ASP.Net/SQLServer veteran but noob when it comes to Azure. I'm wondering how others ...
3
votes
1answer
3k 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 ...
4
votes
6answers
913 views
Backing up your code to the cloud [closed]
I want to backup my code regularly to the cloud. What's the cheapest and easiest way to do this for a single developer? I was thinking of running my code completely from a DropBox share (continuous ...
20
votes
7answers
6k views
Windows Azure or Amazon EC2 for ASP.NET MVC Development?
If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use Windows Azure or Amazon EC2?
I didn't find any satisfying answers.
So what are the advantages ...
0
votes
1answer
94 views
pingasync.SendAsync
Calling pingasync.SendAsync(mac, "ping"); am getting error this when i ping it async way give some solution in asp.net
2
votes
8answers
2k views
Hosting Web site on cloud service [closed]
Right now I am planning to build a news publication website that should be automatically scalable when traffic is increasing. I have good experience in developing web applications using ASP.NET and ...
1
vote
2answers
163 views
ASP.NET on cloud server
My website is running quite well and serving lacks of pages on daily basis. We want to add one more web server to share load on server at heavy traffic times. Instead, can I go with Amazon Elastic ...
2
votes
1answer
579 views
How to automatically send print job from “Cloud” server to printer?
A picture is supposed to be worth a 1000 words, so let's see if that can shorten this post up a bit... Essentially, I'm looking into "how" to code a solution that runs on the web server within the ...
0
votes
1answer
302 views
Issue with the configuration of HTTPS WCF hosted on Azure
I using a third party secure WCF service hosted on Azure . I am trying to create my own secure HTTPS service but I am not able to use it. I am able to host it on Azure however when I use it in a ...
2
votes
1answer
1k 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 ...
6
votes
3answers
5k views
cloud computing in .net 4.0
Since the launch of .net 4.0 the buzz word has been cloud computing. But very little is said and discussed about it in perspective of .net technologies. Further is it really the worth to invest or do ...
1
vote
2answers
182 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 ...
1
vote
1answer
240 views
changing (masking?) cloud files url
looking for a solution to mask / use a different url of a file rather than the cloud hosted one.
for example, wish to display an image
TEST.JPG
from the url
...
7
votes
4answers
2k 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 ...
2
votes
1answer
262 views
Having Issue with Azure Cloud Service Web Role that points to SQL Azure
I'm having a weird problem with my web application when it is hosted on Azure. Basically the issue is that I have one page that goes to the database and when my application's connection string points ...
1
vote
2answers
258 views
Some basic Azure Questions
I'm currently in the process of building our ASP.NET C# 3.5 Web site and I have been looking at Azure as our possible hosting environment and I had a couple of questions that I couldn't really find ...
2
votes
3answers
2k views
how to use asp.net cache on windows azure with multiple instances
hey guys if i have an azure web app running under multiple instances how do i use asp.net cache. has the azure team written any cache providers for azure?
i read somewhere they are going to support ...
20
votes
6answers
2k views
What are the challenges in porting your existing applications to Microsoft Azure?
What are the challenges in porting your existing applications to Azure?
Here are few points I'm already aware about.
1) No Support for Session Affinity (Azure is Stateless) - I'm aware that Azure ...
1
vote
4answers
183 views
Windows Services in the The Cloud
Im looking at writing a application for a web 2.0 start up site which will essential monitor specific RSS feeds.
Due to the expected up take of such a service I am expecting that taking advantage of ...
2
votes
4answers
390 views
Why should I send my website to “cloud”?
I develop asp.net websites, and I read about cloud computing, windows azure, etc. But in the end, I cannot see any pratical reasons to change/move/etc my services to the "cloud". What the benefices?
...
1
vote
5answers
268 views
Fluffy Cloud Configurations For .NET
Very simple question, is there any cloud server enviroments avaliable these days for us .NET guys that rivals Amazons ec2?
EDIT:
PDC 2008 looks like there are some very interesting info, and only ...
