asp.net mvc userinteractive problem
- by niao
Greetings,
in my mvc application when I try to connect to wcf service I get this error
It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
The problem only occurs on production server (Win2008, IIS7). On my development server (WinXp, IIS6) it works ok. Additionally. I can connect from asp.net mvc development to wcf production service.
I can't do this od production server (asp mvc production to production wcf service)