Click here to Skip to main content
15,893,722 members

Comments by Member 12992094 (Top 8 by date)

Member 12992094 23-Apr-17 11:33am View    
Thank you! I solved it by passing the whole model to the "Post" action method.
Member 12992094 10-Apr-17 6:41am View    
Thank you!
Member 12992094 10-Apr-17 6:02am View    
So I have to deploy it to Azure first, then complete the development based on what Azure provides?
Member 12992094 10-Apr-17 5:02am View    
Can you give me a hint of how to do so? I'm really new to web development, and I can't figure it out.
Member 12992094 10-Apr-17 2:19am View    
Yes, this is what I want to do. They will upload the files, click compile then receive a result.

But I need the JDK on my server right? How am I going to upload JDK to the server? so I was thinking, if I copy the JDK already installed on my laptop to the project directory, then access it using a virtual path, is it going to be deployed with the project on a remote server? (Azure in my case). Will users be able to compile their codes remotely?