Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Create IIS Website without child WebApp

$
0
0
I was also looking for that feature: install a website without virtual directory.
The last Oleg's answer helped a lot.
Since I have only one website and would like to remove all virtual dirs the following code snippet works just fine:
            project.WixSourceGenerated += doc =>
                doc.FindAll("WebVirtualDir")
                    .ForEach(x => x.Remove());

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>