asp.net - Azure web app unexpected crash -


i have web app running in azure. when try debug in vs, can far var newresume = new resume() {jobid = (int)jobid}; line (i correct jobid), "server error" , page redirected error page. works locally. can problem? time

[httpget] public actionresult create(int jobid) {     var newresume = new resume() {jobid = jobid};     return view(newresume); } 

i fixed it. in project file view not configured added


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -