Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 2nd, 2008, 03:16 PM
Registered User
 
Join Date: Oct 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Securing connection strings

Is anyone familiar with this in Windows XP Pro?
I typed the following command line to encrypt a connection string in web.config:
aspnet_regiis -pef connectionStrings –app c:/MySiteFolder
When I press Enter and the message “aspnet_regiis.exe is not recognized as an internal or external command, operable program or batch file.”
I have tried one other way to do this – but all I get is this message. Am I missing something?

 
Old March 2nd, 2008, 04:28 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

You need to be in your framework directory for this command to work.

To get there goto Start --> Run --> cmd
Execute this command: cd %systemdrive%\windows\Microsoft.NET\Framework\<ver sion>

On my system the command looks like this for the 2.0 framework: cd C:\Windows\Microsoft.NET\Framework\v2.0.50727

Once you have navigated to this directory you will be able to execute the command from your post.

hth.

-Doug


================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Connection Strings WFletch Visual Basic 2008 Essentials 1 July 14th, 2008 09:42 AM
Using Connection Strings - App.config testsubject Visual Studio 2005 1 July 16th, 2007 01:08 AM
Connection Strings WillyWonker BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 3 January 25th, 2005 10:40 AM
Connection Strings hcweb Classic ASP Basics 6 September 23rd, 2004 03:29 AM
Securing Connection String Passwords and Keys thedkn Classic ASP Databases 3 March 27th, 2004 02:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.