-
Posted to
PHP Community
by
thewebhostingdir
on
08-22-2009, 5:10 PM
web.config is the configuration file for asp.net web application. It has nothing to do with the php files.
All you need to do is to deal with php.ini file as your problem is php mail.
-
Posted to
Web Deployment Tool (MS Deploy)
by
thewebhostingdir
on
08-22-2009, 5:00 PM
Can't you use Try, Catch in your code? If you find that the exception is of "access denied" type, you can give up handling the caught exception and process the next file to sync in the queue.
-
Posted to
ASP.NET Administration
by
thewebhostingdir
on
08-22-2009, 4:57 PM
You probably need Full trust level set to the website where you run the above code, as it is doing IIS level operations.
-
Posted to
IIS 7 - ASP.NET Administration
by
thewebhostingdir
on
08-20-2009, 7:17 AM
Here is the solution.
http://forums.iis.net/t/1160150.aspx
-
Posted to
IIS7 - Classic ASP
by
thewebhostingdir
on
08-20-2009, 7:16 AM
Refer this thread with the resolution
http://forums.iis.net/t/1153659.aspx
-
Posted to
IIS7 - General
by
thewebhostingdir
on
08-12-2009, 7:33 AM
If you have SSL on your domain.com then it would also work for
domain.com/anyfoder/anysubfolders. If you want to use it only for
folder, consider using SSL on subdomain. After that you need to use
subdomain.domain.com only.
There are very simple steps to install the SSL.
1. Website Properties => Directory security, Server ...
-
Posted to
IIS7 - Security
by
thewebhostingdir
on
08-12-2009, 7:27 AM
You can not access .config files. It is restricted file. It is also not recommended if you somehow manage to do that. Because it will apply to web.config also.
-
Posted to
Setup & Migration
by
thewebhostingdir
on
08-03-2009, 3:00 PM
You will need a CD for the same..
-
Posted to
Setup & Migration
by
thewebhostingdir
on
08-03-2009, 2:46 PM
Check this:
http://www.dmxzone.com/go?1736&LinkFile=install.html
-
Posted to
IIS7 - General
by
thewebhostingdir
on
08-03-2009, 9:39 AM
Do you receive any error? Have you tried running IIS under 32 bit using cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true” ??