Got all my custom scripting done and ready to open my shard. Fresh Windows 2K Pro install, updated, ML install, fully patched. Trying to run 2.0. Copy the files from cd to computer. Try to run server and get this error:
Code:
Error:
System.UnauthorizedAccessException: Access to the path 'C:\RunUO 2.0\web\status.
html' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
ptions, 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.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encodin
g, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path)
at Server.Misc.StatusPage.OnTick()
at Server.Timer.Slice()
at Server.Core.Main(String[] args)
Any ideas on how to resolve this? I don't even know where to start.