I'm not using IIS to serve my webpage but Visual studios built in proggie ASP.NET Development Server.
How do I get the forum running within visual studio? ie not needing to put it on a webserver.
I successfully did it within it's own solution. But when adding it to an already existing site. Putting the forum in a subfolder, copying all bins to the root bin and copying all the settings into root webcfg tho putting a location path="forum" tag around it's system.web part. Then it won't allow it to go passed the authentication mode="Forms" part. Same error message as this guy.
Solution?! fiddle in IIS according to previous guy. But since I want this running in VS, how do I do that?