|
Re: Error Running Form on Web [message #430031 is a reply to message #430019] |
Sat, 07 November 2009 01:35 |
|
Try after disabling this feature in your PC.
If a program is failing and you want to disable DEP to see if that is the cause. Here are the steps. (Just disable DEP for the program in question... don't disable it for your whole system.)
1. Click Start
2. Select Control Panel
3. Select System
4. Click the Advanced tab
5. In the Performance region select Settings
6. Click the Data Execute tab in the dialog box that opens
7. Select Turn on DEP for all programs and services except for those I select
8. Click Add.
9. The open dialog box will open. Browse and select your application.
10. Click Open
11. Click Apply
12. Click Ok
13. Reboot
Jak
-
Attachment: DEP.JPG
(Size: 570.53KB, Downloaded 896 times)
[Updated on: Sat, 07 November 2009 01:40] Report message to a moderator
|
|
|
|
Re: Error Running Form on Web [message #430196 is a reply to message #430083] |
Mon, 09 November 2009 07:23 |
|
Dear Maj,
DEP have two options might be we have to look deep inside into your system files now. so let have a look.DEP configuration for the system is controlled through switches in the Boot.ini file. If you are logged on as an administrator, you can now easily configure DEP settings by using the System dialog box in Control Panel.
Now one way to do what i am using and working for me fine and allready told to you is
Click Start, click Run, type sysdm.cpl, and then click OK.
On the Advanced tab, under Performance, click Settings.
On the Data Execution Prevention tab, use one of the following procedures:
Click Turn on DEP for essential Windows programs and services only to select the OptIn policy.
Click Turn on DEP for all programs and services except those I select to select the OptOut policy, and then click Add to add the programs that you do not want to use the DEP feature.
Click OK two times.
Other one is editing your boot.ini file can be quite dengerous and needs expertise when editing The Boot.ini file can be modified directly with scripting mechanisms or with the Bootcfg.exe tool that is included in Windows XP SP2.
To configure DEP to switch to the AlwaysOn policy by using the Boot.ini file, follow thes steps:
Click Start, right-click Mye Computer, and then click Properties.
Click the Advanced tab, and then click Settings under the Startup and Recovery field.
In the System starrtp field, click Edit. The Boot.ini file opens in Notepad.
In Notepad, click Find on the Edit menu.
In the Find what box, type /noexecute, and then click Find Next.
In the Find dialog box, click Cancel.
Replace policy_level with AlwaysOff.
Plss Plss Plss Make sure that you enter the text accurately. The Boot.ini file switch should now read:
/noexecute=AlwaysOff
An Always Off will not cover any Security level for data excecution
In Notepad, click Save on the File menu.
Click OK two times.
Restart the computer.
Good Luck
Jak
[Updated on: Mon, 09 November 2009 07:38] Report message to a moderator
|
|
|
|
|