473,405 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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

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

Jul 19 '05 #1
3 1985
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.....

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Malik Asif Joyia" <an*****@hotmail.com> wrote in message
news:Ov**************@TK2MSFTNGP12.phx.gbl...
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

Jul 19 '05 #2
A word of advice brother, cut down on the '...'s :)

-Andre

Malik Asif Joyia wrote:
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


Jul 19 '05 #3
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.
-----Original Message-----
Hello
I am using win2000 Advance Server....with service pack- 4 ....My computer isa Domain Controller.......and i have installed the Exchange Server 2000 onit ..because i want to develope an application in ASP.net for itProblem is a little bit complicative........I explain it as below...
I have installed the Visual Studio.Net on my Pc On which Exchange Server2000 is also Present ..
When i installed vs ....I want to run the asp.net but i cannotwork....because the Account which is set by the VS.Net by default is notable 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 inthe process model of the Machine.config file......Ok
Now i know that when Exchange 2000 is installed it configures the Activedirectory for it self and dont allow any user to be login but only for mailuseage of the security pupose...
Kindly Give the Solution to this problem i wll be very thankfull to you forthis Act of kindness....
Malik Asif

.

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Lorenzo Gordon | last post by:
Hi all, I've trawled the archives in vain for a similar problem: In building a client's site, I've got a menu section where each menu heading sits in a table cell. It's _paramount_ that the...
6
by: Olaf Martens | last post by:
Greetings! Please consider the following piece of program code (note that I have stripped quite a lot of code here): int foo(void) { unsigned short l_valbuf; // address of this goes to...
56
by: Dave Vandervies | last post by:
I just fixed a bug that some of the correctness pedants around here may find useful as ammunition. The problem was that some code would, very occasionally, die with a segmentation violation...
15
by: Andrew Maclean | last post by:
I guess this problem can be distilled down to: How do I search through a string, find the first matching substring, replace it, and continue through the string doing this. Can replace_if() be used...
4
by: Malik Asif Joyia | last post by:
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...
27
by: Frederick Gotham | last post by:
I thought it might be interesting to share experiences of tracking down a subtle or mysterious bug. I myself haven't much experience with tracking down bugs, but there's one in particular which...
6
by: per9000 | last post by:
An interesting/annoying problem. I created a small example to provoke an exception I keep getting. Basically I have a C-struct (Container) with a function-pointer in it. I perform repeated calls...
4
by: carlos123 | last post by:
Ok, let me explain my problem. I am making a program which writes a program in a .txt file. It is run by a GUI. For example if the user wants to add a button or a label they click the "add button" or...
126
by: jacob navia | last post by:
Buffer overflows are a fact of life, and, more specifically, a fact of C. All is not lost however. In the book "Value Range Analysis of C programs" Axel Simon tries to establish a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.