implementing ajax
-
i hav used ajax in application . Its working fine at my local system. but when i go live it gives error.i think problem is in trust level in web.config. How do i set this trust level in web .config any body can help.its urgent thanks & regards cheers Sanjeev
-
i hav used ajax in application . Its working fine at my local system. but when i go live it gives error.i think problem is in trust level in web.config. How do i set this trust level in web .config any body can help.its urgent thanks & regards cheers Sanjeev
try right under if it doesnt work then you will have to open up your machine.config find tag hope it will help Osama Mirza
-
try right under if it doesnt work then you will have to open up your machine.config find tag hope it will help Osama Mirza
sorry, I forgot to not put tags in reply correction of the above answer ->> right under authentication tag add another tag identity impersonate="true" (make it complete tag with less than and greater than and empty tag /) sorry for that in machine.config you will may put username="machine" and for password="AutoGenerate". its not the best practice but you can try this to see if it works then make a custom policy and apply that policy on your required assemblies/user you are using either in identity tag or processmodel tag Osama Mirza
-
sorry, I forgot to not put tags in reply correction of the above answer ->> right under authentication tag add another tag identity impersonate="true" (make it complete tag with less than and greater than and empty tag /) sorry for that in machine.config you will may put username="machine" and for password="AutoGenerate". its not the best practice but you can try this to see if it works then make a custom policy and apply that policy on your required assemblies/user you are using either in identity tag or processmodel tag Osama Mirza