Link to home
Start Free TrialLog in
Avatar of StewSupport
StewSupport

asked on

setup website on server2003 with sp2

i have window server 2003 with service pack 2 installed on my machine. i'm using iis6 and recently install ajax and radcontrol from telerik website(one of the ajax control toolkit) on this server. however when i run this site that i just setup, it first gave me an error of missing a dll file which i didn't have any problem with on my developing machine. also, now thati took out that asseblies, it is giving me an error of
could some one help me out please.
this is the error that i get

--------------------------------------------------------------------------------
 
The format of the specified domain name is invalid. (Exception from HRESULT: 0x800704BC) 
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.Runtime.InteropServices.COMException: The format of the specified domain name is invalid. (Exception from HRESULT: 0x800704BC)
 
Source Error: 
 
 
Line 97:         Dim strPath As String
Line 98:         ADSysInfo = CreateObject("ADSystemInfo")
Line 99:         strPath = "LDAP://" & ADSysInfo.UserName
Line 100:        'must add httpcontext.current in order for request to work when put in class so it gets initialized first
Line 101:

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Gyanendra Singh
Gyanendra Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial