Base solution for your next web application

Activities of "ismcagdas"

Hi,

Domain services are not transactional by default. You can resolve IUnitOfWorkManager in your test class and then start a transaction by yourself.

Hi,

On the IIS Manager, under feature delegation, Authentication should have read/write delegation. After that, you will be able to see login page.

But i didn't test the rest with ldap login, please test and share your result :).

Hi,

By the way, javascript error caused by missing semi-colon at the end of serializeFormToObject function definition. It's solved in the module zero repository on github.

Hi,

Does your initial url which you write to browser contains returnUrl parameter ?

Hi,

This is the right way actually. What is the compile error you are getting ?

Answer

Hi,

Now I understand :). We are trying to stick with .Net as much as possible, because of that we store and show Windows timezone informations.

But we convert Windows Timezone to IANA (which you mentioned & moment timezone uses) in order to use it on the client side.

Answer

Hi,

Actually, we did use moment timezone :). I wrote it in my message.

I couldn't understand the confusion here :).

Hi,

I'm asking just be sure,

Is your db server(s) and application server are same ? Because MSDTC must be enabled on all servers including app server and database server(s).

Hi,

Under the MSDTC tab, it says, "use local coordinator", that's why I redirected you to local dtc settings.

But your local DTC security settings seems normal. Can you check if "Distributed Transaction Coordinator" windows service is running ?

Hi,

Instead of computer properties, just right click on the "Local DTC" then click properties. You will see security tab.

Showing 12631 to 12640 of 12738 entries