ITCN ASP.NET Discussion Forum

IIS Problem?

Share/Bookmark: Add this Thread to Digg Digg   Add this Thread to StumbleUpon Stumble Upon   Add this Thread to Del.icio.us Del.icio.us   Add this Thread to Reddit Reddit   Add this Thread to Facebook Facebook
RE: IIS Problem?
by bwise on Tue, Mar 11 2008 1:37 PM
Last Edit: Tue, Mar 11 2008 1:37 PM
Not sure what you mean - all forums are always displayed by category. Categories are the grouping by which forum topics are displayed on forum.aspx.

(P.S. - I did find a bug in your version, so be sure to download the final 3.1 release when it's ready)
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
RE: IIS Problem?
by JasonLindsay on Tue, Mar 11 2008 10:58 AM
Thanks a lot for the new files - the latest version works great! I have it up-and-running online.

One question concerning categories: Is there a way to sort/display a forum by category? Perhaps I haven't read the documentation all the way through but I have not been able to see that feature available.

Thanks!
Jason
JasonLindsay
Joined: Thu, Feb 28 2008
Posts: 7
RE: IIS Problem?
by bwise on Mon, Mar 10 2008 2:36 PM
JasonLindsay Wrote:I am wondering if there is any update concerning the newest 3.1 release. As of yet, I have not heard of any updated releases addressing the security issue.

Thanks,
Jason


Funny you should ask that ... just emailed you the pre-release for version 3.1!

For everyone else: version 3.1 is now live on this website, so you can see some of the new features, such as new SEO URLs, new social bookmarking built-in (and customizable), new RSS feeds, new Sitemaps built in, new ban control, and more!
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
RE: IIS Problem?
by JasonLindsay on Mon, Mar 10 2008 2:33 PM
I am wondering if there is any update concerning the newest 3.1 release. As of yet, I have not heard of any updated releases addressing the security issue.

Thanks,
Jason
JasonLindsay
Joined: Thu, Feb 28 2008
Posts: 7
RE: IIS Problem?
by JasonLindsay on Thu, Mar 6 2008 10:49 AM
Barry,

Thanks for all the updates, I appreciate it. Since my server is hosted, I am not sure I can get to those security settings, but I believe I can wait another day to obtain the updated security code.

Jason
JasonLindsay
Joined: Thu, Feb 28 2008
Posts: 7
RE: IIS Problem?
by bwise on Thu, Mar 6 2008 2:26 AM
Last Edit: Thu, Mar 6 2008 2:27 AM
Jason;
Some bad news - you may still have a problem on your server if you are using medium trust permissions (which it appears you are). We fixed the problem you had from the old version with this release, but introduced a new one.

Just one of the powerful new suite of anti-spam features of version 3.1 is the ability to list "spam" blacklist words (such as sex, etc.), IP addresses, or email addresses (such as all .ru) which prevent spam posts from occuring. Now we have to modify the 3.1 version code to use this feature on servers like yours, which use medium trust. It's going to be another day!
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
RE: IIS Problem?
by bwise on Wed, Mar 5 2008 4:16 PM
Jason;
I have sent you an email with instructions. I am releasing a post-development version of the latest forum to you, but it is pre-release. The documentation hasn't been updated yet, and a new theme is going to be added, but other than that the code has been tested and locked as the next final release.

Good news for everyone else; Version 3.1 is out of development and in the final packaging phase!!!
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
RE: IIS Problem?
by JasonLindsay on Tue, Mar 4 2008 1:42 PM
Barry,

Sounds good - thanks for the update!

Jason
JasonLindsay
Joined: Thu, Feb 28 2008
Posts: 7
RE: IIS Problem?
by bwise on Tue, Mar 4 2008 12:19 PM
JasonLindsay Wrote:I have verified that those settings are correct, but I have abandoned trying to get the application installed locally and have opted to get it installed in production on my hosted site.

However after I have configured all my installation parameters per the user manual, when I click on forum.aspx, I am getting the following error:
(I'm not sure whether I should post this as a new thread or not, but I can provide the URL where this error is occuring if that will help.)

Error
Sorry, but an error has occurred on this page. Please contact the system administrator with the following information to describe what has gone wrong.

The following information has been obtained about the error:

System.NotSupportedException: The given path's format is not supported. at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, AccessControlActions control, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at System.IO.File.OpenText(String path) at dotForumClientTopic.viewAllRecords.getTopicsByCatId(Int32 thisCatId) at ASP.forum_aspx.__DataBind__control4(Object sender, EventArgs e) in D:\hshome\trinacle1\forums.startrightllc.com\forum.aspx:line 37 at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.Repeater.DataBind() at dotForumClientTopic.viewAllRecords.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

You may go back to the previous page and attempt this procedure again.


Jason;
Your server is not configured to allow IO access to the forum template at run time; there is a new release fix coming out tomorrow (March 5 Release) that will fix this. Please hang in there until then!
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
RE: IIS Problem?
by JasonLindsay on Tue, Mar 4 2008 12:05 PM
I have verified that those settings are correct, but I have abandoned trying to get the application installed locally and have opted to get it installed in production on my hosted site.

However after I have configured all my installation parameters per the user manual, when I click on forum.aspx, I am getting the following error:
(I'm not sure whether I should post this as a new thread or not, but I can provide the URL where this error is occuring if that will help.)

Error
Sorry, but an error has occurred on this page. Please contact the system administrator with the following information to describe what has gone wrong.

The following information has been obtained about the error:

System.NotSupportedException: The given path's format is not supported. at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, AccessControlActions control, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at System.IO.File.OpenText(String path) at dotForumClientTopic.viewAllRecords.getTopicsByCatId(Int32 thisCatId) at ASP.forum_aspx.__DataBind__control4(Object sender, EventArgs e) in D:\hshome\trinacle1\forums.startrightllc.com\forum.aspx:line 37 at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.Repeater.DataBind() at dotForumClientTopic.viewAllRecords.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

You may go back to the previous page and attempt this procedure again.




JasonLindsay
Joined: Thu, Feb 28 2008
Posts: 7