S
Shannon
I am trying to publish an application to a server that I do not have desktop
access to because of our hosting environment. I publish to a file share.
The WEB site has been configured by the hosts personnel.
When I deploy to my localhost or dev server everything work like it should,
Entering a valid user name and password redirectos me to the appropriate
page. When I publish to the staging server and try to login, the login page
just redisplays itself when I try to log in with valid credentials. If I
login with incorrect credentails, I get the invalid credentials message,
which leads me to believe that I am accesses the DB ok.
The loginpage.cs has no code in it and the aspx code looks like:
<asp:Login ID="EdbLogin" runat="server" SkinID="LoginView"
DisplayRememberMe="False"
Style="text-align: left" OnLoggedIn="EdbLogin_LoggedIn"
DestinationPageUrl="~/norole.aspx">
</asp:Login>
The norole.aspx page has logic to redirect the application based on the
user's role.
I have tried to replicate the problem on one of the servers that I have
access to and have not been able to replicate the error.
Does someone know if this is a configuration issue and what I might be able
to tell the host personnel to fix this?
Thanks Shannon
access to because of our hosting environment. I publish to a file share.
The WEB site has been configured by the hosts personnel.
When I deploy to my localhost or dev server everything work like it should,
Entering a valid user name and password redirectos me to the appropriate
page. When I publish to the staging server and try to login, the login page
just redisplays itself when I try to log in with valid credentials. If I
login with incorrect credentails, I get the invalid credentials message,
which leads me to believe that I am accesses the DB ok.
The loginpage.cs has no code in it and the aspx code looks like:
<asp:Login ID="EdbLogin" runat="server" SkinID="LoginView"
DisplayRememberMe="False"
Style="text-align: left" OnLoggedIn="EdbLogin_LoggedIn"
DestinationPageUrl="~/norole.aspx">
</asp:Login>
The norole.aspx page has logic to redirect the application based on the
user's role.
I have tried to replicate the problem on one of the servers that I have
access to and have not been able to replicate the error.
Does someone know if this is a configuration issue and what I might be able
to tell the host personnel to fix this?
Thanks Shannon