Tagged Questions
3
votes
1answer
29 views
website migration from target framework 3.5 to 4.5
I need to migrate my website which was earlier in target framework 3.5.
Now i need to convert it into 4.5, Please tell me that best approach to do it.....
I have tried with visual studio 2012 'Build' ...
0
votes
0answers
36 views
MYSQL script into Microsoft sql server 2008
i have a mysql script which is 160 MB i want to convert it into the microsoft sql server 2008 kindly help me out help me out how to import such a big script into Sql Server
-2
votes
1answer
81 views
Textbox link preview in asp.net [closed]
I have to create an application for link and video sharing, similar to facebook. I tried to search any tutorial/demo/code snippet for the same. There are tons for tutorial in php to do that
Link 1
...
1
vote
2answers
81 views
Database deployment in rapid development environment ASP.NET Webforms/SQL Server
We do rapid development of web applications and we're looking for ways to separate our development and production databases (we currently develop directly on production... it's bad news).
We use ...
0
votes
0answers
24 views
how to disable db check
I'm working with my 2 friends on same project. We`re using SVN and Entity framework with migrations
Person A have created database and hosted it. Now me and Person B after getting all from repo want ...
0
votes
0answers
114 views
Migrating From ASP.NET Web Form .NET 3.5 to MVC 4.0
I have a plan to convert and migrate my old project from asp.net webform 3.5 to mvc 4.0.
I want to know if it is possible to do not make any changes on my existing customised membership (from net ...
0
votes
0answers
96 views
EF add-migration generates empty migration
I added into my model a new table:
public DbSet<ReturnedTransactions> ReturnedTransactions { get; set; }
And i want my migrations to generate that table for me, so i did:
PM> ...
0
votes
1answer
71 views
How to migrate EF Code First database on production server
I read this post about EF code first migration, but it uses 'Package Manager Console' which is not effective on shared hosting. I would like to know how you are deploying EF code first database ...
0
votes
0answers
78 views
Error in Entity Framework - Code First Migrations
After making the migration I was trying to update-database but I am not being able to do so. I have that error:
Cannot find the object "dbo.Livro" because it does not exist or you do not have ...
0
votes
1answer
69 views
migration from sql server 2000 to sql server 2012 API side
In my firm we need an upgrade and so we decided to upgrade our system. We have now an SQL Server 2000 IIS 5.0 and .Net version 2.
I have also also asp.net api that written also with vs 2000 with ...
0
votes
0answers
111 views
Performance issues after upgrading from asp.net 1.1 to 3.5
We have an application which currently runs on Asp.Net 1.1 When we upgraded it to Asp.Net 3.5 we got complaints that the web site was not performing.
When we looked at the CPU history of the ...
0
votes
1answer
92 views
Sql Server data -> MySql + Django migration
I have an existing website built on ASP.NET + SQL SERVER. It should move to Django + mysql soon.
What is the best practice to create the new MySql DB? I would like to keep some Unique IDS because ...
0
votes
0answers
129 views
RDLC issue after migration in asp.net
I migrated visual studio framework 3.5 web site project to framework 4.0 web application, I have RDLC reports in that project. I cannot able to view the report in run time.
Notes:
I have two ...
0
votes
1answer
60 views
asynch process in asp.net
I am migrating an app written on asp.net 1.1. There is a process which can take 5 minutes on one page, processing data in SQL, and letting the user know when it's complete.
To get around the HTTP ...
13
votes
3answers
804 views
ASP.NET 1.1 to 4.0 migration: events not working
I've recently begun migrating an ASP.NET project from .NET version 1.1 to 4.0. This system currently runs on customer site and works.
When I migrate the solution via the VS wizard, I don't get any ...
0
votes
1answer
214 views
File system issue when porting an ASP.NET application to Azure
I have an existing ASP.NET website that I would like to port to Azure within my free trial.
I would like the migration to be as painless as possible. The application uses log4net and NHibernate, plus ...
1
vote
2answers
175 views
Translate to razor Syntax from MVC 2.0 code
I am trying to convert the popular asp.net MVC 2.0 solr.net sample app code to Razor syntax. I am not able to understand the last line ... Kindly help
<% Html.Repeat(new[] { 5, 10, 20 }, ps ...
0
votes
2answers
979 views
Guidance on migrating a .NET windows forms application to a web application
Are there any good books or websites on this subject covering subjects like:
different migration scenario's (big bang, module for module, function for function) pros and cons
do's en dont's
tooling
...
12
votes
2answers
141 views
Migrating bad system into our current system with tons of data [closed]
I inherited of a system when my company bought another company. This system is a mix of LAMP and .NET.
1 Windows server running asp.net that controls third-party validation used only for apis and ...
1
vote
3answers
895 views
Migration from .net 2.0 to .net 4.0
Can someone point out the most common roadblocks when migrating a .net 2.0 app to framework 4.0, if any? (I would expect backwards compatibility, but who knows!)
I need to estimate the effort of ...
2
votes
1answer
363 views
ASP.NET MVC Model Design and migrations
I'm preparing to start designing an ASP.NET MVC web application and plan to use the model designer to create objects which models will then be automatically and transprently created by ASP.NET using a ...
1
vote
1answer
222 views
How to migrate from ASP.NET to Silverlight?
I currently have a C# ASP.NET web forms web application that is maybe 2% Silverlight (4 or 5 xaml views). Our team has decided that for the next version we need to use Silverlight more for video ...
2
votes
3answers
529 views
PowerBuilder to ASP.NET
I was wondering if anyone has performed a migration from PowerBuilder to ASP.NET? Is this going to be a complete rewrite, is there a list of best practices for performing this type of migration? I ...
0
votes
1answer
583 views
Gradualy migrate ASP.NET 4.0 to MVC3 keeping separated projects
We are now starting to implement a new software product inside what we call a platform that aggregates several types of applications.
We will be doing it in MVC3, but I'm trying to avoid keeping the ...
0
votes
2answers
162 views
Weird System.IO error after migrating an asp.net 1.1 application to 4.0
After migrating an ASP.NET application to 4.0, i get a weird System.IO error: System.UnauthorizedAccessException: Access to the path 'xxxx' is denied.
Why is this weird.. the server is also running ...
0
votes
1answer
293 views
Data extract, transform and load excel to sql and sql to excel asp.net
I'm looking for a free and open-source asp.net tool for data migration from Excel to SQL and vice versa, can you recommend one?
1
vote
2answers
202 views
Migrating from ASP.NET Web Site to Web Application. Where to put App_Code files
I am migrating my web site to web application and not sure where to put app_code files? I have moved the whole app_code folder to web application but while compiling web app I get error that classes ...
0
votes
1answer
603 views
chart control trouble in webforms, images are not showing
My chart controls stop working after migration, I am putting the code and maybe you can identify the error. It doesn't show anything, in Firefox is like it can't find the image just a X icon and ...
2
votes
1answer
209 views
How should we use ASP.NET Data Access Classes (Converting from ColdFusion)
We're converting from ColdFusion to ASP.NET 4.0 and we just don't know which route to take with setting up our classes.
In college I was taught to break everything up into separate Data Access ...
0
votes
2answers
57 views
Old site migration options
My client has an old web site which was written in Classic ASP, with MySQL database (MyISAM). It's has been written by developers with different levels of experience over the last 10 years. Some ...
0
votes
2answers
590 views
Migrating a project in asp.net to drupal
I am tryin to rebuild a website designed in asp.net.But,being an informative site it has a lot of content in it which i dnt want to input to the database manually.
can ne1 help me out with any drupal ...
0
votes
3answers
123 views
Migrating from PHP to ASP.NET with links mapped by GOOGLE
I'm migrating my website from PHP to ASP.NET and I have a problem.
All links on my website are mapped by GOOGLE, for example:
_http://www.xxxxx.com/news.php?id=4345.
When the new version of Website ...
1
vote
0answers
75 views
Issue with VS2008 Solution, '' Is not Declared occurring a lot
I just received a VS 2005 Solultion which I converted to 2008, which went fine.
Now I am trying to do some more coding but running into this error.
Lets say I create a new class called ...
0
votes
1answer
837 views
MapPageRoute on iis7 not working (but works in iis6)
My WebSite runs fine on iis6, as you can see here: http://93.115.250.xxx/
I recently tried to migrate it to iis7, and after a lot of hussle I now can see the starting page, but all urls rewritten ...
1
vote
2answers
63 views
Developing with SQL Server 2005 and deploying to SQL Server 2000
I'm currently developing a web application using SQL Server 2005, ASP.Net MVC, ASP.Net SQL Membership Provider (for authentication and authorisation), and Linq to SQL. Everything works great and is ...
0
votes
2answers
394 views
Migrating an ASP.NET app to Java
I'm trying to migrate a small ASP.NET MVC 2 app to Java on Tomcat 6. I know the basics of JSPs and servlets. I don't know any MVC Java web framework. So I'm trying to determine how to proceed in a ...
6
votes
2answers
371 views
Differences between ASP.Net framework 1.x and 3.5 / websites and web applications. Things to consider during a migration
We recently migrated a large ASP. website from framework 1.1 to framework 3.5 and in the process also migrated from a website to a web application.
On the surface everything seemed to work fine, but ...
0
votes
2answers
343 views
Adding features around Classic ASP Application
I will be adding new pages and adding functionality to current pages.
I would basically like to use new technology and but I don't know how should I add it to classic ASP pages
In other words, can I ...
1
vote
1answer
167 views
Converting Asp.Net web forms to Asp.Net MVC project makes build fail
We are migrating a project from classic Asp.Net web forms to Asp.Net MVC.
I have followed the fours steps outlined here
http://www.codeproject.com/KB/aspnet/webformmvcharmony.aspx
and all is ...
0
votes
2answers
165 views
Porting an aspx website to sharepoint?
We have a requirement from a client for porting an ASPX website to sharepoint :
Though the site is being served in ASPX there are no form submissions so effectively, they are just static pages ...
1
vote
3answers
623 views
some questions on migrating ASP.NET 1.1 application to 3.5
I need to migrate a ASP.NET application from 1.1 to 3.5. I have gone through the answers on this forum already, but still have some questions
should I convert the application from 1.1 to 3.5 ...
4
votes
2answers
100 views
Migrate a VS project to a web site
If you started developing as a project, how difficult is it to migrate into a web site development process?
0
votes
2answers
96 views
WebHost4Life host migrated my .NET MVC site and now membership functionality does not work
My MVC site was working fine at Webhost4life until they migrated to the new platform with IIS7. Now the Login feature which my site has to allow employees of the site's company to perform back office ...
8
votes
4answers
671 views
.NET migrations: Setup and migrate multiple databases at runtime
Brief introduction:
I have this ASP.NET Webforms site with the particularity that it doesn't have only 1 database, it has many.
Why? Because you can create new "instances" of the site on-the-fly. ...
0
votes
2answers
186 views
Help with Estimating a Data Migration
Our client has a completely custom CMS that was built in ASP 1.1 and later upgraded to 2.0. The database has over 200 tables, and unfortunately, there's no documentation for either the ASP code or the ...
0
votes
2answers
111 views
How to go about converting this classic asp to asp.net
I have some classic asp code that needs converting to asp.net. So far I have tried to achieve this using datareaders and repeaters and had no luck as the menu loops through 4 different record sets, ...
0
votes
2answers
346 views
How to correctly migrate urls from custom asp.net solution to Wordpress?
I have a web site built using asp.net with ugly URLs like /DisplayContent.aspx?id=789564.
I know how to migrate the database, but the Wordpress urls will be (naturally) different.
Can I simply write ...
6
votes
2answers
634 views
JSP/JSF conversion to ASP.NET
I have a pretty big JSF web application. I must convert the application to ASP.NET. I already converted the Java code to C# code manually and also using JCLA (Java Language Conversion Assistant from ...
0
votes
2answers
909 views
Migrating from ColdFusion to ASP.NET
One my client has his website developed using coldfusion... Now I want to migrate that website from coldfusion to asp.net... As a web developer i know it is possible,but want to know a few things
...
0
votes
1answer
502 views
“Name 'Url' is not declared” when I try to use Url.Content()
I have an ASP.NET site that is not currently using MVC but I'm trying to convert it to MVC slowly. The first time I tried using Url.Content in an .aspx page I got:
Name 'Url' is not declared
I ...

