In Visual Studio, is it possible to change the URL property of a folder? By default any folder in your project have a read-only URL of http://localhost/VirtualDirectory.... But if I want to, for example, reference a folder on another computer, is that possible?
Thanks.
Wow - Thanks for that great info, BoulderBum.
In reading through the documentation and looking at the namespace members, I don't see a way to 'decrypt' a hash to obtain the original value. Do you know if it is possible to decrypt something once it is encrypted?
Thanks again for your help.
I need to store a hashed value in a web application, presumably in the web.config file. In researching thusfar, I've found the article referenced below which deals with hashing passwords in the web.config. However, I cannot find a way to hash a non-password value in web.config...
I'm trying to build a stored proc that allows a user to specify a table name, and then the stored proc deletes all records from that tabel. Basically I'm trying to use sp_executesql within the proc to execute a DELETE statement as shown below. I keep receiving the error "Must declare the...
Why is it that some HTML properties/methods show up as errors when you're developing, but yet they are applied correctly when you run an application?
For example:
- Setting the AutoComplete property within a <Form> tag.
- Setting the class property of a <td> tag?
In both cases the message...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.