MSBuild.SDK.SystemWeb icon indicating copy to clipboard operation
MSBuild.SDK.SystemWeb copied to clipboard

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.

Results 17 MSBuild.SDK.SystemWeb issues
Sort by recently updated
recently updated
newest added

Hi. When auto-generating binding redirects, I'm receiving build errors if the web.config file is checked in to source control (TFVC, and is therefore readonly). `` ` ` ` ` `...

…n sample and nuget-package projects Created "Directory" level props/targets files for the Samples\ and src\ directories, that each contain the properties/items that should be specific to each area Additionally created...

``` ``` Add this to enable publish to IIS feature

enhancement
known limitation

This is probably something that should be posted to the Visual Studio Team... But maybe someone here can shed some light on this? I have tried to get container support...

bug
enhancement
known limitation

Let me start by saying that this project is a godsent! Thank you for your work and effort on this! While upgrading asp.net mvc 5 project the following lines got...

I've been using this SDK for a while now in a bunch of our legacy projects to great success, however there is one pain point which I wanted to document...

Re: https://github.com/dotnet/project-system/issues/2670#issuecomment-1765914052 Yes FWIW my project includes a `Properties/launchSettings.json` file & Visual Studio can launch the project just fine. ```json { "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl":...

documentation
help wanted
good first issue
hacktoberfest

After migrating our main WebForms projects to use this SDK, we noticed that the intellisense on aspx files (and any others such as ascx, etc) stopped working properly. Additionally, on...

known limitation

This moved the existing mechanism for doing Binding Redirects into the common folder, and adds the `RazorAppConfigFiles` item type to the main SDK in case you are using MVC Views...

Ensures that web.*.config files automatically included in None for each configuration, actually exist on disk to prevent missing files showing in the solution tree and issues with TVFS. This should...