Tagged Questions
3
votes
4answers
1k views
Run an ASP.NET website in a subfolder
Is there a way of running an ASP.NET website in a subfolder of the website?
As an example, say I wanted to run the screwturn wiki (http://www.screwturn.eu/) in a folder called "wiki" on my website, ...
1
vote
2answers
103 views
Why technically does ScrewTurn uses .ashx to create wiki page?
Why ScrewTurn Wiki does use ashx type to create wiki page? Isn't it dangerous to create asp.net page on the fly?
update: they didn't create any physical pages. But how do they do that because the ...
1
vote
2answers
561 views
ScrewTurn wiki and custom asp.net membership provider
I'm thinking of implementing the Screwturn Wiki for documenting the administration area of a website. I would like to use the existing custom asp.net membership provider so that access to the wiki is ...