Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Create generic web.config for projects don't use asp pages on IIS #10

Closed
joshknutson opened this issue Nov 13, 2013 · 5 comments
Assignees
Labels

Comments

@joshknutson
Copy link

As a developer I tend to have trouble sometimes going through and cherry picking the nodes that have changed from the web.configs that are in the IIS repo.

I tend to use Coldfusion and Node JS on my IIS 7.5-8.5. When going through the IIS repo, I normally copy nodes from the .net 4 webforms, but worry that I might miss something in a future release as this project continues.

@ghost ghost assigned ChrisMcKee Nov 13, 2013
@ChrisMcKee
Copy link
Member

Hey,
The web.server section is the same across all of the configurations. Outside of this area the only other alterations are in system.web where I added a few security changes for runtime + httpcookies (with comments).
Anything outside of that is just the fluff VS creates in the default template, I include it because its a boiler plate (should work out of the box / there as a base template, of which to apply personal changes).

@ChrisMcKee
Copy link
Member

Did'nt meant to close this; are you suggesting I add configs for coldfusion setups etc, or do you just want a barebones web.config file thats just for IIS (min-web.config) ?

@joshknutson
Copy link
Author

I guess I was just looking for a min-web.config, something that would be
the barebones with the optimizations and comments as a base.

On Thu, Nov 14, 2013 at 6:07 AM, Chris McKee notifications@github.comwrote:

Did'nt meant to close this; are you suggesting I add configs for
coldfusion setups etc, or do you just want a barebones web.config file
thats just for IIS (min-web.config) ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-28478869
.

http://joshknutson.github.io/
Pondering Life's Mysteries Away

@ChrisMcKee
Copy link
Member

Cool; i'll do that.

@joshknutson
Copy link
Author

Awesome thanks
On Nov 14, 2013 9:48 AM, "Chris McKee" notifications@github.com wrote:

Cool; i'll do that.


Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-28494504
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants