Can't open ASP.NET 2.0 Configuration Manager. HELP!

  • Thread starter Thread starter David Hearn
  • Start date Start date
D

David Hearn

I looked this up on MSDN's site under the bug reports section and all I
could find is that the configuration manager needs to be opened up by the
administrator in full trust mode. I'm not sure what all that means, but I am
the administrator on my box. I need to be able to get in and switch the
default connection string which is pointed at a SQL Express database. I
don't have SQL Express installed. I have Beta 2 of SQL 2005 and need to
point it at that or at a SQL 2000 database. Can anyone help? Is there a way
to get into this other that through the ASP.NET tab in IIS?

Thanks in advance!
 
Do you see an error message? Also, try Website -> ASP.NET
Configuration.

The tool performs modifications to the web.config file in your
application's directory. You could open this file and change the
connection string by hand if need be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top