Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2004, 12:31 PM
Registered User
 
Join Date: May 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Migrating ASP application to ASP.NET

Iam migrating ASP 3.0 application to ASP.NET. Iam frequently getting an error called "LET and SET assignments not supported"

Every web form has a code-behind.Whenever I use script blocks <% %> on the web page along with the Code-behind I get the above error.

How do I get around this problem?
The ASP application uses lots of included .asp pages that make use of script blocks. what is solution for this?

DotnetProg

 
Old May 5th, 2004, 12:59 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

The best solution is not to port from ASP 3.0 to .NET. Rewriting is often much easier.

The error your pointing at right now indicates you used "SET" or "LET" and these are no longer supported in .NET.

Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee
 
Old May 8th, 2004, 03:55 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Go through below document.
You will get lot of information for migrating to .Net

http://msdn.microsoft.com/library/de...sptoaspnet.asp

rgds
Rahul
 
Old September 2nd, 2004, 10:08 AM
gueye
Guest
 
Posts: n/a
Default

http://www.mylinea.com/shoppingweb/






Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in Migrating Project from ASP to ASP.NET hbansal ASP.NET 1.0 and 1.1 Professional 0 September 12th, 2008 05:48 AM
Migrating Oracle Forms to ASP.NET anup_daware General .NET 0 January 14th, 2008 08:03 AM
ASP and ASP.NET mixture for protecting application BananaJim ASP.NET 2.0 Professional 0 December 6th, 2006 02:19 PM
asp migrating to asp.net richardlu ASP.NET 1.0 and 1.1 Basics 1 October 7th, 2005 11:14 PM
Convert ASP web application to ASP.NET Steve777 ASP.NET 1.0 and 1.1 Basics 3 June 2nd, 2005 07:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.