Click here to Skip to main content
15,915,324 members
Home / Discussions / Web Development
   

Web Development

 
GeneralWebService and Dataset Pin
sybux20009-Dec-03 5:57
sybux20009-Dec-03 5:57 
GeneralRe: WebService and Dataset Pin
susree11-Dec-03 21:55
susree11-Dec-03 21:55 
GeneralProblem while populating data in Microsoft Treeview control Pin
Sunil. K9-Dec-03 1:05
Sunil. K9-Dec-03 1:05 
QuestionFrontPage Server Extensions- 2000 or 2002? Pin
ThomasH17-Dec-03 16:26
ThomasH17-Dec-03 16:26 
AnswerRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright7-Dec-03 21:26
professionalRoger Wright7-Dec-03 21:26 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 3:57
ThomasH18-Dec-03 3:57 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright8-Dec-03 5:14
professionalRoger Wright8-Dec-03 5:14 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 7:12
ThomasH18-Dec-03 7:12 
I'm trying to follow the semi-isolated model of development, as written up in Microsoft's "Patterns & Practices" series. Find that document here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg_ch2.asp. Find another similar writeup here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vetchWebProjectsSourceControlIntegrationInVisualStudioNET.asp.

So according to that KB 320451, IIS needs to be installed in order to get the ADSI component installed, and the IIS5 docs say that the IIS Admin Object exposes ADSI methods to configure the remote web server. But I don't want IIS running... so I was hoping that I could install IIS locally, keep it off, but get the ADSI functionality that would "find" my remote webserver.

Well, I gave it a shot, and I was wrong- on ALL counts. I installed IIS, kept all services and the default web page running, but still got the error messages from KB 320451.

For kicks I tried my idea of shutting all of IIS down and trying to create a web project, of course, the same error messages came up.

So apparently my computer doesn't like ADSI at all, and I can't use the file share option for creating a web project.

But... now I'm wondering if it's because of my domain layout. I work in two domains- production and test. Each domain has it's own DNS server, the two domains are completely isolated from each other. My workstation PC (Win2kPro) is a member of the production domain. I can access the test domain thru exploring "my network places", or doing a start/run/\\servername.

And then I'm back thinking to Active Directory Service Interfaces. The only Active Directory that I can see by exploring "My network places" is the ad for the production domain. I can't see any ad for the test doman. So that makes me wonder if my file share method is failing because VS.NET is search the Production domain for my remote web server, when in fact, it should be searching the Test domain!

Ugh. I'm a 1/2 step away from calling Microsoft on this one. This wasn't a big deal with Visual Studio 6.0, but then again, when I developed my ASP apps, I used Interdev 6.0 to just create standalone files on a share from the test domain- I never used Interdev to create an actual application via FrontPage.

The shame is that the best practice for using Visual SourceSafe is via a file share... which I can't seem to set up.

Thanks for the help!! If you (or anyone else!) has any other ideas, please let me know! I'm wasting so much time on this that it's not even funny...


-Thomas
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright8-Dec-03 8:33
professionalRoger Wright8-Dec-03 8:33 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 14:15
ThomasH18-Dec-03 14:15 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH19-Dec-03 4:53
ThomasH19-Dec-03 4:53 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright9-Dec-03 7:35
professionalRoger Wright9-Dec-03 7:35 
GeneralEmail server side question Pin
alex.barylski7-Dec-03 9:24
alex.barylski7-Dec-03 9:24 
GeneralRe: Email server side question Pin
Colin Angus Mackay7-Dec-03 18:27
Colin Angus Mackay7-Dec-03 18:27 
GeneralIcons Pin
Rafael Fernández López6-Dec-03 5:43
Rafael Fernández López6-Dec-03 5:43 
GeneralRe: Icons Pin
Roger Wright6-Dec-03 6:59
professionalRoger Wright6-Dec-03 6:59 
GeneralRe: Icons Pin
Paul Watson6-Dec-03 9:40
sitebuilderPaul Watson6-Dec-03 9:40 
GeneralRe: Icons Pin
-- NA --7-Dec-03 6:46
-- NA --7-Dec-03 6:46 
GeneralJavascript regualar expression Pin
Jorgen E.6-Dec-03 2:58
Jorgen E.6-Dec-03 2:58 
GeneralRe: Javascript regualar expression Pin
ZoogieZork6-Dec-03 7:56
ZoogieZork6-Dec-03 7:56 
GeneralRe: Javascript regualar expression Pin
Jorgen E.6-Dec-03 9:31
Jorgen E.6-Dec-03 9:31 
GeneralRe: Javascript regualar expression Pin
Paul Watson6-Dec-03 10:08
sitebuilderPaul Watson6-Dec-03 10:08 
GeneralRe: Javascript regualar expression Pin
Jorgen E.6-Dec-03 10:14
Jorgen E.6-Dec-03 10:14 
GeneralRe: Javascript regualar expression Pin
Paul Watson6-Dec-03 10:52
sitebuilderPaul Watson6-Dec-03 10:52 
GeneralRe: Javascript regualar expression Pin
Jorgen E.6-Dec-03 11:52
Jorgen E.6-Dec-03 11:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.