Is There Any Reason To Separate Front-end FE And Back-end BE
Jan 10, 2010
Is there any reason to separate front-end FE and back-end BE (for Administration and customer service) in different websites under the same solution.
Actually it causes me problems in Removing items from the cache, (they) decided to put FE and BE in different app domains, this means different Cache objects!!
I asked them about the reason and they said
1- To not be out of memory and to remove BE effect on the FE performance.
I doubt on this, Customer service team are probably affecting the centralized database performance, but there hits will be like adding 10 customers to our website, it is nothing!! Also App domain memory extends when needed, as far as I know, it does not pre allocate resources
2- To avoid losing both FE and BE if the website goes down.
I agree but this is not a reason to put the whole BLL in a web service, what about SECURING the BLL!!!, I PREFER TO LOSE BOTH if the IIS goes down.
View 1 Replies
Similar Messages:
Jan 21, 2011
I am very new to .Net and MVC specifically. I am building a site which will need a front end and a back end (admin site). I created a project and am developing the front end, now how do I start a back end for this site? Do I need to create a new solution? (what exactly is a "solution"?
View 2 Replies
Jan 27, 2010
I just implented a login and deployed a system that works great on the local machine. After working on the deployed version for a few minutes, we get dumped back to the login screen for no apparant reason. Happens after just a few minutes, and from random places in the application. The login stuff is pretty much out of the box. This is from config
[Code]....
We are not doing anything at all in the codebehind regarding timeouts, etc.
View 4 Replies
Mar 17, 2011
I am a web developer handling back end frond end both.My question is that which transaction should I use
to maintain ACID. whether transactions in Sql Server or transaction in Ado.net?
View 4 Replies
May 20, 2010
[Code]....
tring value from front and back
View 4 Replies
Jan 14, 2010
I have access to two seperate databases (mySQL) located on two servers. I need to get the data, link the tables on a key field and display the results in a datagrid. My challenge is that if the search criteria changes for the display it affects rows returned from on table and should thus automatically affect the linked table and resulting data returned.
what the best approach would be to achieving this? So far I have set up a dataset with a dataadapter and table for each connection and then linked the tables in the dataset. The problem that I'm having is getting the linked resultsets to work.
On my form I have the datagrid with two Objectdatasources one for each dataadapter and i believe that's where I'm going wrong...
View 1 Replies
Feb 2, 2010
I am beginner to ASP.NET MVC.
We are doing project in Asp.Net MVC and Nhibernate.
How to seperate my project in to layers ? how to design classes ?
should i followany patterns ? repository patterns ?
View 3 Replies
Oct 28, 2010
I know that in a web site project VWD will cram all the files into 1 specified folder which holds all the peices of your site together in a nice little container.
However, in a web based application (rather than web site) you have a similar folder but it contains a solution file; people often say this has more advantages, but from my early days of learning what would those advantages be?
View 3 Replies
Feb 18, 2011
I've noticed that ASP.NET automatically creates an App_Data folder for you whenever you make a new webforms application.
Since all of my data comes from a SQL Server 2005 database server, is there any reason to actually keep this folder?
View 8 Replies
Apr 9, 2010
Why the website developers use PNG format images in their webpages?
View 2 Replies
Jul 28, 2010
I have an accordion and a nested accordion as a menu ba on left. thepanes contain various controls mainly dropdownlists. I disable the accordion after a user has enetered some values and clicked the search button. However in IE7 the accordion is disabld and all the contained controls are too. But in IE6 the dropdownlists aren't disabled whats the reason behind this and whats the solution?
View 6 Replies
Mar 24, 2010
I've spent at least 2 days trying anything and googling this...but for some reason I can't get RegisterClientScriptInclude to work the way everyone else has it working?
First off, I am usting .NET 3.5 Ajax,...and I am including javascript in my partial page refreshes...using this code:
ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "MyClientCode", script, true);
It works perfectly, my javascript code contained in the script variable is included every partial refresh.
The javascript in script is actually quite extensive though, and I would like to store it in a .js file,..so logically I make a .js file and try to include it using RegisterClientScriptInclude ...however i can't for the life of my get this to work. here's the exact code:
ScriptManager.RegisterClientScriptInclude(this, typeof(Page), "mytestscript", "/js/testscript.js");
the testscript.js file is only included in FULL page refreshes...ie. when I load the page, or do a full postback....i can't get the file to be included in partial refreshes...have no idea why..when viewing the ajax POST in firebug I don't see a difference whether I include the file or not....
both of the ScriptManager Includes are being ran from the exact same place in "Page_Load"...so they should execute every partial refresh (but only the ScriptBlock does).
View 1 Replies
Jun 11, 2010
I was working on something with Page_Init. I palce a break point and noticed the event is called twice. What happen was:
1) Page_Init is called
2) Page rendered on browser
3) Page_Init is called again
How do I find out what is casuing it to fire twice? Page_load is also firing twice and this is happening on IE.
View 9 Replies
Jul 1, 2010
I have a login which of coarse sets a session. session("User") = "Yes" if that session is "Yes" then ....they are logged in. But. I can for the life of me, determine why the session is ending on its own....at no specific time. Once you do a few thing on the site ....it ends....and never at the same time...it could be 1 minute. it could be 10... Are there any Alternatives to using session state. Many people have looked at my code and found NOTHING wrong at all.
View 8 Replies
Nov 10, 2010
While passing through code in our project I came across a web method that had this code at the end of it:
thread.sleep(6000);
return true;
Now, this was done so the jQuery ajax call from the client gets delayed and the ajax animation will show for a little bit longer. This is very wrong in my eyes. There shouldn't be this kind of connection between UI and server side. If he wants the animation to take longer he can use the setTimeOut function in the client side. Here is my problem: how can I explain to the programmer why this is so wrong? Not just because the client/server thing, but why ever call thread.sleep on a website?
View 6 Replies
Nov 19, 2010
What is the reason that mulitple inheritance is not allowed in .net.
View 2 Replies
Jun 4, 2010
Several production websites running for months with no problems, all of sudden now fail to compile sporadically.
The compiler will generate errors:
ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
On master page code behind files that it did not before.
In addition, this error will go away (most of the time) if we recycle the application pool.
View 2 Replies
Jan 5, 2010
I have to write a mini social networking website, and I seem to have run into a little bump. I want to display a user picture but for some reason it isn't working. The control looks like this
[Code]....
View 5 Replies
May 24, 2010
[code]....
I am trying to get these three fields on the screen while user enters I am retreving the user enter data on front end.. when I am debugging I am not seeing these fields..
On the view I am using beginForm
<% using (Html.BeginForm("Update", "Home", FormMethod.Post, new { @id = "id" }))
{ %>
my method..
public JsonResult Update(StudentInfo info)
{
///Update
return Json(Status.ToString());
}
when I see in info I am not getting these three fields..
View 3 Replies
Sep 13, 2010
I'm not sure if this belongs here since it doesn't seem to be a coding issue but...
I am having an issue with using httpwebrequest - the first time I run HttpWebRequest on a page there is a 5-10 second lag before it returns the data I am looking for. It doesn't matter from what source I am polling the lag is always there so it has nothing to do with the sites I am connecting to.
After I poll the first time as long as the page is reloaded within 1 and a half minutes afterwards the httpwebrequest response is lightning fast.
If I wait a minute and a half to 2 minutes without reloading the page the lag returns again.
I've tried everything related to tweaking the httpwebrequest settings and none have had any impact whatsoever.
If it helps I have older pages that use classic asp that behave the exact same way when returning data from external websites so it seems to me like a server issue.
What I am left with is...
View 4 Replies
Aug 20, 2010
is there any way to find out the reason for session expiry?
View 7 Replies
Jul 9, 2010
I've noticed that setting ValidateRequest="true" on the page blocks input of the form • but not • - which are the same characters. Does anyone know why the first type is not allowed but the second type is?I really could not find a place where it defines what is meant by dangerous script and what is actually blocked when the ValidateRequest is set to true.
View 3 Replies
Mar 23, 2011
i have a method in my back end that i would like to call from my front end, but can't seem to get it working. here is my code:
<% foreach(string item in Plants){ %>
<li>
<span class="folder">
<asp:label ID="lblPlantName" runat="server" Text='<% GetPlantName(item) %>'></asp:label>
</span>
</li>
<%} %>
the getplantName method should return a string and fill the text in. But this is not getting called for some reason.
View 3 Replies
Jun 9, 2010
How to call a trigger from front end in asp.net using sql server 2005..
View 2 Replies
Dec 31, 2010
I have a couple of questions on exception handling in .net: 1- Why do we have to catch specific exceptions other than the reason of displaying a particular error to the user? What if we wanted to always display a generic error to the user and not give him much details, would it be okay to catch only generic xceptions?
2- Is throwing exceptions from the data access layer to the UI layer best practice, or is it recommended to return a string or perhaps a boolean values from the data access layer to the UI layer?
View 15 Replies