Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friends

I have published website in IIS and its working fine, but the main problem is that, when I am doing anything related to ajax or something other, it gives error like..

"Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application."

Please help me to solve that.
Posted
v2

Here, your issues resolution: Showing a modal dialog box or form ...[^]

Steps:
1. Control Panel -> Administrative Tools -> Services
2. Right click on your service -> Properties -> Logon tab
3. Select 'Local System Account' -> Allow service to interact with desktop
 
Share this answer
 
Comments
Yatin chauhan 21-Sep-12 10:22am    
Which service i have to start sir....!!!!
Sandeep Mewara 21-Sep-12 10:25am    
Did you do exactly it says? :doh:

There is a setting in IIS that you need to set. Visit the link I shared.
Yatin chauhan 1-Oct-12 0:52am    
Oky Oky Sir....!!
I solve that
Thank You So much for Reply...!!
Sandeep Mewara 1-Oct-12 2:05am    
Good to know.

If you have used AjaxControlToolkit.dll in your project then copy and paste it in your bin folder and then try it.
 
Share this answer
 
Comments
Yatin chauhan 21-Sep-12 10:17am    
Ajax tool kit already there in bin folder...!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900