Web Forms :: How To Add Webparts Solution To Existing Website

Mar 19, 2010

I have one of the .Net site running and want to implement web-parts on that site. well I am not using (aspnet_Users, or aspnet_Membership) defaults tables from aspnetDB but I have my own login controls and create new user contols ect on the site. so in short I have the users uniq ID when logged in from our corporate database nothing similar to aspnetDB.

Hecen want to know can I impelemt webparts in the existing site by just importing the tables from aspnetdb like (aspnet_PersonalizationAllUsers, aspnet_PersonalizationPerUser) to my database and what else I will require apart from these tables?

1. which list of store procedures I should coopy?

2. Any modification to my web.config?

3. Are their any functions/classes which I might have to copy to my App_Code folder to work these webparts with my exisitng site and userdetails

Is it possible ?

View 1 Replies


Similar Messages:

Visual Studio :: Create A Solution From An Existing One Already In Source Control?

Nov 19, 2010

We are using VS Ultimate. One developer has created a solution (xyz) which is displayed in Team Explorer and Source Control Explorer. I want to create a local Solution using his existing Solution. How can I do this? I started with File/New Project. I gave it a name and it now displays in Solution Explorer as 'Solution 'xyz_solution' (0 Projects). Already existing in Source Control is a folder named 'xyz Solution'. I want to populate my solution with this?

View 1 Replies

New Website Attach With Existing Website / Where Attached Website Is Behaving As Pluggable?

Feb 26, 2011

1 new website attach with existing website..where attached website is behave as pluggable. and used anywhere in any website?

View 7 Replies

Architecture :: Admin Website And Main Website Under Same Solution?

Jan 7, 2011

I want to put my website project and admin website under same project as I want to use session and authentication of the main site. Also I want to show the admin, the page, where he has made changes. But the problem is whenever I will change anything in admin pages, I've to build the entire website. I don't want to do that. Can I build that separately?

I don't want to choose the option of building all pages separately as well.

Is there any alternatives of doing that. Separate projects for admin and website will come up with many other challenges. So I would like to avoid that.

View 2 Replies

Web Forms :: Finding Website And Webapplication Combination - Convert The Solution To A Webapplicatoin?

Aug 28, 2010

i have two solutions, 1st one is webapplication, 2nd one is website.

the 1st soltions (webapplication) includes aspx pages, user controls .... etc.

the 2nd solution (website) also includes pages, user controls ... etc.

now i need to combine between those, so i copy the webapplication inside a folder in the website, and i put the DLL's for the webapplication inside the main Bin folder, and the theme's like so.

but after that, i make some changes in the source code of webapplication, i build the solution, but the new source code updates doesnot appear in the run time !!!! its still running the code before i make combination !!

does that because i make the 1st solution as a webapplication ?

how can i convert the 1st solution to a webapplicatoin? or in other words how can i make combination between webapplication and website to run as one solution?

View 2 Replies

Web Forms :: Deploy An Application In Existing Website?

Nov 4, 2010

What are the options available to call another web applications hosted in the same server. Eg: i have a application App1 and App2 hosted on the same server.i just wanted to call App2 from App1 how would i do it.

The most important point is that I can not change the url on the address bar to call the page of the 2nd web application.

Whatever I have achieved so far is I have added a link to my 1st application which redirects to the 2nd application, but it is changing the url on the address bar, I want to redirect to the 2nd application from within the 1st application.

View 3 Replies

Web Forms :: How To Integrate CMS Features In Existing Website

Oct 29, 2013

"How to Integrate a CMS with an existing website". I have a prebuild asp.net website now i want to integrate a CMS thing with the website so that on the production floor, the admin of the website can add, edit, delete web pages according to his will without the involvement of a developer.

View 1 Replies

Finding Difference Between A Solution Vs Website

Jul 4, 2010

I'm trying to edit some code in a website solution which I have opened in vs. I notice that there are only 3 files showing and it doesn't have a web.config and it uses a popup box when I debug it instead of opening up a webpage like default.aspx. I see that I have to use debug.write and not response.write as I normally would. How can I see my debug.write statements?

