What is the IIS box set up (on default) to use? 1.1? 2.0?
You cannot, by default, use both. There are ways around this, but the
easiest way, for me, is to have 2005 set up using the built in server and
leave the server on the dev box with 1.1. You can, however, set up different
app pools and have one set for 1.1 and the other for 2.0.
NOTE: If you also install SharePoint or Reporting Services, it gets even
trickier, esp. with RS for SQL 2000.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
*************************************************
Think outside the box!
*************************************************
[quoted text, click to view] "Chris" <contact@daestra.com> wrote in message
news:1155440368.086208.73840@b28g2000cwb.googlegroups.com...
>A VS2005 and .Net 2 install over a VS2003/1.1 install resulted in
> VS2005 hanging when I tried to create or open C# ASP.NET web services.
> VS2005 and .NET 2 were uninstalled but VS2003 then did the same thing.
>
> After much banging head against the wall and unintalling/reinstalling,
> I have tried to create a static "crime scene".
>
> I have as clean an install of IIS, VS, 1.1 .Net as I can achieve. No
> antivirus software installed. All service patches installed. XP and IIS
> 5.1.
>
> I can open localhost to see the default localstart.asp page.
>
> I can create a new virtual directory and place a test.asp script in
> there and run it correctly.
> On starting VS2003 and creating a new C# ASP.Net webservice, VS2003
> hourglass shows. Application hangs.
>
> Application, Security and System event logs last entries relate to
> test.asp, that is, no entries at all relating to VS2003.
>
> C:\WINDOWS\system32\Logfiles\HTTPERR log file shows no error. Last
> entry is ten minutesbefore started VS2003.
>
> C:\WINDOWS\system32\Logfiles\W3SVC1 log file shows no error. Last entry
> relates to test.asp.
>
> On closing VS2003, I get a "this application has stopped responding"
> dialog. Application event log shows a "Hanging application devenv.exe,
> version 7.10.3077.0, hang module hungapp, version 0.0.0.0, hang address
> 0x00000000." error message.
>
> MS FP2000 Extensions are installed. Web service has extensions
> configured.
>
> Disabling Windows Firewall has no effect.
>
> So far then, there's nothing I can hang a good solid google search on.
> Can anyone recommend any other starting points?
>
> Any help wopuld be much appreciated.
>
> Chris
>