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
Post a Comment