63ff6162ff
Significantly updated the Web.config file to enhance the ASP.NET application configuration. Key changes include: - Added XML declaration and comments for guidance. - Introduced `configSections` for `entityFramework` and `log4net`. - Configured `log4net` with a `RollingFileAppender` for error logs. - Added multiple `appSettings` keys for versions and hosts. - Updated `system.web` settings: - Targeted .NET Framework 4.7. - Set authentication mode to `None` with forms settings. - Enforced SSL for cookies. - Enabled custom error pages. - Defined namespaces for ASP.NET MVC. - Configured session state and added HTTP modules. - Configured profile, membership, and role manager providers. - Updated `system.webServer` settings: - Validation for integrated mode. - Modules for telemetry and application insights. - URL rewrite rules for HTTP to HTTPS redirection. - Handlers for extensionless URLs. - Added `runtime` assembly binding redirects. - Configured `entityFramework` settings. - Added authorization settings for specific paths. - Configured `system.serviceModel` extensions. - Added a connection string for `DefaultConnection` using LocalDb. Co-authored-by: aksh-h <akshay.hosur@ecanarys.com> |
||
---|---|---|
.github | ||
Images | ||
Report | ||
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
docs | ||
src | ||
.gitignore | ||
404.md | ||
CNAME | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
index.html | ||
style.scss |
README.md
Azure DevOps Demo Generator
About
The Azure DevOps Demo Generator can create projects in your Azure DevOps organization, prepopulated with template-based content including source code, work items, iterations, service endpoints, build and release definitions, and more!
The original purpose of this system is to simplify working with the Azure DevOps hands-on-labs, demos and other education material. But it can also be used to drive your ownAzure DevOps automation utilities, provision your own custom templates, or as a reference for using the Azure DevOps REST APIs.
Getting Started
The Azure DevOps Demo Generator is a hosted service that you can access directly to create template-based projects, via API or as a side effect of the related Azure DevOps hands-on-labs.
The following docs provide additional information:
- Using the Azure DevOps Demo Generator
- Running the Azure DevOps Demo Generator on your local machine
- Creating custom templates
- Using the REST APIs
- Limitations
- Contributing to this project
- FAQ
Contributions
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
For more information on contributing, please visit the contributor guide.