Search Results

1
vote

How to call ASP.NET .dll file from a PHP script?

You use the DOTNET extension. First off, you need to be running this on Windows. If you are on linux, then I would look at using something like Facebooks Thrift. If you are on windo …
1
vote

jQuery not working on my host?

The way the site may be configured on IIS is via their virtual directory setup that may not be including you js folder. The server may also not be allowing the site to deliver the js based on file …