View 1 Replies

Analyzing An Inherited Website Solution?

Jan 4, 2010

I have "inherited" an ASP.net 2.0 VB project and have been given a list of items the customer wants changed. This is not my original work, I've "inherited" it from another coder who went AWOL. The customer just wants the site to work, but has found a few issues that need to be changed. Unfortunately, the project is over budget and is about a year overdue. Thus, there's no time to update it to .Net 3.5.

I started using Reflector and have a fair understanding of the classes and methods defined. What techniques have you used when modifying an existing codebase? Do you re-create according to your practices and methodology, or try to adhere to what the previous coder did?

View 1 Replies

C# - Make New Project And Website Into Only One Solution?

Apr 24, 2010

How to make new project and website into only one solution?

View 2 Replies

Web Forms :: Dynamically Change Text Size In Existing Website?

Mar 4, 2010

Just want to have normal and Large Text for vision impaired users.

does anyone have any decent ideas about how to do this ?

View 1 Replies

Web Forms :: Configure Existing Database And Website To Work With Membership?

Jun 13, 2012

I have a website and a SQL Server Database. I want to use ASP.Net Membership for login and roles.

View 1 Replies

Web Forms :: After Added Already Existing Project The Solution Icon Vanished By Showing The Icon Of Recently Added Project?

Feb 1, 2010

I have the following list of projects WebUI (WebSite) , DataAccess (ClassLibrary) , LogicLayer(ClassLibrary). Those of the project are purposively crated separately.But my scenario is, need to create only one solution file, then add all of the above projects under this solution file. So that i can be easiy interacted and changes can be made by opening solution file only instead of opening each project individually.

Simply all of the layer projects are under one roof means one solution. I tried it by adding solution first, then i added already existed project into this. But once after added already existing project the solution icon vanished by showing the icon of recently added project. By this way I could not add another project into this section too.Hope this is the way the basic real-time projects are created; to achieve the centralized control over architecture based projects.

View 4 Replies

Auto Compile Sub Project Of A Website Solution?

Feb 25, 2010

Is to possible to make a configuration entry (web.config). That automatically compiles a referenced project(for example a class library) when the site runs? This would be easier for me to maintain on my hosting server. Otherwise i have to always recompile the files and upload them again for every small change.

View 1 Replies

Configuration :: Why Would Website Not Work When Using Precompiled Solution

Nov 24, 2010

I just published my website to my webhost, and for some reason it's giving me errors. So I copied the solution and it works correctly.

What could the problem be? I think a possible problem may be that there's a process that creates a directory so it can copy files. By copying everything from the solution to the ftp, everything works correctly. If I publish the site, it somehow does not create the directories.

Is there something I'm not doing correctly? I've published in a local folder, and then copied to the FTP. I've also published directly to the FTP. Neither of them work.

View 2 Replies

Visual Studio :: One Project In Solution Opens As Website Not Web App?

Feb 24, 2010

this seems to be a problem only on my new PC, not my prior PC or my coworkers PCs. But, as far as I know, I have installed VS2005 the same way, including the VS80-KB915364-X86-ENU.exe and WebApplicationProjectSetup.msi additions.

I have a VS2005 Solution called 'Intranet' made up of several web projects. One of those web projects is also called 'Intranet'. All of the projects should load as Web Application Projects, which they did on my prior PC.

Now, the 'Intranet' project seems to be opening as a Web Site project. The name of the project in the solution now shows as "C:...Intranet" instead of just "Intranet" and is not recognized as being part of the SourceSafe project(no lock icon shows). If I right-click this project, "Build Web Site" is one option.

View 3 Replies

Website Takes A Long Time To Start After Solution Build?

Apr 4, 2011

In development, our Asp.Net 4 website takes a fairly lengthy time to start after the project libraries are built

We do a fair amount of population of statics etc, but not enough to justify the length of time it takes the app to come up (probably 3-4 minutes)

