473,406 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Turning off .NET security

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?

Sep 7 '06 #1
4 4503
Those are IE settings not .NET framework settings. I believe if you add the
site to your trusted zone it will remove these prompts but the IE newsgroup
I am sure could tell you more.

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"NormD" <ma***@newsgroup.nospamwrote in message
news:85**********************************@microsof t.com...
>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?

Sep 8 '06 #2
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/sec...ch/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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 8 '06 #3
Thank you, both for your suggestions. I'll investigate.

"NormD" wrote:
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?
Sep 8 '06 #4
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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 11 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: John | last post by:
Hello. I am a newbie to PHP. I am over halfway through my first book that I'm learning with and have just created login pages etc. I just wondered, if I am running php/mysql/apache locally,...
3
by: James | last post by:
PHP is making a right mess at the moment and insists on putting a PHPSESSID in forms, urls and other spots on a script I am running. Is there any way to stop it doing this? Part of the issue is...
3
by: Paulo Pinto | last post by:
Hi, I need to generate a temporary name for a file and pass it as argument to a shell script. Now when I use os.tempnam() or os.tmpnam() I get a runtime warning about security issues. I...
20
by: Brian Kazian | last post by:
Here's my problem, and hopefully someone can help me figure out if there is a good way to do this. I am writing a program that allows the user to enter an equation in a text field using...
40
by: Alex | last post by:
Hello, does anybody know how to turn off the autocomplete feature for a certain text field? I am aware of the "autocomplete" attribute, but I have seen other implementions achieving it...
2
by: Deano | last post by:
One of the more challenging things on my app's wishlist is to make it multi-user on a LAN. For the record my app was always intended to a single-user but things have changed. It's mostly...
0
by: Nadav | last post by:
Hi, The Problem: WebPermission.Demand() generate an exception ( meaning security validation has failed ), digging into the code I have stumbled upon the internal class...
2
by: rk325 | last post by:
I have a question about cookies & browser permissions and turning off cookies when creating a web site (cookieless mode in web.config). I have a web site that of course uses Session variables....
8
by: Mark A. Sam | last post by:
Hello I am working locally with Visual Web Developer 2005 Express. Before I even installed it, the information from Microsoft was that you could FTP it to a remote site and it should work. The...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.