This topic is locked
[SOLVED]

 Problem with Web Server

1/27/2010 2:43:47 AM
ASPRunnerPro General questions
P
Philip author

Hello
I'm using ASPRunner since several years developed several applications (ersion 6.1 / 2503). As a DB I use MS-Access.

Since last week I encounter severe problems with my web server.

My provider states, that the ASP code is not "clean" and raises the ammount of RAM needed on the shared server up to 270 (!) MB.

On this server are approx. 200 websites hosted and my site takes approx. 50% of the performance ...
Now - has anyone encountered similar problems? What was the solution?

My provider suggests to upgrade to a V-Server (or even a dedicated server),

whisch means that I have to administrate my own web server. I don't have the knowledge and time to do so.
Thanks for any help

Philip

Sergey Kornilov admin 1/27/2010

The first question to ask - what was changed since last week. If ASP application hasn't changed there must be something related to web server configuration.
As a first step I would suggest to try running this application on another server just to see if this makes the difference.
If you want someone to take a closer look post it to Demo Account and contact support directly.

P
Philip author 1/28/2010



The first question to ask - what was changed since last week. If ASP application hasn't changed there must be something related to web server configuration.
As a first step I would suggest to try running this application on another server just to see if this makes the difference.
If you want someone to take a closer look post it to Demo Account and contact support directly.


Sergey,
Thanks - I uploaded the project but can't login to.

Instead I get this error message:

Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/philip_agilitysports_ch/aoa_61_Mutation_Stamm_AnmeldungUSER/include/aspfunctions.asp, line 266
The '..' characters are not allowed in the Path parameter for the MapPath method.
Regards,

Philip

P
Philip author 1/28/2010



Sergey,
Thanks - I uploaded the project but can't login to.

Instead I get this error message:

Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/philip_agilitysports_ch/aoa_61_Mutation_Stamm_AnmeldungUSER/include/aspfunctions.asp, line 266
The '..' characters are not allowed in the Path parameter for the MapPath method.
Regards,

Philip


In the meantime I could log in (only as Admin).

It works all fine ...
On my actual webserver a session is closed within 20 - 30 seconds after login.

Service provider states that he did not change session timeout.

Any idea what we could check?
Philip

P
Philip author 1/28/2010

Problem is solved.

Provider had set a limitation to the so called "Application Pool".

They removed the limitation and everything seems to work fine again.
Philip