do we need to have the "dot" in web.config ?

  • Thread starter Thread starter Tee
  • Start date Start date
T

Tee

In our web.config, when we are doing forms authentication, we have such code

<authentication mode="Forms">

<forms name=".MyProject" etc etc>

I see some example with a . in front of their project name at the <forms
name> ... and some don't have the dot ...

any differences between the dot or not dot ?





thanks,

Tee
 
Hi,

no differences. I think it is just a naming habit, nothing more.
 

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