Questions tagged [wsat]

27 questions
0
votes
2 answers

IBM MQ does not roll back in WS-AT transaction

I have a similar problem to the case described in MQ Queue transaction not rolled back in a 2 phase transaction. I have a .NET client which does the following in one transaction: Writes one record to the first database. Puts one message into an IBM…
Alex
  • 419
  • 1
  • 5
  • 14
0
votes
1 answer

MSDTC WS-AT, HTTP could not register URL https://+:2372/WsatService/. Your process does not have access rights to this namespace

On a Windows Server 2012 machine, I have a local DTC and a clustered DTC, as you can see here: Here you can see the clustered DTC in the Failover Cluster Manager: I have enabled WS-AT with the following command on the clustered DTC: wsatconfig…
Alex
  • 419
  • 1
  • 5
  • 14
0
votes
1 answer

Unique web site administration tool

i'd like to create a Unique Web Site Administration Tool (UWSAT) to admin all users for all my websites on production server. Basically the idea is to have the UWSAT with only an admin user; when the admin log the tool he could navigate the…
Liuc
  • 61
  • 3
0
votes
1 answer

How to launch the Web Site Administration Tool (WSAT) for an Azure App Service?

Is it possible to launch the WSAT when your web site is hosted in Azure as an App Service? I'm trying to manage users and roles in the ASP.NET membership system (SQL based). According to this MSDN article (link below), you launch WSAT from Visual…
0
votes
1 answer

Clustering WS-AT Web service

does anyone knows if it is possible to cluster WS-AT web services using JBoss? Thanks in advance Leandro
leaqui
  • 533
  • 6
  • 22
0
votes
1 answer

Why does WSAT outperform Simulated Annealing?

on some journal i read that WSAT ( Walking SAT ) algorithm has better performances than Simulated Annealing algorithm in the resolution of SAT problem. So my question is, can someone kindly explain why we got this result ? Could be because SA is…
0
votes
1 answer

WSAT Security tab error for Custom Role provider

I have created custome Membership Role and Profile provider using INGRES db. Now I can see my IngresMembership and IngresRole provider in the Provider tab(Select a different provider for each feature (advanced) ) of WSAT but when I clik on security…
shesb
  • 1
0
votes
1 answer

Is there a way to programmatically insert a new user into a MyWSAT implementation (Windows Forms user registration)?

I'm building a website whose services will be subscription based. So, not that it matters, but I'm hooked into Paypal for setting up recurring payments. When the user submits a payment, I get an IPN (Instant Payment Notification) sent to a…
Mike Marks
  • 10,017
  • 17
  • 69
  • 128
0
votes
1 answer

Code First ASP.Net membership not synced with WSAT

I used the WSAT to configure security, but the users I create with it are not being flowed through to the ASP.Net Membership that comes with the stock MVC template (they cannot log in to the site). Conversely, the users that I am registering via the…
Mister Epic
  • 16,295
  • 13
  • 76
  • 147
0
votes
1 answer

Which connection string WSAT uses

I create a new ASP.NET MVC project with internet template. I build the solution. I open ASP.NET Web Site Administration Tool (WSAT). I click the security tab I get this error: "Unable to connect to SQL Server database." I am using Visual…
kroiz
  • 1,722
  • 1
  • 27
  • 43
0
votes
1 answer

Customize WSAT in ASP.Net

Has anyone ever customized the website admin tool in ASP.Net? I would like to add some fields when ceating a user and keep it all in one place. Any pointers would be appreciated.
Davy
  • 1,043
  • 2
  • 12
  • 21
0
votes
1 answer

Can't create asp.net membership database aspnetdb

I can't seem to create the aspnetdb.mdf via the Web Site Administration Tool. I am using SQL Express 2008 and Visual Studio Web Developer 2010 Express. I get following error in the Administration Tool: There is a problem with your selected data…
bart_dp
  • 45
  • 2
  • 11
1
2