How to upload N-Tier architecture Project onto web server?
-
Hello, I have developed a website in n-tier architecture model. IT is working fine in local. But the problem is it is not working fine on server. I have uploaded website(files and folders including Bin). Transport,Data,Business layers dll's are in Bin folder. The Problem is While retrieving the values from database into dataset error occurs. Please Let me know how to upload N-tier arch model website and what files have to upload. Thanks in advance
-
Hello, I have developed a website in n-tier architecture model. IT is working fine in local. But the problem is it is not working fine on server. I have uploaded website(files and folders including Bin). Transport,Data,Business layers dll's are in Bin folder. The Problem is While retrieving the values from database into dataset error occurs. Please Let me know how to upload N-tier arch model website and what files have to upload. Thanks in advance
What Error are you Getting ? For now Check this Coding an N-Tier Application in C# without any Wizard Part I[^] Coding an N-Tier Application in C# Without Any Wizard: Part II[^]
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
What Error are you Getting ? For now Check this Coding an N-Tier Application in C# without any Wizard Part I[^] Coding an N-Tier Application in C# Without Any Wizard: Part II[^]
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
Thanks for the answer. But I have developed website not windows application. Am getting Security Exception. i.e System.Security.SecurityException: That assembly does not allow partially trusted callers. Thanks in Advance
-
Thanks for the answer. But I have developed website not windows application. Am getting Security Exception. i.e System.Security.SecurityException: That assembly does not allow partially trusted callers. Thanks in Advance
Choose appropriate trust level : http://msdn.microsoft.com/en-us/library/ms998341.aspx[^] Also see if IIS has permission the the folder where you placed the dll.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Thanks for the answer. But I have developed website not windows application. Am getting Security Exception. i.e System.Security.SecurityException: That assembly does not allow partially trusted callers. Thanks in Advance
The Implementation is the same , for the Error that you are getting take Abhishek Sur advice and following the link
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/