I wonder if I delete App.config file, then copy my application to other pc, is it have any strange behavior?

Nope, it should be fine. There are various (somewhat tortuous) rules about exactly what version of the CLR etc gets used in what situations, but for the most part you're fine to just rely on the default behaviour.

You really don't need an app.config file unless you need to give specific settings.

Answer from Jon Skeet on Stack Overflow
🌐
JW Player
docs.jwplayer.com › platform › docs › apps-delete-an-app-config
Delete an app config
On the Apps page, hover over the row of the app config. A trash icon appears at the end of the row. Click the trash icon. The Delete app warning prompt appears.
🌐
IBM
ibm.com › docs › en › maas360
Deleting an app configuration
Information about deleting an app configuration.
🌐
Seqrite
docs.seqrite.com › docs › seqrite-enterprise-mobility-mgmt › apps › app-configuration › deleting-app-configuration
Deleting App Configuration - Product Documentation
The app configurations can be deleted using any of the either options: On App Configurations list page, select a single app configuration and click the Delete icon in Actions column. On App Configurations list page, select single or multiple devices. The Take Action option is displayed.
🌐
AWS
docs.aws.amazon.com › aws appconfig › user guide › using code samples to perform common aws appconfig tasks › cleaning up your environment
Cleaning up your environment - AWS AppConfig
*/ public void cleanUpDemoResources() { AppConfigClient appconfig = AppConfigClient.create(); // The name of the application to delete // IMPORTANT: verify this name corresponds to the application you wish to delete String applicationToDelete = "MyDemoApp"; appconfig.listApplicationsPaginator(ListApplicationsRequest.builder().build()).items().forEach(app -> { if (app.name().equals(applicationToDelete)) { System.out.println("Deleting App: " + app); appconfig.listConfigurationProfilesPaginator(req -> req.applicationId(app.id())).items().forEach(cp -> { System.out.println("Deleting Profile: " + c
🌐
Esri Community
community.esri.com › t5 › arcgis-experience-builder-ideas › revert-to-published-app-config-delete-draft-config › idi-p › 1384436
Revert to published app config / Delete draft conf... - Esri Community
February 28, 2025 - I've come across an issue in which the configuration of my app is broken (through using functionality of the ExB GUI only), though the published version works just fine. Even without such issues, it would be really useful to be able to revert to the published version / delete the draft of the app, as you can do in Sites, to start again from the published version:
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › azure-app-configuration › concept-soft-delete
Soft Delete in Azure App Configuration | Microsoft Learn
Azure App Configuration's Soft delete feature allows recovery of your data such as key-values, feature flags, and revision history of a deleted store. It's automatically enabled for all stores in the Standard and Premium tiers.
Top answer
1 of 1
3

Hello ,

Good to see you in Microsoft Community.

Can you provide more detailed information about the app, such as software name, version, etc.? Since some software due to its security policy limitations, really cannot clean up the associated files, resulting in a reinstallation that cannot be done as well as the first installation.

Alternatively, you can search and delete software-related entries in the registry: Open the Registry Editor by pressing Win + R and typing "regedit", use the F3 key, enter the name of your software, then search and delete the entries found. You may need to repeat this process until no relevant entries are found.

Disclaimer*: Generally, modifying registry subkeys or workgroups is intended for advanced users, administrators, and IT Professionals. It can help fix some problems,* h owever, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows (microsoft.com) to view the article.

Alternatively, you can check the Appdata directory (Win + R and type "%appdata%" then press Enter) to see if there is a folder related to the application. If so, please back up the directory to another location and then delete it.

Show hidden folders:

Win + R to open "Run", type "Control folders" to open the File Explorer Options*, switch to the "View" tab, then check "Show hidden files, folders or drivers", then* OK*.*

If anything is unclear, please do not hesitate to let me know.

Best Regards,

Mosken_L - MSFT | Microsoft Community Support Specialist

🌐
GitHub
github.com › Azure › azure-cli › issues › 22714
Cannot delete and purge an app configuration via CLI · Issue #22714 · Azure/azure-cli
April 28, 2022 - Code: NameUnavailable Message: The specified name is already in use. az appconfig purge --name MyAppConfiguration This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus Failed to find the ...
Published   Jun 02, 2022
🌐
AWS
docs.aws.amazon.com › aws appconfig › api reference › actions › aws appconfig › deleteconfigurationprofile
DeleteConfigurationProfile - AWS AppConfig
To prevent users from unintentionally deleting actively-used configuration profiles, enable deletion protection. DELETE /applications/ApplicationId/configurationprofiles/ConfigurationProfileId HTTP/1.1 x-amzn-deletion-protection-check: DeletionProtectionCheck
🌐
Nextcloud
help.nextcloud.com › ℹ️ support
Remove app and delete all its settings - ℹ️ Support - Nextcloud community
May 7, 2020 - The occ command config:app:delete apname settingname only deletes a single setting, there doesn’t seem to be a way to delete all of an app’s settings from the system. If an app breaks as a result of a corrupt setting this means that a simple ...
🌐
Medium
thehaseebahmed.medium.com › how-to-bulk-delete-keys-from-azure-app-configuration-4580a1ce834f
How-to bulk delete keys from Azure App Configuration | by Haseeb Ahmed | Medium | Medium
July 16, 2021 - It takes in 3 arguments: key, subscription, app config name. Key being the partial key you are wanting to delete. Subscription being the Azure Subscription which hosts the Azure App Configuration in which this key exists.
🌐
AWS re:Post
repost.aws › questions › QULg_CBALjQYq09YAH5nPhMA › unable-to-delete-appconfig
Unable to delete AppConfig | AWS re:Post
November 25, 2022 - An error occurred (BadRequestException) ... Cannot delete application arn:aws:appconfig:us-east-1:xxxxxxxxxxxx:application/xxxxxxx because there are extensions associated with it. Please remove the extension associations to this application first. The CLI documentation shows a list-extension-associations command, but when I try to run the command I get: aws: error: argument operation: Invalid choice, valid choices are: create-application | create-configuration-profile ...
🌐
Bmc
bdc.bmc.com › ura › base › surgienthelp › content › Library › Application_Configurations › AppConfig-Deleting_AppConfig.htm
Deleting an Application Configuration
In the right pane, the list of existing application configurations appears. In the table, select Delete from the menu icon () beside the name of the application configuration that you want to delete.