Re: VS2005 application in a computer where Active Directory is ins



Hi,

Because, after installing "Active Directory" various kind of problem is arising. I cannot change the whole network system. About 100 PC is running into the same LAN.

Installing Active Directory is a big change and needs a lot of planning and preparation. There's an Active Directory newsgroup to help.

"Configured" means, changed the solution (.sln) file's path & settings and IIS, directory etc. Actually I developed the site in "E:\project\DotNet\Web\Nilashi" path and copied that folder "C:\Inetpub\wwwroot\Nilashi" into client's machine.

Usually, a web application runs on a server, NOT on a clients machine, the client would simply browse to the web server.

You appear to be saying you're running an AD based LAN and that you have installed a web app to a client machine running IIS and this client is joined to your AD domain?

The usual LAN set up for 100 PCs would be like this

AD1 - Domain Controller (Authentication, Domain Accounts, repl)
AD2 - Domain Controller (Authentication, Domain Accounts, repl)
Exchange Server
Web Server
Database Server
Print Server

..NET apps would be set up on the web server, and clients would browse to them. In other words, you would not have IIS on any client machine...

If you had a need for IIS on a client machine (e.g. a dev station) then you could test it logged in locally to that machine, first with static pages, then with ASP, then with ASPX. e.g.

http://MachineName/Nilashi/index.htm
http://MachineName/Nilashi/index.asp
http://MachineName/Nilashi/index.aspx

Start with a one page site first.

IIS on a client machine is not usually affected by Active Directoty, but if other network problems exist, anything is possible.

Make sure you don't have a Firewall blocking access on that machine.

--
Gerry Hickman (London UK)
.



Relevant Pages

  • Re: Server 2003 vs XP Pro
    ... IIS 6.0 is built in to Windows ... Server 2003, IIS 5.1 is built in to XP Pro, the core system files are ... How does that solve your wanting to learn Active Directory? ...
    (microsoft.public.windows.server.general)
  • IIS user authentication
    ... I'm tasked with migrating an iPlanet Web Server ... Active directory, IIS 6.0 is running on Server 2003 ...
    (microsoft.public.inetserver.iis.security)
  • Re: Daily Mail Etiquette test result
    ... IIS 6 ... Validation of users against the Active directory ... After validation, user should be able to read ... Use Windows 20003 Server ...
    (uk.misc)
  • Re: AD user name changed, IIS still sees old user name
    ... IIS definitely caches user tokens for performance reasons (can't be hitting ... We have an ASP.NET application running on Windows Server 2003, ... mapping application user accounts to active directory user accounts. ...
    (microsoft.public.inetserver.iis.security)
  • RE: IIS Virtual Server Domains
    ... > I currently run Server 2003 Standard w/sp1 without Active Directory, ... > with local DNS and IIS 6. ... > Default SMTP Virtual Server. ... > do I delete the two 'custom domains'? ...
    (microsoft.public.windows.server.general)