Development


You cannot use the IIS Rewrite action with PHP as the primary technology. You would have to do a redirect using the full absolute path so that the request would hit our load balancer and be directed to Apache. <rewrite> <rules> <rule name="Migrate to PHP" enabled="true" stopProcessing="true"> <match url="^test/([_0-9a-z-]+).aspx"/> <action type="Redirect"...

Read More

The problem: running ASP.NET applications in medium trust on shared hosting environments Developing ASP.NET applications for shared commercial web hosting space can give rise to a security issue that will restrict your options as a developer. If you developing an ASP.NET application that works fine in your development environment any attempt to run it in the live environment may well give rise to the following error:...

Read More