I have 2 rigs I am working on I will ask my sys op if the port numbers are on the ip or not 0 I think they may be - (isnt 8000 the default for internet???)
I did however make some progress today by moving the DNN aplication code to the web root so iis aliasing wasnt in the way and deleting the old dnn directory which had be set as a virtual directory
This seemed to work when the dns was reconfigured but I am not happy as I'm not sure on how I am accessing this site as it only works on my pc at home and not on any others so far - maybe the dns is still probagating for the rest of the net
BUT i am having some problems with this still - the Text/html box I added to put a pic on for test is ok but adding a pic returns
Error: Text/HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: StartIndex cannot be less than zero. Parameter name: startIndex ---> System.ArgumentOutOfRangeException: StartIndex cannot be less than zero. Parameter name: startIndex at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at DotNetNuke.Modules.Html.HtmlModule.ManageUploadDirectory(String strHTML, String strUploadDirectory) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
So it looks as if the directory is having problems
the event box loooks ok though