We aren't building the website, just the libraries, and batch != true in the compilation element in the .config file.

I will try log some diagnostics, but any other pointers would be useful

View 2 Replies

C# - Using Web Service In Class Library Which Is Referenced In The Website Project Of Same Solution?

Nov 18, 2010

How to access proxy class of a web service which has been referenced in the website project of a solution within a class library project in the same solution?

I mean no web-service reference/setting is added to the class library and instead it needs to be picked from the web project.

View 1 Replies

How To Implement Website Security Based On Client Hardware Or Other Solution

Oct 2, 2010

I have two websites (one asp classic and the other asp.net) which we would like to implement some kind of security based on the client's hardware. We want something other than a password which could be shared. The purpose is to be sure access to information on the websites is not shared.

We were contrmplating storing hardware info in our database and validating against that upun website entry.

I have been looking into ActiveX (it would be acceptable to limit our users to IE), although we do have users who would like to use I-Phones. I have done no ActiveX development myself but have found a few articles on the web about ActiveX but that whole approach looks complicated. And also there seems to be a 64bit issue making it even more difficult.

So, I wonder if anybody has any advice as to what the best options might be for securing the website access in a way that would prevent sharing?

View 1 Replies

Visual Studio :: Reassociating A Code Behind File With .aspx In 2008 Website Solution

Feb 12, 2010

I can't get my .aspx page to recognize control events in it's codebehind.

[Code]....

which is fine, but I don't want to use inline script.

[Code]....

View 6 Replies

Trying To Integrate Mapping Into An Existing Website?

Mar 4, 2010

I'm trying to integrate mapping into an existing website, and I was trying to figure out which flavor to use; Ajax, Silverlight or Web Services.

View 5 Replies

C# - Implement Membership API To Existing Website?

Jan 18, 2010

I have an existing ASP.NET web application that is for public use and any anonymous user can access it. I would like to implement mechanism for users to sign up. The first thought that crossed my mind is to use the ASP.NET membership API.

So, If I use the Membership API:

[code]...

View 2 Replies

Security :: How To Add ApplicationName To Existing Website

Mar 25, 2010

I have a (internet) web site with the below web.config (everything works fine). How would I alter this to include an applicationName attribute. I wish to eventually have multiple web sites using the same ASPNETDB database.

<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<connectionStrings>
<clear/>
<add name="LocalSQLServer" connectionString="Server=myserver.com; Database=MyDB; Uid=MyUser; Pwd=MyPassword; Trusted_Connection=False;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<customErrors mode="Off" defaultRedirect="~/Error.aspx"/>
<roleManager enabled="true"/>
<authentication mode="Forms"/>
<compilation debug="false"/>
<pages theme="Standard"/>
</system.web>
</configuration>

View 6 Replies

C# - Janrain (or Others?) Integration With Existing Website?

Jan 3, 2011

I have an exiting ASP.NET website that already has user accounts in it. I would now like to simplify logon and considering the use of Janrain. Is this a recommended product? Any alternatives you have used? What do I do with my existing users (I assume I need to extend my membership db to select between them and Janrain tokens)?

View 3 Replies

Integrating DotNetNuke With An Existing Website?

Feb 14, 2011

As part of a redesign for one of my clients I'd like to move them to DotNetNuke to gain the CMS and blogging features. Their existing site has some custom ecommerce functionality that an off-the-shelf package just can't handle, so I'm inclined to leave it and just re-skin to match the new site.

The challenge is making this all fit together.

I could create two physical web sites in IIS, for example:

www.website.com <-- DNN install

and

shop.website.com <-- Existing ecommerce

This would keep things isolated, but I see a problem with the SSL certificate. It's tied to www.website.com, so now I'd either need two -- one for www. and one for shop. -- or I need a wildcard certificate. Either adds ongoing expenses for the client.

I could try to encapsulate the existing site into a DNN module, but that seems like a lot of work. I could also try doing something tricky with iframes, but again I think this would just further complicate things.

View 2 Replies







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