Click here to Skip to main content
15,907,183 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want To Use Visitor counter which Show Visitor history,I found many PlugIn of Html for Vistor countor But they Unable to full fill my whole Requriment,

Now i found A wordpress Visitor countor PlugIn
http://wordpress.org/plugins/mechanic-visitor-counter/screenshots/[^]

now My problem is i use Asp.net Pages And this Visitor Countor plugIn in WordPress so how i use this in my page,

My idea is I put one <ifream> on my asp.net page and access This wordpress plugIn,

so when i upload this WordPress PlugIn, into server, and then run Php pages of Wordpress PlugIn I found errors:


PHP Warning: require_once(ABSPATHwp-includes/pluggable.php) [function.require-once]: failed to open stream: No error in C:\HostingSpaces\arunvartman\vartmaninfotech.com\wwwroot\wp-statsmechanic.php on line 13 PHP Fatal error: require_once() [function.require]: Failed opening required 'ABSPATHwp-includes/pluggable.php' (include_path='.;C:\php5\pear') in C:\HostingSpaces\arunvartman\vartmaninfotech.com\wwwroot\wp-statsmechanic.php on line 13





So what can i do, and there is any Need to change in my web config which is made for Asp.net Projects.
Posted

1 solution

Wordpress is written in PHP and runs on Apache, so you can't really run it in ASP.Net.
As WordPress is implemented in PHP, all of those plugins are also written in PHP.

Quote:
Extending WordPress in C# is possible thanks to a PHP compiler for .NET called Phalanger. Its 3.0 version uses DLR to allow interoperation between PHP and .NET code. We can take advantage of the dynamic keyword in C#, which makes calling PHP functionality from C# easily possible.


For more information check below Article.

Extending WordPress with C# Plugins

Extending WordPress with C# Plugins[^]

I hope this will help to you.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900