Turning off .NET security

G

Guest

I am running Windows XP, and IE version 6.0.2900 on my desktop. It has the
..Net Framework Service Pack 1 installed on it. Security was turned off on the
machine using "CASPOL -s off". A .Net windows application has been deployed
on a Win 2003 web server.

When I try to launch the application through auto deploy
(https://www.myserver.com/myApp.exe), I'm being prompted "Do you want to run
or save this file?" with Run/Save/Cancel options. When I select Run, I'm
getting another prompt "The publisher could not be verified. Are you sure you
want to run this software?" with Run/Don't Run options.

Other desktops with the same configurations as mine are never prompted and
the application just runs. Which settings should I change/configure to
prevent the prompts?
 
J

Jeffrey Tan[MSFT]

Hi Mach,

Yes, the first "Do you want to run or save this file?" dialog is a security
enhancement of WinXP SP2. Please refer to the article below for more
information:
"How to Configure Enhanced Security Features for Internet Explorer from
Windows XP SP2"
http://www.microsoft.com/technet/security/smallbusiness/prodtech/windowsxp/i
esecxp.mspx#EXGAC

"'The publisher could not be verified. Are you sure you want to run this
software?" dialog is shown when you download an application from the
Internet and the publisher of the software has not digitally signed the
application. You should digital sign the Exe file to get rid of the dialog,
please refer to the article below:
"Automating Code Signing of Windows Executables"
http://www.kinook.com/blog/?p=10

Hope this helps.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

Jeffrey Tan[MSFT]

Hi Mach,

Ok, I will still monitor this thread. Please feel free to feedback any
result or progress here, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top