Namespaces in ASP.net 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

With namespaces in the web.config is it possible to use an alias for a
namespace?
I know that intellisense is supposed to work in web.config, but it doesn't
work my computer.
 
Have never tried to do this in the web.config, but you can alias this in
your code
Imports MyAlias = System.Web.Security
 

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