c# - Creating a ServiceDefinition.csdef -


i'm new vs , azure, i've created application in vs15 , have deployed azure, application not created cloud app. need deploy crystal reports visual studio runtime, i've followed example here http://www.britishdeveloper.co.uk/2012/01/crystal-reports-on-azure-how-to.html i'm supposed edit servicedefinition.csdef file this

<webrole name="web" vmsize="small"> ... <startup> <task commandline="startup.cmd" executioncontext="elevated" tasktype="background" /> </startup> </webrole>

the problem there no servicedefinition.csdef in project, should have been created project / build? how create 1 , in project supposed created?

thanks

adding csdef file not solve problem. need convert web application cloud service project. when convert it, new cloud services project added solution , necessary files (cscfg, csdef, webrole.cs) added projects appropriately.

to convert project, right click project --> convert --> convert microsoft azure cloud service project shown in picture below.

enter image description here

however please keep in mind cloud services deployed in different manner regular web applications , lose of features (like ultra fast deployment) have web applications.


Comments

  1. Strikingly sports fans are potentially at an unbelievable reasonable position. You can locate the standard distractions channels on the web. Today you can watch international sporting events online with video gushing. medios independientes

    ReplyDelete

Post a Comment

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -