IIS

  • Thread starter Thread starter Coach
  • Start date Start date
C

Coach

running xp home
have visual studio.net
sql server developer edition

installed sometime ago, and managed to create a virtual network, if you know
what I mean.
now sql runs, but as I want to learn asp.net, when I try to start a new
project, it cant find the server? from memory, something like
http//localserver/ etc

I am sure I had it running previously, but cant remember how.

any advice.

how would I install IIS or would it be installed with sql
cheers
 
Coach said:
running xp home
have visual studio.net
sql server developer edition

installed sometime ago, and managed to create a virtual network, if you
know
what I mean.
now sql runs, but as I want to learn asp.net, when I try to start a new
project, it cant find the server? from memory, something like
http//localserver/ etc

I am sure I had it running previously, but cant remember how.

any advice.

how would I install IIS or would it be installed with sql
cheers
IIS comes with certain OS editions. XP Pro, 2000 Pro for example. It does
not come with XP Home and is not available as a separate product, in Visual
Studio, or in SQL Server.
If you want IIS, your best bet is to upgrade to XP Pro.
Alternatively, upgrading to Visual Studio 2005 gets you a built in web
server for developing web sites.
 
Peter,

I have long time thought who is pvdg42 and just now I see it.

The American with the 100% Dutch name, while in Holland the pvda is the
largest political party to make it even more confusing for me.

LOL

Cor
 
XP Home is crippled in some ways ,,,one of them is that it doesn not have
IIS or the posibility to even install IIS on it

however there are some solutions for developing web apps on XP home

1. use the Cassini webserver
2. use the webmatrix ( wich in turn also uses cassini under the hood )
3. use VS 2005 ( wich has a built in webserver )


regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top