Ask a Question related to ASP.NET Security, Design and Development.
-
Gravy #1
Server Application Unavailable when moving Domains
Hi,
I have a client that we have written an intranet asp.net application for.
They installed it and configured it on some new hardware. The hardware was
configured as a real domain with new client machines. Everything was working
fine until...
The new hardware was then moved to a new office and everything transfered to
a new domain. The web server is not the domain controller. All that happened
to the web server was a domain change AND the network admin added a second
network card (for administration!).
Now, whenever they browse to the asp.net application they get an error page
that says: Server Application Unavailable.
Is it possible that the addition of the second network card screwed things up.
They are running Windows 2003 Server and .NET 1.1
Hope someone can help me
Regards
Gravy Guest
-
Server Application Unavailable
I get the following error msg when i try to access the webservices from my localhost: Server Application Unavailable The web application you... -
Help: "Server Application Unavailable"
I get this error when previewing my page that has a data grid. "Server Application Unavailable The web application you are attempting to access... -
Server Application Unavailable Problem(cross)
i wanna to transffer 2000 data from my mdb file to a web service... i used DataReader object ... and also in proxy class i used some arrays... ... -
Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security... -
Server Application Unavailable [Help]
Running VSNET Ent on XP pro Framework version 1.1.4322.0 Debugger locked up (I had the machine.config open), I stopped the process aspnet_wp.exe... -
Ken Schaefer #2
Re: Server Application Unavailable when moving Domains
a) Have you changed anything in the ASP.NET config to disable the display of
errors to clients, which may be hiding more useful information?
b) Anything in the Windows Event Logs? Changing the domain would have caused
problems if you are using anything that relied on the credentials of a user
from the old domain. There may be something logged in the Windows Event
Logs.
Cheers
Ken
"Gravy" <Gravy@discussions.microsoft.com> wrote in message
news:689ABC7D-6BE5-4C10-8FC7-9778C704E0EA@microsoft.com...> Hi,
>
> I have a client that we have written an intranet asp.net application for.
> They installed it and configured it on some new hardware. The hardware was
> configured as a real domain with new client machines. Everything was
> working
> fine until...
>
> The new hardware was then moved to a new office and everything transfered
> to
> a new domain. The web server is not the domain controller. All that
> happened
> to the web server was a domain change AND the network admin added a second
> network card (for administration!).
>
> Now, whenever they browse to the asp.net application they get an error
> page
> that says: Server Application Unavailable.
>
> Is it possible that the addition of the second network card screwed things
> up.
>
> They are running Windows 2003 Server and .NET 1.1
>
> Hope someone can help me
>
> Regards
>
>
Ken Schaefer Guest
-
Gravy #3
Re: Server Application Unavailable when moving Domains
Thanks for the reply Ken.
a) I shall check the web.config file is allowing errors to be displayed.
Howevre, they still get the errors when browsing on the local machine.
b) There is nothing the either the windows event log or the iis web log.
Graham
"Ken Schaefer" wrote:
> a) Have you changed anything in the ASP.NET config to disable the display of
> errors to clients, which may be hiding more useful information?
>
> b) Anything in the Windows Event Logs? Changing the domain would have caused
> problems if you are using anything that relied on the credentials of a user
> from the old domain. There may be something logged in the Windows Event
> Logs.
>
> Cheers
> Ken
>
> "Gravy" <Gravy@discussions.microsoft.com> wrote in message
> news:689ABC7D-6BE5-4C10-8FC7-9778C704E0EA@microsoft.com...>> > Hi,
> >
> > I have a client that we have written an intranet asp.net application for.
> > They installed it and configured it on some new hardware. The hardware was
> > configured as a real domain with new client machines. Everything was
> > working
> > fine until...
> >
> > The new hardware was then moved to a new office and everything transfered
> > to
> > a new domain. The web server is not the domain controller. All that
> > happened
> > to the web server was a domain change AND the network admin added a second
> > network card (for administration!).
> >
> > Now, whenever they browse to the asp.net application they get an error
> > page
> > that says: Server Application Unavailable.
> >
> > Is it possible that the addition of the second network card screwed things
> > up.
> >
> > They are running Windows 2003 Server and .NET 1.1
> >
> > Hope someone can help me
> >
> > Regards
> >
> >
>
>Gravy Guest



Reply With Quote

