I'm trying to install YAF into an existing .Net website.
Following the instructions at:
https://github.com/YAFNET/YAFNET/wiki/YAF.NET-Integration-in-to-an-existing-ASP.NET-Application I think I have followed the instructions.
I believe I have put the followed where to put the various YAF components. My directory structure looks basicially like this:
MyWebsite
......\Forum
................default.aspx
................default.aspx.cs
...............\Properties
................\Styles
................\Forum
.............................\controls
.............................\editors
.............................\images
.............................\install
Does this seem correct?
I'm concerned as when I attempt to start the forum software, the install package isn't found. Here's what I start the forum with:
http://192.168.10.107/forum/default.asxp (The IP is the IP assigned to the parent website which is working fine)
I get:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /forum/install/default.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1025
Which leads me to believe I don't quite have the directory structure laid out correctly.
Any suggestions?
Edited by user
8 years ago
|
Reason: Not specified