How to deploy my project on Azure

Hello Every body, 

I am new to Azure, please help me 

I have following project / solution structure. 
Solution (Root Level)
   Libraries (Solution Folder)
      DAL (Project folder)
      BAL (Project folder)
      BO (Project folder)
   Presentation  (Solution Folder)
      Module 1 (Project folder)
      Module 2 (Project folder)
      Module 3 (Project folder)
      Module 4 (Project folder)
      Static Content (Project folder)
 JS 
 CSS
 Images
      User Controls (Project folder)
 UC 1
 UC 2
 UC 3
 UC 4
 UC 5

I want, all these user controls in all modules. So I created a separate project of all these user controls and added empty User Controls folder in each Module Project. I added one Pre build event for all modules to copy all these user controls to Module's User Control folder. 
While deploying on Azure, I first added one Web Role, but as there are multiple projects present in the solution, it asks me to point it to one of the projects, so I point it to Module 1. But when I publish, this User control and all its content not get published. 
Can anybody help me deploying the application ?

I also want all modules to communicate with each other. like Module 1's aspx can call Module 3's aspx page page and etc. How to achieve this.

Thanks
Ashwin

     
July 19th, 2013 9:12am

your answer is in your question AshwinKhan

how would you do it on a local iis, it will be exactly what you will do on Azure, 

if you need more than one virtual directory / website locally then it will be similar on Azure.. deploy on multi website / webroles

Free Windows Admin Tool Kit Click here and download it now
July 19th, 2013 1:47pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics