Search Results

3
votes
2answers
397 views

Using ActiveDirectoryMembershipProvider with two domain controllers

We have an ASP.NET application running at a customer site that uses ActiveDirectory for user login via the ActiveDirectoryMembershipProvider. Their primary domain controller that we were pointing t …
1
vote
3answers
2k views

Converting MS Word Documents to PDF in ASP.NET

Similar questions have been asked, but nothing exactly like mine, so here goes. We have a collection of Microsoft Word documents on an ASP.NET web server with merge fields whose values are …