Convert Web.config using the SlowCheetah project and ASP.NET

I am trying to use SlowCheetah XML Transforms with an ASP.NET Web site project (and not an ASP.NET Web Application Project) in Visual Studio 2010.

When I right-click on the Web.config file in my ASP.NET website project, I don’t see the β€œ Add Transform ” element in the context menu.

(Note: it works well when trying the ASP.NET Web Application Project).

  • Can I use SlowCheetah with ASP.NET Web site project ?
    Or is it impossible "by design" because this type of project has limitations?

There may be a workaround combining *.targets Web Deployment Project 2010 and SlowCheetah files ...

+7
source share
1 answer

SlowCheetah does not support website designs. What behavior did you present here for website designs? For WAP projects, they are used during package / publication. For a web deployment project proposal, I created a problem to track this parameter in https://github.com/sayedihashimi/slow-cheetah/issues/4 , but I'm not sure how this really works. I need to think about this a bit.

Update

The web project now has the same publishing support as the web application project, http://blogs.msdn.com/b/webdev/archive/2012/11/20/new-web-publish-updates.aspx if Do you want SlowCheetah to support the conversion of XML files, please vote for it at: https://slowcheetah.uservoice.com/forums/185106-general/suggestions/3398137-support-for-website-project

+3
source

All Articles