I have a web site that written in ASP.NET. There were some prominent problems, and the project has been published entirely and all the published files were copied to the server. Anyway, users of the web site can not log in anymore. There were four different
versions of web.config, but we are unable to login to the web site. When I ran the code in local machine, users can log in successfully. How can I solve that urgent problem?
check the connectioon string i mean while deploying into your server u need to give your server credentials and also make sure that the user must be there in your server database...
My project name is "Protected Areas" and it consists of different solutions.
AuthenticationInterface.svc file and bin folder which consists of dll files remained non-changed during the publish process, and when I replace them, the problem has solved. The
AuthenticationInterface.svc file and bin folder exist in the PAServer folder inside the
wwwroot.
***
There are three projects that tightly coupled among them: Protected Areas ,
Special Protected Areas and Enterprises in the protected areas. I made some changes in the business logis of the
Protected Areas. The traditional publish do not work in these circumtances, I have to update svc files and dll files in the server. However the problem is when I updated the svc and dll files of the
Protected Areas, the project Enterprises in the protected areas doesn't work anymore. This problem arises frequently and I couldn't make any changes on the
Protected Areas project. Where can I get information?
Marked as answer by varoulscuprens on Jan 21, 2013 12:38 PM
varoulscupre...
Member
17 Points
48 Posts
Logging in problem in ASP.NET Project
Jan 21, 2013 07:32 AM|LINK
Hi There;
I have a web site that written in ASP.NET. There were some prominent problems, and the project has been published entirely and all the published files were copied to the server. Anyway, users of the web site can not log in anymore. There were four different versions of web.config, but we are unable to login to the web site. When I ran the code in local machine, users can log in successfully. How can I solve that urgent problem?
Thanks in advance.
ashkc
Participant
1049 Points
217 Posts
Re: Logging in problem in ASP.NET Project
Jan 21, 2013 11:14 AM|LINK
check the connectioon string i mean while deploying into your server u need to give your server credentials and also make sure that the user must be there in your server database...
varoulscupre...
Member
17 Points
48 Posts
Re: Logging in problem in ASP.NET Project
Jan 21, 2013 12:38 PM|LINK
My project name is "Protected Areas" and it consists of different solutions. AuthenticationInterface.svc file and bin folder which consists of dll files remained non-changed during the publish process, and when I replace them, the problem has solved. The AuthenticationInterface.svc file and bin folder exist in the PAServer folder inside the wwwroot.
***
There are three projects that tightly coupled among them: Protected Areas , Special Protected Areas and Enterprises in the protected areas. I made some changes in the business logis of the Protected Areas. The traditional publish do not work in these circumtances, I have to update svc files and dll files in the server. However the problem is when I updated the svc and dll files of the Protected Areas, the project Enterprises in the protected areas doesn't work anymore. This problem arises frequently and I couldn't make any changes on the Protected Areas project. Where can I get information?
varoulscupre...
Member
17 Points
48 Posts
Re: Logging in problem in ASP.NET Project
Jan 21, 2013 12:39 PM|LINK
Thank you ashkc, but this is not the case.