Compatible Support Forums: IIS 5.1 help?

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IIS 5.1 help?

#1 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 27 April 2002 - 05:02 PM

I have installed IIS 5.1 and set it up to use d:\webserver as webserver directory. I made a testpage.html and it worked but when I changed the extension to .asp I got an 500 internal server error. Whats up with that? I thought IIS 5.1 would be able to run asp pages?
0

#2 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 27 April 2002 - 08:25 PM

Have you ever written ASP pages? What was the code? Check the event logs and see if the ASP service has started properly, and make sure that you are up to date on your patches. Also, was there any other text in that error, or an error code?
0

#3 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 28 April 2002 - 12:48 PM

Yes, I have written ASP pages before. But now all I did was to rename the html page to .asp and then I got a 500 internal system error.
0

#4 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 28 April 2002 - 10:15 PM

OK, but did you do the other things I mentioned in my previous post? Post the your findings here and maybe we can come up with something.
0

#5 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 30 April 2002 - 04:47 PM

I found this error in the event viewer "Could not start the MS DTC Transaction Manager." Maybe it has something to do with it? I havn't downloaded any patches since I'm only on dial-up, maybe I should do that?
0

#6 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 30 April 2002 - 07:45 PM

Quote:

...and make sure that you are up to date on your patches.


Yeah, you might want to start download some of those patches.
0

#7 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 04 May 2002 - 12:51 PM

I got it working now but after the server have been running for a while i craches and I get the error that there are to many users on the server. The server isn't even connected to internet. What could cause this? A friend of mine is running the same setup and have the same problem.
0

#8 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 04 May 2002 - 06:58 PM

I don't know, just try uninstalling and reinstalling IIS on that box. Did you even get any of the updates for the OS?
0

#9 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 31 May 2002 - 11:03 AM

The problem with IIS in WinXP Pro is that it only supports for maximum 10 users at the same time. And I had a php script that used sessions and somehow that script goot looped and the server thought that I had 10 users connected to the server so it shut down. smile I'm going for apache.
0

#10 User is offline   CrazyKillerMan 

  • old hand
  • Group: Members
  • Posts: 761
  • Joined: 14-October 00

Posted 31 May 2002 - 04:56 PM

erm....

Quote:
I'm going for apache. I'm going for apache.


I dont think that makes a differences as far as TCP/IP connections goes. You are limited to ten still, are you not?
0

#11 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 31 May 2002 - 05:30 PM

Why would I be limited to ten when I'm using apache as web server instead of IIS? The limitation is in IIS isn't it?
0

#12 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 31 May 2002 - 06:37 PM

It's a limitation of the OS, this includes IIS as well as usage of share connections. It will more than likely extend to Apache when installed, but I don't know for certain.
0

#13 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 31 May 2002 - 07:29 PM

Darn...
0

#14 User is offline   Alien 

  • addict
  • Group: Members
  • Posts: 599
  • Joined: 28-January 02

Posted 31 May 2002 - 07:39 PM

I realise I could be misunderstanding you guys here, but are you saying that Windows itself won't allow more than 10 connections? Is this a feature of just web serving, or any connections? If it's any, then I'm afraid someone'e been giving out wrong information as I know that you can run an FTP server & have someone else connect to it with an FTP prog [eg FlashFXP], & then start a download going with Mass Downloader which makes 10 connections @ the same time, & have someone else connected as well with another FTP prog [either FlashFXP or similar], which makes a total of 12 connections by my reckoning.

I apologise in advance if I've got the wrong end of the stick. smile
0

#15 User is offline   tear 

  • journeyman
  • Group: Members
  • Posts: 71
  • Joined: 15-November 00

Posted 31 May 2002 - 07:53 PM

I think it sounds strange to. I belive that the restriction is in IIS.
0

#16 User is offline   CrazyKillerMan 

  • old hand
  • Group: Members
  • Posts: 761
  • Joined: 14-October 00

Posted 31 May 2002 - 08:18 PM

The restriction is not in IIS


Last summer where I was working, co-workers were developing a java migrating agent program. And one of the problems that they ran into was the TCP/IP connections for a MS Pro package was limited to 10 users.
0

#17 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 31 May 2002 - 09:02 PM

Quote:

I realise I could be misunderstanding you guys here, but are you saying that Windows itself won't allow more than 10 connections? Is this a feature of just web serving, or any connections? If it's any, then I'm afraid someone'e been giving out wrong information as I know that you can run an FTP server & have someone else connect to it with an FTP prog [eg FlashFXP], & then start a download going with Mass Downloader which makes 10 connections @ the same time, & have someone else connected as well with another FTP prog [either FlashFXP or similar], which makes a total of 12 connections by my reckoning.

I apologise in advance if I've got the wrong end of the stick. smile


No, the workstation versions of all NT OSs are limited to 10 connections using the default MS applications (like IIS) and network resources (such as file and print sharing). Whether or not there have been some applications trying to get around it, I don't know. Now, having multiple connections per user is another thing, and that sounds like what you are getting at Alien. It sounds like you might have had 12 connections, but you had 2 concurrent user connections to those resources. That might be why you were getting confused.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users