cashdeskmac said:
The thing that gets me is that when I downloaded the SQL Server from MSDE I
had to configure my IIS settings to get it to work, but now I can't find IIS
anywhere on my computer! I've looked in Admin tools but it isn't there, it
isn't in Add/Remove COM Components either. I've tried a search for it but
nothing came up. If it's possible to open the IIS screen through either the
command prompt or the Run... utility I only need the proper command to try
that out.
I'd really appreceiate it if you could come up with a solution for my
particular case.
You already have been shown the solutions that apply to your
particular case. Either:
- Upgrade to XP Pro and install IIS or
- get Cassini and make due
Cassini
http://asp.net/Projects/Cassini/Download/Default.aspx?tabindex=0&tabid=1
Vs.Net using Cassini works
http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=742551
You are left with the option of throwing money at the
problem (Upgrade to XP Professional) or time (trying to
figure out how Cassini works and make it work for your
situation; simply memorize IIS material that relates to
70-315; this might be a bit challenging and frustrating at
your particular level but ultimately thats how all of us pay
our dues in our field). Right now you are wasting time on
trying to find IIS where doesn't exist (and it doesn't exist
in XP Home).
Now if it makes you happy: the Internet Information Services
Management Console (iis.msc) can be started on an XP Pro
machine from the Run prompt with:
%SystemRoot%\System32\inetsrv\iis.msc
which usually translates to:
C:\Windows\System32\inetsrv\iis.msc
The presence of the management console (if it is in fact
present) does not imply that that IIS itself is present
(i.e. the VCR-style control tool bar buttons probably don't
work when you high-light the "Default Web Site"; the console
may exibit "crippled" functionality in general).
For all you know, you were looking at some kind of
installation configuration screen that popped up because the
installation could not find IIS and it needed the settings
satisfied for some bizarre reason. Many moons ago I
installed the MSDE on a machine and I don't recall any such
screen (nor having to fiddle with IIS) - but then again I
installed it on XP Pro.