Jump to content
Compatible Support Forums
Sign in to follow this  
tear

IIS 5.1 help?

Recommended Posts

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?

Share this post


Link to post

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?

Share this post


Link to post

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.

Share this post


Link to post

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.

Share this post


Link to post

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?

Share this post


Link to post
Quote:

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


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

Share this post


Link to post

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.

Share this post


Link to post

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

Share this post


Link to post

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.

Share this post


Link to post

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?

Share this post


Link to post

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?

Share this post


Link to post

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.

Share this post


Link to post

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

Share this post


Link to post

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

Share this post


Link to post

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.

Share this post


Link to post
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.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×