Dang it, Visual Studio!
-
Which part of the
Do Not Copy
setting do you (or I) not understand?! Does it not apply to web.config files? :mad: </rant> Thank you, I feel better now. As you were.There are no solutions, only trade-offs.
- Thomas SowellA day can really slip by when you're deliberately avoiding what you're supposed to do.
- Calvin (Bill Watterson, Calvin & Hobbes) -
Which part of the
Do Not Copy
setting do you (or I) not understand?! Does it not apply to web.config files? :mad: </rant> Thank you, I feel better now. As you were.There are no solutions, only trade-offs.
- Thomas SowellA day can really slip by when you're deliberately avoiding what you're supposed to do.
- Calvin (Bill Watterson, Calvin & Hobbes)No, it doesn't, because it's an integral part of the ASP.NET framework. The thing no workie without it.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
No, it doesn't, because it's an integral part of the ASP.NET framework. The thing no workie without it.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
Correct, but I do not need it to overwrite the copy in production with the copy on my development machine, even if there are changes.
There are no solutions, only trade-offs.
- Thomas SowellA day can really slip by when you're deliberately avoiding what you're supposed to do.
- Calvin (Bill Watterson, Calvin & Hobbes) -
Correct, but I do not need it to overwrite the copy in production with the copy on my development machine, even if there are changes.
There are no solutions, only trade-offs.
- Thomas SowellA day can really slip by when you're deliberately avoiding what you're supposed to do.
- Calvin (Bill Watterson, Calvin & Hobbes)OK, so that's Publishing the app. Click on the file once in Solution Explorer and change the "Build Type" from "Content" to "None" and change "Copy to output Directory" to "Do not copy". If that doesn't do it for you, there's another way to exclude files from the Publish, described at Excluding Files and Folders from Deployment | Microsoft Learn[^].
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak