I need to determine which version of asp.net zero was used for template creation.
is there a way to tell in the source code if v4.3 or 4.1 etc was used
I downloaded the src of phonebook example: cannot seem to get the paypal items running.
is the example on version 4.2? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-samples/tree/master/PhoneBook-Core">https://github.com/aspnetzero/aspnet-ze ... eBook-Core</a>
I'm trying to test the paypal integration end to end.
what area the steps to get it working with version 4.2?
In 4.3 release the public website and MVC project are now separate vs.net projects.
When deploying - how am I supposed to run under same public domain?
example: public website will be : <a class="postlink" href="http://www.companyname.com">www.companyname.com</a> when users try login it tries to open different port number?
in 4.1 it was not like this? help
A very important feature for anyone who wants to use your platform for SaAS solutions.
Will be good if you can give it priority for next release as current subscription implementation needs the auto renewal to be considered complete.
Love your work! thank you.
rock star ! thank you so much for this.
I get the revert back option.
The question relates to how can I in code force the expiration.
Example: I want to use code to expire it half way through the month due some custom business rules.
How will auto renewal of a monthly subscription work with the eBay integration you have done.
I need to make sure users have paid when next month roles over in order for subscription to be maintained.