What are the common problems occured in a production environment in IIS server. If the front end ( vb/asp) and backend is MSSQl Server what are the different problems on IIS

Thank
Aditya.

Problems at IIS server by doug

doug
Tue Apr 27 07:03:24 CDT 2004

This is probably the broadest question ever posted here.
It's like saying "what are all the words in the English
language"?

Are you having issues? Do you have error messages that
you can post?

doug
>-----Original Message-----
>What are the common problems occured in a production
environment in IIS server. If the front end ( vb/asp) and
backend is MSSQl Server what are the different problems
on IIS.
>
>Thanks
>Aditya.
>.
>

Re: Problems at IIS server by Tom

Tom
Tue Apr 27 07:12:14 CDT 2004

"Aditya" <anonymous@discussions.microsoft.com> wrote in message
news:40F6EAA8-B904-4EE1-947A-25E73727F5DC@microsoft.com...
> What are the common problems occured in a production environment in IIS
server. If the front end ( vb/asp) and backend is MSSQl Server what are the
different problems on IIS.
>

Start here:
http://www.aspfaq.com/search.asp?q=&type=ALL&category=1&numDays=0&order=2

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Problems at IIS server by Egbert

Egbert
Tue Apr 27 07:31:30 CDT 2004

"Aditya" <anonymous@discussions.microsoft.com> wrote in message
news:40F6EAA8-B904-4EE1-947A-25E73727F5DC@microsoft.com...
> What are the common problems occured in a production environment in IIS
server. If the front end ( vb/asp) and backend is MSSQl Server what are the
different problems on IIS.


One problem is that IIS runs so fine, while people expect to have to resolve
problems.

> Thanks
> Aditya.


Re: Problems at IIS server by jcochran

jcochran
Tue Apr 27 10:56:58 CDT 2004

On Tue, 27 Apr 2004 04:16:02 -0700, Aditya
<anonymous@discussions.microsoft.com> wrote:

>What are the common problems occured in a production environment in IIS server.

We actually have reports for these. :)

The top three in order:

1) Programmer error or poor scripting
2) Administrator error - Permissions
3) Administrator error - Windows or Other Non IIS

We separated permissions out in our reporting since we have at least
one admin who seems to break permissions whenever he touches the
system. :(

I hit the third category last night when I deleted a folder, then
cleared the recycle bin, then realized I'd deleted a folder named
similarly to the one I meant to delete. Happens to the best of us...
:(

>If the front end ( vb/asp) and backend is MSSQl Server what are the different problems on IIS.

None. IIS doesn't care what you use for a scripting or display
language, nor for a database.

Jeff