Hi Lamis,
this is a standard error which doesn't tell you anything about what went
wrong. Look into the Event Log on the machine where that web application is
running and paste the error here.
hth

Signature
More on ASP.NET and Silverlight on my blog: http://www.andreas-kraus.net/blog
> Hello,
>
[quoted text clipped - 18 lines]
> any idea why I can't browse to the application??
> thank u.
Patrice - 31 Aug 2007 10:50 GMT
You may want also to add an reporting error mechanism to get warned when a
user encounters a problem in your application...
For example you could trap the application error event or use the new health
monitoring built into 2.0.
--
Patrice
> Hi Lamis,
>
[quoted text clipped - 30 lines]
>> any idea why I can't browse to the application??
>> thank u.
Lamis - 31 Aug 2007 11:24 GMT
Hi,
the problem is that I am using a DirectorySearcher mySearcher = new
DirectorySearcher(filter); where filter = ("CN="+ m_userId + ")";
and this works as long as the application is running on my machine but when
not on other machines.
Error: System.Runtime.InteropServices.COMException (0x8007054B):
I gues it can not find the server..

Signature
LZ
> You may want also to add an reporting error mechanism to get warned when a
> user encounters a problem in your application...
[quoted text clipped - 38 lines]
> >> any idea why I can't browse to the application??
> >> thank u.