Click here to Skip to main content
15,905,967 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Searching against child node in XML Pin
led mike6-May-08 4:57
led mike6-May-08 4:57 
QuestionXML Schema Formatting for SchemaGen Pin
AirWalk092-May-08 5:58
AirWalk092-May-08 5:58 
QuestionSaving an XML file as an HTML file without losing XSL formatting applied to XML. Pin
preeti asai2-May-08 2:29
preeti asai2-May-08 2:29 
AnswerRe: Saving an XML file as an HTML file without losing XSL formatting applied to XML. Pin
Christian Graus2-May-08 21:21
protectorChristian Graus2-May-08 21:21 
QuestionXML: Read, Write and Modify Pin
Zaegra1-May-08 7:15
Zaegra1-May-08 7:15 
AnswerRe: XML: Read, Write and Modify Pin
DerekFL1-May-08 9:36
DerekFL1-May-08 9:36 
AnswerRe: XML: Read, Write and Modify Pin
Christian Graus3-May-08 1:18
protectorChristian Graus3-May-08 1:18 
QuestionWSE 3.0 and SoapHeaderException with database??? Pin
jerome_data29-Apr-08 7:27
jerome_data29-Apr-08 7:27 
Hi,

I try to implement WSE and Custom UsernameTokenManager (http://msdn2.microsoft.com/en-us/library/aa480575.aspx#wss_ch3_impdirectauth_wse30_topic6) to connect todatabase

I use in my webconfig:

<connectionStrings>
<add name="MySqlConnection" connectionString="Data Source=MySqlServer;Initial Catalog=aspnetdb;Integrated Security=SSPI;" />
</connectionStrings>
<system.web>
...
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="15">
<providers>
<clear />
<add
name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider"
connectionStringName="MySqlConnection"
applicationName="MyApplication"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
requiresUniqueEmail="true"
passwordFormat="Hashed" />
</providers>
</membership>

But when i test my webservice i have this message:
Server unavailable, please try later

ConnectionString is ok.

Thanks
GeneralNeed to assign value from xml file to string variable in .net Pin
subbu.sk27-Apr-08 21:20
subbu.sk27-Apr-08 21:20 
GeneralRe: Need to assign value from xml file to string variable in .net Pin
led mike28-Apr-08 4:28
led mike28-Apr-08 4:28 
Questionhow to prepare sitemap.xml file? Pin
jegastar27-Apr-08 20:34
jegastar27-Apr-08 20:34 
AnswerRe: how to prepare sitemap.xml file? Pin
Mark J. Miller29-Apr-08 7:57
Mark J. Miller29-Apr-08 7:57 
GeneralUPS XML Online Ship Tool Integration Pin
chamlight24-Apr-08 12:52
chamlight24-Apr-08 12:52 
GeneralRe: UPS XML Online Ship Tool Integration Pin
alay jain2-May-08 20:45
alay jain2-May-08 20:45 
GeneralXML file and Database Pin
Sankalp Verma22-Apr-08 22:48
Sankalp Verma22-Apr-08 22:48 
GeneralRe: XML file and Database Pin
Christian Graus22-Apr-08 23:24
protectorChristian Graus22-Apr-08 23:24 
GeneralRe: XML file and Database Pin
raginisingh24-Apr-08 22:03
raginisingh24-Apr-08 22:03 
GeneralXml Attibute in C# Pin
manustone21-Apr-08 23:59
manustone21-Apr-08 23:59 
Generalwrite xml root element attribute string in .net(C#). Pin
r aa j20-Apr-08 23:26
r aa j20-Apr-08 23:26 
Question.NET: Skipping a unvalid XML node? Pin
Tony Pottier17-Apr-08 13:08
Tony Pottier17-Apr-08 13:08 
Generalgetting xml values in to c#.net Pin
Prabakar17-Apr-08 4:15
Prabakar17-Apr-08 4:15 
GeneralRe: getting xml values in to c#.net Pin
led mike17-Apr-08 4:43
led mike17-Apr-08 4:43 
GeneralXSD to corresponding Table Structure(Dojo Grid) Pin
ZServer17-Apr-08 3:48
ZServer17-Apr-08 3:48 
GeneralDisplaying WordML from XSLT in browser Pin
berghain16-Apr-08 23:37
berghain16-Apr-08 23:37 
QuestionXML Parse - performance Pin
mpavas16-Apr-08 0:25
mpavas16-Apr-08 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.