G
Guest
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.
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.