Using 3rd Party Dll In Enterprise Web Based Application?

May 23, 2010

I found a great control with example here for mvc It fulfills all my requirement but the problem is that it uses a js tree dll. Should I go on and used that example in my application? Do you people refrain from using 3rd party free dll in applications? How will I tell that it will not expire or not cause problem later on Forgive me if this is inappropriate question but thx in advance for any appropiate reply on this topic. just trying to get the point of view of you people on this

View 1 Replies


Similar Messages:

MVC :: Frames In An Enterprise Web Application

Aug 20, 2010

I'm designing an enterprise web application interface based on an old system, and i planned to migrate the old frames layout to master page, but i noticed that if i use masterpages, the application users will be able to see the querystring or route path, and it could be a security issue. What is the best way to avoid this? Using frames? Masterpages with iframes as content? Masterpages with all PartialViews loaded by jquery?

View 1 Replies

Sample MS Application For Enterprise Library?

Mar 18, 2010

Does MS have a sample enterprise application that demonstrates the use of different Enterprise library blocks (Logging, Dataaccess, Exception, Validation etc)? I am looking for something that uses best practices in using and integrating all these blocks in a single application.

View 3 Replies

Building An Enterprise Application With .NET MVC3?

Nov 30, 2010

Im in the process of building an Enterprise Application, I want to have the DAL & BLL in separate projects, one each. With a structure like this, what should i do with the Models folder in MVC'S Default Project?

View 3 Replies

Sql Server - Deploy An Enterprise Application And Schema Changes With Zero Downtime

Jan 5, 2011

We have a huge ASP.NET web application which needs to be deployed to LIVE with zero or nearly zero downtime. Let me point out that I've read the following question/answers but unfortunately it doesn't solve our problems as our architecture is a little bit more complicated.

Let's say that currently we have two IIS servers responding to requests and both are connected to the same MSSQL server. The solution seems like a piece of cake but it isn't because of the major schema changes we have to apply from time to time. Because of it's huge size, a simple database backup takes around 8 minutes which has become unacceptable, but it is a must before every new deploy for security reasons.

Currently the best idea we came up is buying another SQL server which would be set up as a replica of the original DB. From the load balancer we would route all new traffic to one of the two IIS webservers. When the second webserver is free of running sessions then we can make deploy the new code. Now comes the hard part. At this point we would go offline with the website, take down the replication between the two SQL servers so we directly have a snapshot of the database in a hopefully consistent state (saves us 7.5 of the 8 minutes). Finally we would update the database schema on the main SQL server, and route all traffic via the updated webserver while we are upgrading the second webserver to the new version.

also share your thoughts regarding this solution. Can we somehow manage to eliminate the need for going offline with the website? How do bluechip companies with mammuth web applications do deployment?

Edit 1 (2010.01.12):

Another requirement is to eliminate manual intervention, so in fact we are looking for a way which can be applied in an automated way.

Let me just remind you the requirement list:

1. Backup of database
2a. Deploy of website
2b. Update of database schema
3. Change to updated website
4 (optional): easy way of reverting to the old website if something goes very wrong.

View 7 Replies

Enterprise Library 5 - Configure FileConfigurationSource Relative To Web Application Folder?

Jun 30, 2010

I have my validation configuration stored in validation.config in my Business Object project. The config file is set to copy if newer

The business object project is referenced by my web project, therefore, the validation.config copies to the bin folder of my web application.

In my web.config I have the validation configuration redirected:

[code]...

View 1 Replies

Iis 7.5 - Error Loading Third Party Dll From Asp Application

Feb 19, 2011

the situation is quite complex ( and my english very basic) but let's try to explain:

i'm developing a Asp.net web service calling a method from an external dll. This external dll calls some method from other .net dlls. So we have:

Asp.net WS ----> External.dll ----> other.NEt.Dll(---> other .netdll)

You have to know that the external dll uses a path ( given by an initialize method) to resolve its internal reference. In conclusion i have a web application with an added reference to my External.dll and a fully trusted path ( c:EXTERNAL ) full of all the .net dlls needed by external.dll. Looking around i've found this code to add to the application_START:

