- Joined
- Dec 18, 2008
- Messages
- 2
- Reaction score
- 0
I've never been a huge fan of ASP and probably never will be. Having said that, I am receiving a "Server Error in '/myphone' Application" each time I try to log into the "myphone" website using valid credentials which is most likely caused by my ASP stupidity. Any help resolving this would be appreciated.
The exact error message states:
I am also experiencing another "might be a bug" that the forms do not seem to have addressed:
When I go to the "Server Status" page and attempt to stop/start or restart services the system does nothing. I have to go through Microsoft Managment Counsel / Services to stop/start or restart.
The server specs are as follows:
Win 2003 Server Enterprise Edition SP2
Microsoft .NET Framework 2.0
Microsoft .NET Framework 3.0
IIS 6.0
ColdFusion MX
MSSQL Server 2000
Intel Core 2 Quad CPU Q6600
4.00 GB RAM
3CX Phone System 7.0.4249.0 Build 4249 (Free Version)
If I've missed anything, please let me know.
Thanks, in advance.
-john
The exact error message states:
Code:
[UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\3CX\PhoneSystem' is denied.]
Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) +2116339
Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity) +2120296
Microsoft.Win32.RegistryKey.CreateSubKey(String subkey) +15
myPhoneInterface.UserMain.get_InstalledPath() +53
myPhoneInterface.UserMain.PopulateVoiceMails(String sextension) +43
myPhoneInterface.UserMain.MainForm_Load(Object sender, EventArgs e) +331
Gizmox.WebGUI.Forms.Form.OnLoad(EventArgs e) +63
myPhoneInterface.BaseForm.OnLoad(EventArgs e) +27
myPhoneInterface.UserMain.OnLoad(EventArgs e) +2209
Gizmox.WebGUI.Forms.Form.OnCreateControl() +181
Gizmox.WebGUI.Forms.Control.CreateControl(Boolean blnIgnoreVisible) +404
Gizmox.WebGUI.Forms.Control.CreateControl() +27
Gizmox.WebGUI.Forms.Form.set_Visible(Boolean value) +168
Gizmox.WebGUI.Server.Content.ProcessRequest(HttpContext objHttpContext) +2526
I am also experiencing another "might be a bug" that the forms do not seem to have addressed:
When I go to the "Server Status" page and attempt to stop/start or restart services the system does nothing. I have to go through Microsoft Managment Counsel / Services to stop/start or restart.
The server specs are as follows:
Win 2003 Server Enterprise Edition SP2
Microsoft .NET Framework 2.0
Microsoft .NET Framework 3.0
IIS 6.0
ColdFusion MX
MSSQL Server 2000
Intel Core 2 Quad CPU Q6600
4.00 GB RAM
3CX Phone System 7.0.4249.0 Build 4249 (Free Version)
If I've missed anything, please let me know.
Thanks, in advance.
-john