Search Results

1
vote
1answer
93 views

XSD How To

Background: We have an application that has been in the works for over a year by a third party company and looks like we will be maintaining this in house from now on. For …
3
votes

Using the Web Application version number from an assembly (ASP.NET/C#)

For web applications i have always used the Web.Config to store the current version of the site and another setting to show/hide it in the site footer for version control on staging and production. …