Dim path As String = String.Concat(System.Environment.GetEnvironmentVariable("PATH"), ";", "c:EXTERNAL)
System.Environment.SetEnvironmentVariable("PATH", path, EnvironmentVariableTarget.Machine)

this add my c:EXTERNAL to global environment PATH. With this configuration running from the Visual Studio development server i get no error and it all works correctly. When i publish the application on my local IIS server it gives various errors: At first the result is something like:

Failure reading <Myobject> control of <(static)> type
Unable to create <myobject> object (<C:(WRONGPATH)
eeded.net.dll> assembly)

To resolve this i've tried to add the needed .net dlls to the /bin of my application in wwwroot but the result is something like:

Failure reading <MyType> control of <Myobject> type
Error returned by .NET Framework:
System.ArgumentException: Un oggetto di tipo 'ComNet.BaseControl.LoginDisplayLayout' non può essere convertito nel tipo 'ComNet.BaseControl.LoginDisplayLayout'.
in System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)
in System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
in System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
in System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, Object[] index)
in CDotNetType.bSetProperty(CDotNetType* , Object gcrObj, SByte* pszNom, CSLevel* pclPile, Int32 nDimension, Int32* pnTabDimension, STOperationDotNet* pstOperation)

this time it looks like it's loading the same dll but from different location causing conflicts. Now that's all. Its hard for me to explain this dll-hell but basically i would like to replicate whats happening when the application works well in the visual studio development server. I've also read that IIS does not resolve Added PATH without rebooting so i tried to add c:external manually to the PATH and reboot but same errors appears.

View 1 Replies

HttpException: File Does Not Exist - Using 3rd Party Control FpSpread In Application

Jan 4, 2010

I am using Asp.net 3.5. In my application I am handling errors at application level in Global.asax. I am using 3rd party control FpSpread in my application. In all the pages where I've that control, it's throwing "File does not exist" error when first time postback occurs in IE (on every postback in FF). From the log I got following Details:

04/01/2010 11:32:18 : The error description is as follows : [URL]
Type- System.Web.HttpException
Message- File does not exist.
Stack Trace- at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Targetsite- System.IO.FileInfo GetFileInfo(System.String, System.String, System.Web.HttpResponse)

It is trying to refer wrong URL because my css is in App_Themes/Blue directory and my page is in /Forms/Company directory. Has anyone encountered similar issue before?? Is this the issue related to theme?? I am not trying to load any images programmatically.

View 14 Replies

Web Forms :: Convert A Windows Based Application To A Web Based Using Vb.net?

Sep 9, 2010

I'm trying to convert a windows based application to a web based using vb.net.

I am having a problem with the following:

System.Windows.Forms.WebBrowser

is there any similar web calling to this?

I'm doing this:

Dim htmlbox As System.Windows.Forms.WebBrowser

But obviously im unable to do this since it's a windows.. I need to find something similar for web.

View 2 Replies

Merge C# Based Module In MVC Based Application?

Dec 13, 2010

I am developing a module for insert watermark in pdf file in asp.net with c# and I want to insert this module in existing application which is based on MVC architecture. I am new in mvc architecture. Can I merge asp.net based module in MVC based application.

View 1 Replies

ASMX :: Unable To Upgrade Old Application With New Application Based On WCF Framework?

Nov 30, 2010

I made one application which consumes WCF service and also using nettcp protocal. As we know, WCF application requires .Net3.0 and .Net 3.5 framework. but we have some dealer machine which are having window server 2000 OS now i am not able to install .net 3.5 framework on dealer machine . So we are not able to upgrade old application with new application which are totally based on WCF framework .

View 1 Replies

Migrate Existing Database From Specific Application To New Ms Access Based Application (database)?

Aug 2, 2010

how to migrate an existing database from a specific application to a new Ms Access based application(database)?

View 4 Replies

Which One Is Best ORM For Using In CMS Based Application

May 24, 2010

which one is best ORM for using in CMS based application

View 1 Replies

Group URL's Based On Application Name?

Apr 14, 2010

I am trying to create some dynamic html out of some data from db. My data returned from db is:

[Code]....

I want that all URL's for a single application should be rendered under one heading of ApplicationName. Like:

AppName1
URL1
URL2
AppName2
URL1
URL2

View 1 Replies

Custom Paging In MVC Based Application?

Mar 18, 2010

I want to do custom paging in MVC based application ..

View 2 Replies

How To Develop Window Based Application

Jul 18, 2010

I am trying to develop ASP.NET window based application and am struggling with it. I am using ASP.NET 2008 version.

this HTML command lang, I inserted lang=VBNET.

What does lang means and what is the purprose of it ?

Here are the HTML coding:

<form id="form1" runat="server" lang="VBNET" title="ONLINE ORDER REQUEST Screen">

View 10 Replies

Architecture :: Going To Develop A Web Based Application With C#?

