Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / August 2007

Tip: Looking for answers? Try searching our database.

publishing asp application

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lamis - 31 Aug 2007 09:48 GMT
Hello,

I am now done with developing my webapplication and it is time to publis it.
I have a wmware instance that I am trying to work it on before publishing it
on the web.

First thing I tryed to do is the browse (from my wmware instance) to
htt://ip-adress/myWebApplication/index.jspx where ip-adress is my machines ip
adress (the one i have developed my webapplication on).
This is not working, I do get an erro and it seems connected to my
web.config file coz this is what it shows.

<!-- Web.Config Configuration File -->

<configuration>
   <system.web>
       <customErrors mode="Off"/>
   </system.web>
</configuration>

any idea why I can't browse to the application??
thank u.
Signature

LZ

Andreas Kraus - 31 Aug 2007 10:02 GMT
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.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.