Sign In
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Blog - Title
May, 2011
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Twitter
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
ACS
Announcement
Architecture
ASP.NET
Azure
Azure Storage
Code Sample
CSUPLOAD
Debugging
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
MapReduce
Node.js
Service Management API
Storage
VHD
VM Role
VMRole
Windows Azure
Windows Azure. Hadoop
Monthly Archives
Archives
May 2012
(6)
April 2012
(9)
March 2012
(5)
February 2012
(11)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Blog - Link List
Favorite Blogs
Windows Azure Team Blog
Windows Azure Storage Team Blog
Steve Marx Blog
MSDN Blogs
>
Avkash Chauhan's Blog
>
May, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Windows Azure Package Deployment failed with Error - "The specified deployment slot Production is occupied"
Posted
12 months ago
by
Avkash Chauhan - MSFT
0
Comments
It is possible that when you deploy your CSPKG file , you may encounter an error as "The specified deployment slot Production is occupied" and your package deployment will fail. This error may occur in the following cases: Error Creating a...
Avkash Chauhan's Blog
How to share Windows Azure VM RDP access with others in case you needed
Posted
12 months ago
by
Avkash Chauhan - MSFT
5
Comments
If you find a situation, where you will have to share the RDP access with someone else, in this case you can do the following to share your VM Access: 1. Go to Windows Azure Management Portal and in the Remote Access toolbar please select "Configure...
Avkash Chauhan's Blog
How to perform custom IIS configuration such as Adding Dynamic Compression for additional mime types in Web Role using Startup Task
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
2
Comments
As you may know, you can use appcmd.exe application to configure IIS and when you are using Web Role in your Azure Application, it is possible that you may need to configure IIS before the role starts. You can use startup task method to launch appcmd...
Avkash Chauhan's Blog
How to add Certificate in your Azure VM using Startup task
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
1
Comments
Here are the detailed steps: 1. Create a folder name Startup in your Project 2. Add your certificate in this folder (In this case I have added MyCert.cer) 3. Create a command batch file name addcert.cmd in the same folder and as following command...
Avkash Chauhan's Blog
Setting PERFMON using Startup Task in Windows Azure for Performance Monitoring via RDP in Azure VM
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
1
Comments
When you have you application running in Windows Azure the best thing is to enable diagnostics monitoring so you can collect diagnostics data from your application. However it is also possible to collect performance related data using PERFMON...
Avkash Chauhan's Blog
Role Environment Variables in Full IIS Web Role and in HWC Web Role
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
2
Comments
When you will use the following code in Page_Load function of default.aspx: String sRootPath = Environment.GetEnvironmentVariable("RoleRoot"); You will see different results depend on Full IIS Web Role and HWC as below: Full IIS Web Role...
Avkash Chauhan's Blog
Windows Azure Bootstrapper: A Command Line Tool for post processing jobs like downloading, unzipping, installing outside web or worker role
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
The Windows Azure Bootstrapper is a command line tool meant to be used by your running Web and Worker roles in Windows Azure. This tool allows you to easily download resources (either public resources or ones in your blob storage), extract them...
Avkash Chauhan's Blog
Windows Azure Connect with Domain Join in multiple VM Role Instances
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
When you deploy multiple instances to VM Role along with Windows Azure Connect and domain join setting , it may possible that domain join may work in one VM instance but not in others. I happen to worked on such issue and here are the details: You...
Avkash Chauhan's Blog
Handling Error - Unable to deploy package due to error "The file provided is not a valid service package"
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
When you deploy your package to Windows Azure Management Portal it is possible you may received the following error: Error creating deployment for hosted service '<Service_NAME>'. The file provided is not a valid service package. Detailed...
Avkash Chauhan's Blog
Collecting diagnostics log information for Windows Azure Connect related issues
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
When you enabled Windows Azure Connect in any of your Windows Azure Role (Worker Role, Web Role or VM Role) it is possible you may hit some connectivity related issues. Please follow the given instructions to generate a diagnostics logs: - You must...
Avkash Chauhan's Blog
Creating MVC 2 Web Role in Visual Studio 2010 cause error - "The project template referenced by the roletemplatedata.xml file cannot be found"
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I was working on an issue in which Azure Partner reported the following issue: When creating MVC2 Web Role in Visual Studio 2010, the following error dialog occurred and MVC2 Web Role based project could not be created. - "The project template...
Avkash Chauhan's Blog
ASP.NET MVC3 Web Role Deployment in Windows Azure (SDK 1.4) - Detailed steps and Full Sample
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
2
Comments
Please be sure to have Visual Studio 2010 (or Visual Web Developer) along with Windows Azure SDK 1.4 Refresh installed in your machine. Get the full working Sample at: http://aspmvc3webroleazure.codeplex.com/ Step 1. Please create a MVC2 Web...
Avkash Chauhan's Blog
How to deploy ClickOnce Application using Windows Azure Storage in very simple steps?
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
In this blog I will show you step by step how you can deploy a ClickOnce application designed using Microsoft Visual Studio 2010 using Windows Azure Storage. In this case, I have a Windows Form Application name VHDMountAzureVM ( http://mountvhdazurevm...
Avkash Chauhan's Blog
Windows Azure Toolkit for iOS 4.3
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
This first release of Windows Azure Toolkit for iOS provides an easy and convenient way of accessing Windows Azure storage from iOS-based applications. Download Files for iOS: https://github.com/microsoft-dpe/watoolkitios-lib https://github...
Avkash Chauhan's Blog
Handing Web Role Exception - This request operation sent to net.pipe://localhost/iisconfigurator did not receive a reply within the configured timeout (00:01:00).
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
ERROR MESSAGE: This request operation sent to net.pipe://localhost/iisconfigurator did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because...
Avkash Chauhan's Blog
When you RDP to your Web or Worker Role, you might see AzureAgentIntegrator.exe process consuming 70-80% CPU
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently working on a problem in which Windows Azure user reported the following issue: When Windows Azure user RDP to their Web Role they found that, AzureAgentIntegrator.exe process consuming 70-80% CPU which cause a significant amount of...
Avkash Chauhan's Blog
Microsoft Platform Ready Certification for Windows Azure Application Part 2 - Using Microsoft Platform Ready Test Tool
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
Prev: Microsoft Platform Ready Certification for Windows Azure Application Part 1 - Application Submission and Microsoft Platform Ready Test Tool Download & Installation Start Microsoft Platform Ready Test Tool and you will see a dialog windows...
Avkash Chauhan's Blog
Microsoft Platform Ready Certification for Windows Azure Application Part 1 - Application Submission and Microsoft Platform Ready Test Tool Download & Installation
Posted
over 1 year ago
by
Avkash Chauhan - MSFT
0
Comments
Microsoft Platform Ready (MPR) is designed to give you what you need to plan, build, test and take your solution to market. We’ve brought a range of platform development tools together in one place, including technical, support and marketing resources...
Page 1 of 1 (18 items)