Interesting but Hard Problem.......Plz Help

  • Thread starter Thread starter Craig Deelsnyder
  • Start date Start date
C

Craig Deelsnyder

So you're running ASP.NET on a domain controller? The problem is there's no
local users on a DC, which ASP.NET assumes there are (the default one).
There's an article on MSDN somewhere about this. I don't have the link
handy, but it shows you how to setup an equivalent user on a DC. Search the
site for it....

Also, please fix your system clock. Top-posting is a big no-no, and in fact
I wouldn't be surprised if this post gets deleted.....
 
Hello
I am using win2000 Advance Server....with service pack-4 ....My computer is
a Domain Controller.......and i have installed the Exchange Server 2000 on
it ..because i want to develope an application in ASP.net for it
Problem is a little bit complicative........I explain it as below
...
I have installed the Visual Studio.Net on my Pc On which Exchange Server
2000 is also Present ..
When i installed vs ....I want to run the asp.net but i cannot
work....because the Account which is set by the VS.Net by default is not
able to run the asp.net..... and Error comes in the Event Log that........
ASPNET_WP.exe could not be started due to invalid login name Password in
the process model of the Machine.config file......Ok
Now i know that when Exchange 2000 is installed it configures the Active
directory for it self and dont allow any user to be login but only for mail
useage of the security pupose...
Kindly Give the Solution to this problem i wll be very thankfull to you for
this Act of kindness....
Malik Asif
 
You should first install Microsoft Internet Information
Services, then install the VS.NET SDK, if you have
installed them in an inverted sequence ASP.NET server
will not run, coz the .NET framework was damaged. To make
it works right, reinstall Microsoft .NET framework.
 
Back
Top