Thank you for replying so quickly.
Problem is solved. We have our website in a virtual directory and the MCMS
dirs reside in this directory.
Site manager cannot handle that (?). I 've made a new virtual directory
entry of the 'NR' folder in the root of the website which solves the
problem.
...
> Also check
> Question: How to troubleshoot 500 server error
> I receive 500 server errors. What's wrong?
> Answer
> 500 server errors are internal processing error. There are many reasons
for
> this.
> 1.. As a quick check: ensure that there is no web.config or global.asax
> file in the root of your website as this can cause such troubles.
> Which .NET framework version do you use? If it is 1.1 ensure that
> <pages smartNavigation="false" validateRequest="false" />is included
in
> your web.config. If you receive the error using one of your template check
> the web.config in your template project. If you receive the error using
> SiteManager or Authoring Connector check the web.config in the /MCMS
> directory.
> If it is .NET framework 1.0 ensure that the above entry is NOT in the
> web.config!
> 2.. check if there is a global.asax or a web.config in the root of your
> website. If one of these files exist, remove or rename them and test if
the
> problem is gone. An error in one of these files can cause these kind of
> problems.
> 3.. If this does not help, do the request from a machine which is not
the
> CMS server machine and ensure that
> <customErrors mode="Off" />is set in your web.config. See above about
> how to determine which web.config to use. Then take a Network Monitor
trace
> to to see the complete error response sent by MCMS.
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Evert" <eve...@nospam.etx.nl> wrote in message
> news:uyYbNjBiDHA.944@TK2MSFTNGP11.phx.gbl...
> > Hi All,
> > After solving my last problem (Thanks to Stefan for helping me out!) I
> > bumped into another one. When I try to connect to the server with the
site
> > manager the error "Could not connect to the Microsoft Content Management
> > Server <servername>. Either the web services is not running, or there
are
> > network problems that are keeping you from connecting to the server, or
> the
> > server is not accessible through MCMS Site Manager"
> > When I try to connect to the site which the Site Manager is connecting
to
> I
> > get an Internal Server Error. Unfortunatly no messages turn up in the
> Event
> > Viewer so I can't determine what the problem is.
> > Could anyone give me some hints or has even solved a similar error?
> > Thanks in advance,
> > Evert