-
Posted to
General
by
RubalJ
on
12-25-2007, 3:05 AM
Hi,
This can be easily achieved by using control Panel like Helm 4 or DotNetPanel. I'll suggest you to go thru them as they can fully automate addition of Domain, Email Accounts, FTP etc on a single click after customers signs up.
Thanks,
-
Posted to
ASP.NET Administration
by
RubalJ
on
12-24-2007, 4:44 AM
[quote user="SaintMak.NET"]
Hi,
if we install 3.5 on our dedicated web server will it effect any other websites that we have running in asp.net 2.0 for our clients that we built?
[/quote]
Installation of Framework 3.5 wont effect any existing sites or their application mapping. It'll however upgrade Framework 2.0 and ...
-
Posted to
PHP Community
by
RubalJ
on
12-23-2007, 12:14 PM
I have FastCGI configured with IIS on a server. I am using PHP 5's NTS php-cgi.exe under fastcgi's ini. Randomly I keep getting following errors and iisreset fixes the issues.
“FastCGI Error The FastCGI Handler was unable to process the request.
Error Details:
* Error Number: 13 (0×8007000d).
* Error Description: The data is ...
-
Posted to
General
by
RubalJ
on
12-25-2006, 5:33 AM
Setting up PHP CGI 4.4.x to run on IIS
http://www.visualwin.com/PHP/
Thanks
-
Posted to
ASP.NET Administration
by
RubalJ
on
12-23-2006, 12:03 PM
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005Anyone seen the above error under Event Logs ? Any ideas what causes this and how this can be fixed?
-
Posted to
Security
by
RubalJ
on
12-18-2006, 2:11 AM
You can find some scripts to backup SSL with private keys and then restoring on a new server at :
http://forums.webhostautomation.com/viewtopic.php?t=6704&highlight=ssl+export
Thanks
-
Posted to
Security
by
RubalJ
on
12-18-2006, 1:49 AM
Hello,
We already have all ASP.Net sites on seperate dedicated Pool and rather than entire server just the problematic site should be effected. This is what annoying me and users.
Here are the recent logs from crash :
Event code: 3005 Event message: An unhandled exception has occurred. Event time: 16.12.2006 15:16:20 Event time (UTC): ...
-
Posted to
Security
by
RubalJ
on
12-15-2006, 5:22 AM
Hi,
I have a server running ASP.Net 2.0 in Medium Trust. Daily once or twice it goes down and whenever server is rebooted I see the following errors in Event Logs :
Event Type: WarningEvent Source: ASP.NET 2.0.50727.0Event Category: Web Event Event ...
-
Posted to
Security
by
RubalJ
on
11-03-2006, 1:45 AM
Hi,
You can use IIS Password ISAPI to protect some sub directory or subdomain.
http://www.troxo.com/products/iispassword/
I am not sure about the other things u want to achieve but you can have a look at its features and functionality.
Kind Regards
-
Posted to
FastCGI Handler
by
RubalJ
on
11-03-2006, 1:17 AM
Hi,
Just noticed that new version of PHP 5 has been released yesterday. aka 5.2.0 .. Anyone tried FCGI component with it so far ?
Thanks,