mitch
02-01-2005, 02:35 AM
I'm using VB.Net andIIS on myXP Pro machinerunning as localhost to build and test,
and then copying to dasp to see how it works for real. So far so good.
However, I just set up my first web.config/login.aspx for forms based authentication
and have a problem. Works fine locally but on dasp I can't seem to get it right.
If I just copy everything to the htdocs folder then it works fine. Forces me to go through
login.aspx and won't let me type the url directly to get to the pages behind it.
But if I create an application folder with Web App Tool and move my files there, I can't get it to work.
Should the web.config and login.aspx be in htdocs or just web.config and or?? I'm a little confused.
At this time I've just hard coded the password info so it's not a database issue. Either I get nothing at all
or it keeps redirecting me back to login.aspx.
Any guidance would be appreciated..........Thank you
and then copying to dasp to see how it works for real. So far so good.
However, I just set up my first web.config/login.aspx for forms based authentication
and have a problem. Works fine locally but on dasp I can't seem to get it right.
If I just copy everything to the htdocs folder then it works fine. Forces me to go through
login.aspx and won't let me type the url directly to get to the pages behind it.
But if I create an application folder with Web App Tool and move my files there, I can't get it to work.
Should the web.config and login.aspx be in htdocs or just web.config and or?? I'm a little confused.
At this time I've just hard coded the password info so it's not a database issue. Either I get nothing at all
or it keeps redirecting me back to login.aspx.
Any guidance would be appreciated..........Thank you