May 30, 2010

i am going to develop a web based application with c# but i am very upset that how to design a good pattern how to code to let the program more efficient.

View 3 Replies

Migrate Windows Based Application From 1.1 To 3.5?

Apr 28, 2010

main steps to consider while migrating 1.1 to 3.5 windows based applicatoin?

what are the steps need to consider at initially while planing for migration? as per i know this application i need to migrate like wsf and wpf and soon on.

View 3 Replies

Architecture :: Framework For A ERP Web Based Application

Mar 31, 2010

I am designing frameWork for an ERP application ijust have some quries regarding it

Some standards have to be set for this project ,need some help for it.

1)folder structure of the project for frame work 4.0

2)Layering should be done like(3 tier,n tier) if i want to Go for more than 3 layers what could be the other layers except BAL,DAL,Presentation.

3)should all the images be called from css,or some images can be called from the page it self.

4)what benchmarks should be set while writing Stored procs,to make uniformity and increase performance.

5)what securtiy messaures should be taken so that application remains free for intruders.

View 3 Replies

Silverlight Based Charts And Graphs In Web Application?

Aug 2, 2010

I wanted to build visually stunning graphs and charts ( with some animation, drill-down and interactivity in it) in an existing asp.net application.

The application is build using vs 2008.

Which version of Silverlight will be best suited for this (v3 or v4) ?

What is the best option to create Charts and Graphs and embed it within the existing asp.net application ?

View 2 Replies

Best Practices To Design Component Based Web Application

Sep 6, 2010

I am starting to design my own CMS , and i want it to be modular to add more functionality later by me or by any other developer I put my eyes on joomla CMS (very popular ,robust and extensible) I want to make a CMS with asp.net to be just skeleton and all functions are done through components

Functions like :-

User management
Content Management ,editing and display etc.

My main idea is to let the skeleton to know from the query URL the required component and pass all other parameters to it and the component do the rest (parse parameters display results etc.)

the problem is how to achieve this how to call the component and and how to let it render its UI and pass it to the skeleton to put it in the appropriate place in the main site template

View 4 Replies

Embed Report Designer In Web Based Application

May 12, 2010

I am developing a web app. My users want to be able to design their own reports. Is there a way I can embed a simple Report Designer in my app? If so, which Report Designer app should I use? The Report Designer should be an existing app. I don't want to create a Report Designer from scratch. More details: My app is an ASP.NET MVC application. But I can use Java based solutions too, using IKVM.

View 1 Replies

Web Forms :: Parameter Error In The Web Based Application?

Sep 28, 2010

I am working on a web based application wherein I have a created 2 dropdown lists for the user to select. If the user does not select any value from any or both of the dropdown lists, they should see a message- 'Please a select a value for trade code' or 'Please a select a value for direction'. Instead I am getting this development error:

'Procedure or function 'usp_AdminPageCustomerGroupingSearch' expects parameter '@tradecode', which was not supplied.'

As I am still novice to asp.net or C#, I am unable to find the correct code to catch this error and display the relevant message to the user. Could someone please help me with this ? The following is the slice of the C# code which is related to the dropdown list:

private

{

void populateGV()DataView dv = [code]....

View 19 Replies

Deploy Web-based Database Application To The Internet?

Mar 9, 2010

I have experience with creating web-based database applications for the intranet but not the internet. I want to create a web-based database application to be deployed to the internet.Do I need an ASP.NET (3.5) and SQL Server (2005) host provider?How should I handle user authentication?How should I handle site

View 1 Replies

Enterprise Library 4 Dataconfiguration Tag

Jan 25, 2011

I am using Enterprise library for my data access. when I am running the application, at the CreateDatabase() statement I am getting this exception:

Microsoft.Practices.ObjectBuilder2.BuildFailedException was unhandled by user code Message="The current build operation (build key Build Key[Microsoft.Practices.EnterpriseLibrary.Data.Database, null]) failed: The value can not be null or an empty string. (Strategy type Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfiguredObjectStrategy,index 2)" Source="Microsoft.Practices.ObjectBuilder2"

Now, I googled a bit and I found that I have to place

<dataConfiguration defaultDatabase="LocalSqlServer"/>

but I don't know where. Is it the right solution? Also, at the time of installing enterprise library I didn't see any connection string statement? So, I wonder how it will take the connection string from web.config file. In the connection string section of my web.config file I have:

<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=MSTR;Initial Catalog=USERDb;Integrated Security=true;" providerName="System.Data.SqlClient"/>

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved