asp.net - MVC app doesn't send email when deployed on a remote server -


when exception occurs in mvc app, code sends email.

the thing works charm when deploy locally. on remote server, though, doesn't send email.

below details deployment environment.

web server: iis 7.5

.net framework: v4

mvc version: 4

windows server: windows server 2008 r2 standard

help appreicated.

sorry, realized had grant permissions user asp.net v4.0, name of application pool / identity under application registered / running.

that solved problem.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -