I have written a new tutorial, but when I try to submit it, I keep getting this error:
Server Error in '/' Application.
Invalid URI: The format of the URI could not be determined.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UriFormatException: Invalid URI: The format of the URI could not be determined.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[UriFormatException: Invalid URI: The format of the URI could not be determined.]
System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) +6241656
System.Uri..ctor(String uriString) +20
v2.CommonFunctions.IsURLInternal(String testURL) +27
v2.ArticleFunctions.FormatMarkup(String markup) +5267
v2.ArticleFunctions.CreateArticle(Int32 sectionID, Int32 authorID, Int32 difficultyID, Int32 languageID, String markup, String title, Int32 categoryID) +647
TutorialSubmit.SubmitTutorial(Object sender, EventArgs e) +6547
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563