Saturday, March 31, 2012

What is role of IIS in asp.net ?

Hi ,
Can someone tell me about IIS ? Why do we need it ? What
is exact role of IIS in ASP.NET web application development and
deployment ?
I would like to know all IIS-basics from scratch..
Thanks in advance...

... Pradnya PatilIIS hosts ASP.NET applications, as do other internet servers,
like Cassini, and Apache under Linux or under MAC OS X.

I find MojoPortal to be an interesting application:
http://www.mojoportal.com/
MojoPortal is an Object Oriented web site framework written in C# that runs
under ASP.NET on Windows or under Mono on Linux or Mac OS X.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"Pradnya Patil" <pradnyapatil29@.gmail.comwrote in message
news:1168693239.051982.43910@.s34g2000cwa.googlegro ups.com...

Quote:

Originally Posted by

>
Hi ,
Can someone tell me about IIS ? Why do we need it ? What
is exact role of IIS in ASP.NET web application development and
deployment ?
I would like to know all IIS-basics from scratch..
Thanks in advance...
>
... Pradnya Patil
>


Hi,

Pradnya Patil wrote:

Quote:

Originally Posted by

Hi ,
Can someone tell me about IIS ? Why do we need it ? What
is exact role of IIS in ASP.NET web application development and
deployment ?
I would like to know all IIS-basics from scratch..
Thanks in advance...
>
... Pradnya Patil


A newsgroup is not a good place to learn "from scratch" about a subject.

IIS is the web server typically used with ASP.NET. You can use it for
development (though Visual Studio 2005 now has a development web server,
so IIS is not strictly necessary anymore) and for production.

IIS is a very complex subject. I recommend you find a book about this.
Additionally, you will probably enjoy Scott Gu's blog, he is an
excellent specialist of IIS at Microsoft and great at explaining how it
works.

http://weblogs.asp.net/scottgu/
HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
re:

Quote:

Originally Posted by

you will probably enjoy Scott Gu's blog


Indeed!

Microsoft's IIS Team site is a great IIS resource, too!

http://www.iis.net/default.aspx?tabid=2
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"Laurent Bugnion [MVP]" <galasoft-lb@.bluewin.chwrote in message
news:OLqLIsxNHHA.2468@.TK2MSFTNGP06.phx.gbl...

Quote:

Originally Posted by

Hi,
>
Pradnya Patil wrote:

Quote:

Originally Posted by

> Hi ,
> Can someone tell me about IIS ? Why do we need it ? What
>is exact role of IIS in ASP.NET web application development and
>deployment ?
> I would like to know all IIS-basics from scratch..
> Thanks in advance...
>>
> ... Pradnya Patil


>
A newsgroup is not a good place to learn "from scratch" about a subject.


Quote:

Originally Posted by

IIS is the web server typically used with ASP.NET. You can use it for development (though Visual
Studio 2005 now has a development web server, so IIS is not strictly necessary anymore) and for
production.


Quote:

Originally Posted by

IIS is a very complex subject. I recommend you find a book about this. Additionally, you will
probably enjoy Scott Gu's blog, he is an excellent specialist of IIS at Microsoft and great at
explaining how it works.


Quote:

Originally Posted by

http://weblogs.asp.net/scottgu/
Laurent

0 comments:

Post a Comment