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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -