Netherlands
Netherlands
Netherlands
Just got another step further, it's being parsed. Running into an error in web.config though;
[collapse]
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The value of the property 'timeout' cannot be parsed. The error is: Input string was not in a correct format.
Source Error:
Line 37: <authentication mode="Forms">
Line 38: <forms name=".ASPXAUTH" loginUrl="DefaultLogin.aspx" protection="All" timeout="" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="Default.aspx" cookieless="UseCookies" />
Line 39: </authentication>
[/collapse]
This one I really need some help with. I fixed it by putting a proper value in the timeout attribute (for now 60) but I'm not sure what the timeout is used for. You probably had some reason leaving it empty (which means indefinit?!)
Netherlands
Just wanted to sayagain to cheezey making this cool app. Man you really put something together here
alot!
I got it going beatifuly now and even learned some stuff about apache in the progress! Great!
atm I am working on making my server console mobile (although this link is still desktop only, works not too shabby already on the iphone, that mobile browser is really, really good). I have to refacture that one badly (especially config wise) so I can someday distribute something like you got going here
Forget it found the awnser