chiph said:
"Oh - if you're going to be doing any ASP.NET development - make sure you have IIS installed *before* you install .NET. You can recover from this, but it's a pain."
I just installed IDE V7.0 and .NET V1.0 on a Win2K system and am having problems getting anything productive out of this setup. (Note: I do _NOT_ have IIS on this system).
I suspect -- but cannot yet prove -- that what is giving trouble is that I am working with remote systems:
1. My ISP = shared servers running Win2k + IIS 5.0
2. My in-house Test System, also = shared servers running Win2k + IIS 5.0
The reason for 'shared servers' is that I inherited a website originally authored with FP2K (later FP2002) and which relied on FP Extensions. (I gradually eliminated almost all of this dependency).
Originally, in building the IIS TEst System I discovered that shared servers have FP Extensions problems if located under the default server at Inetpub/
they must have independent paths back to the disk root. (Don't know if this still applies with Win2K/IIS 5.0; it was true 18 months ago with NT4).
I want to run a mix of existing HTML and asp pages together with .NET-enhanced forms. When I now try to create a new .NET project/application, using my workstation to create files remotely on the Test system, I can proceed up to a point. Files are created, but I get numerous warning messages about the path not being trusted, and I cannot find a way to get a WYSIWYG view of my new form.
Any suggestions on how I should proceed?
JimH