Use <Configuration>..... as text

  • Thread starter Thread starter Gabriel
  • Start date Start date
G

Gabriel

Hello,

I'd like in an asp.net page use as text this :
<configuration>
<connectionStrings>
bla bla bla ...
</connectionStrings>
</configuration>

but when I do that I have an compilation error.

What can I do ?

thanks,
 
Hello,
I'd like in an asp.net page use as text this :
<configuration>
<connectionStrings>
bla bla bla ...
</connectionStrings>
</configuration>
but when I do that I have an compilation error.

What can I do ?

thanks,

The usual questions apply:

* what do you mean by "use as text"? What are you trying to achieve?
* What error do you get (it usually contains some useful info)

Hans Kestin
 
* what do you mean by "use as text"? What are you trying to achieve?
* What error do you get (it usually contains some useful info)

It's simple, I'd like, on a web page, for tutorial, copy the
connectionString section. I copy the section in an simple aspx page when I
show this page the other text is visible but not the connectionString
section.

Thanks,
 
Back
Top