Hi All,

I have an ASP.NET appication running on [url]http://xx.xxx.xxxx.xx/aspApplication[/url]
and I have a domain [url]http://www.mydomain.com[/url] registered at godaddy.com for
this application.I have setup domain forwarding at goDaddy.com to forward to
[url]http://xx.xxx.xxxx.xx/aspApplication[/url]. I am using Forms Authentication on the
application.Now the problem i am facing is , when i login to the application
through [url]http://xx.xxx.xxxx.xx/aspApplication[/url] everything works fine and get
authenticated and logged in. But when I login in through
[url]http://www.mydomain.com[/url] , the cookie gets blocked and I am prevented from
logging in(i am not getting authenticated).

The path in the web.config file is pointed to path="/".

Any help appreciated.

--binod