Make settings for an application to be changed by admin only in a .Net application? - c#-2.0

I created a .Net application with some app settings. I want to make these app settings to be changed only by an administrator. Any help is grateful.
Thanks,

Go to windows explorer. Right click on the configuration file, go to security tab. Remove write rights from everyone that is not the administrator.

Related

Oracle MAF application can't load remote URL on iphone

I created a new feature that should load a remote URL connection. I also whitelisted the domain, just to be sure. The problem is that when I deploy it on my iPhone, it does not load that URL. On the contrary, on the simulator, it loads the URL without any issues.
What can be the problem?
Thank you in advance,
Razvan
I found the answer I needed. Since MAF 2.2.1, non-HTTPS connections seem to fail to run on iOS. So if you disable Application Transport Security (APS) , the problem should be solved. You can do it like this in JDeveloper :
Disabling App Transport Security for MAF Applications on iOS Devices
MAF applications that you migrate to this release of MAF enable ATS by default. You can disable ATS in your MAF application as follows:
In JDeveloper, choose Application > Application Properties > Deployment.
In the Deployment page, double-click the iOS deployment profile.
Choose iOS Options.
Select Disable Application Transport Security and click OK.
Hope to be helpful for others.
Thanks,
Razvan

Creation of Microsoft Azure Web App with sql server failed

I got the following error when creating an azure web app:
Creation of Microsoft Azure Web App with sql server failed
I know what the issue is, but i dont know how to go back, change the settings and retry to create the web app. Can anyone advise how i do this?
Per your comment, did you try editing the publish profile and correct the settings that where incorrect?
You can edit the publish profile found under "Properties". It is an XML file that contains all the settings for publishing your site.
More information can be found here: How to: Edit Deployment Settings in Publish Profile (.pubxml) Files and the .wpp.targets File in Visual Studio Web Projects

Cannot paste from clipboard into a TMemo

I have a client that reports he cannot paste into a TMemo from the clipboard. I also have code that calls TMemo.PasteFromClipboard, but this does not work.
He is using Windows 8 (not sure if 8.0 or 8.1).
Other users in their office do not experience this problem.
Any ideas what could be wrong?
(Application developed with Delphi 7)
Windows 8 / 8.1 : copy and paste, known problem since 2013
copy content lost, switching from one app to another app.
try to copy and paste anything to an email.
trouble with copy and paste between a virtual machine and desktop.
copy-and-paste takes several tries.
using arrow keys when NUM is on (deletes Clipboard content).
Sometimes could be solved with
disabling the "Send to Bluetooth" option in Outlook.
To disable the Add-in, start Outlook with the "Run As Administrator" option.
OR
Disabling C:\Program Files (x86)\Intel\Bluetooth\btmoffice.dll in the COM Add-in manager.
IE Internet Options
Allow Programatic clipboard access.
Switch from Disabled to Prompt
Sometimes set to Disabled make problems.
Webroot, if your client using webroot
Ask client to add your App to Application Protection tab
Win8, Webroot Secure Anywhere Internet Security Plus
Open Webroot as Admin user.
Identity Protection properties (gear icon).
Application Protection tab.
list of applications (three radio buttons) : Protect, Allow or Deny.
Look for the application that does not allow you to cut/copy/paste.
If it's set to "Deny" you won't be able to use cut/copy/paste.
SecureAnywhere, ManagingProtectedApps

Can't connect to and debug my azure app

I have a mvc4 project that I have published to azure through a publish profile that I use by right clicking my main project and go publish.
All this works great and has for a while.
But now I need to debug the app so I installet the azure tools and according to tutorials I should then have my application under "Windows Azure Compute" in server tab. I do not there is nothing under there.
If I select "Add Deployment Environment" I can click a link that says download publish settings file so I did and I got the file. When i then import it, it looks like this: http://db.tt/JkJsT3Hl
however if I now click the little arrow next to 3-Month Free Trial the arrow simply disappear. There is nothing there.
I noticed that the publich settings file I had since before was not at all the same as this new one I got now. I could not use the old one here.
I also noticed that a new Certificate showed up on the azure page like so: http://db.tt/KoqNXwUp
I should mention that before it said upload a .cer file, something i never did.
Okay thats all I know.
I had missed that azure toolkit comes with a emulator (system tray)
enabled that and created a web role (right click project and chose create azure role)
and now i can debug in the emulator on my local machine and so far it has worked brilliant.
Beware that it can require you to run visual as admin to work.

Wireshark on a Citrix Client

I'm working on an app which needs to intercept SSL from a Citrix client and write to a log file. We are trying to use Wireshark to log the traffic per this article:
http://support.citrix.com/article/CTX116557
However, I don't know where the certificate file is located on the client machine. Has anyone got this to work, and if so, what was the solution?
Thanks.
You didn't specify what the target operating system was, that's running behind citrix.
However, assuming it's windows based:
In Win7/Server 2008
goto: Control Panel -> Internet options (Maybe internet & network then internet option on win7)
Either way, the dialogue box your looking for is the one that usually appears when you go "tools->options" in internet explorer.
Goto the "Content" tab, then click "Certificates" select the certificate you wish to export, then click "Export" and follow the instructions in the export wizard to save your certificate to disk.

Resources