473,406 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Creating Project from existing site

Hi all,

I'm running into some trouble figuring out how to create a 'project'
from an existing asp application.

The ASP app was written entirely with plain text editors. I would
like to set up debugging for it, but it seems that in order to debug,
I must have a 'project'.

I cannot figure out how one might go about this task. The project is
rather large (180K lines, and a few hundred files in many different
sub-dirs), and I have been playing & researching for about 4 hours
now, and I can't figure it out.

Can anyone make a suggestion as to what I must do to get something
going (preferably vs2003, but I have VID also)

Thanks so much

Brian Ackermann

Apr 4 '07 #1
2 1447
brian.ackermann wrote on 04 apr 2007 in
microsoft.public.inetserver.asp.general:
Hi all,

I'm running into some trouble figuring out how to create a 'project'
from an existing asp application.

The ASP app was written entirely with plain text editors. I would
like to set up debugging for it, but it seems that in order to debug,
I must have a 'project'.
No. Debugging should be in essence a manual and conseptual tast.

First yopu sgould knoew what the code should do.

Then test what fails.

Then insert brakpoints where you suspect that origins of the errors an
be:

response.write "breakpoint 1: value: " & supiciousValuedVariable
response.end

remarking them as you go on:

'response.write "breakpoint 2: value: " & OtherSupiciousValuedVariable
'response.end
I cannot figure out how one might go about this task. The project is
rather large (180K lines, and a few hundred files in many different
sub-dirs), and I have been playing & researching for about 4 hours
now, and I can't figure it out.
4 hours is nothing. Think months.

Somtimes, if the code is badly written, it pays off to rebuild from
scratch.
Can anyone make a suggestion as to what I must do to get something
going (preferably vs2003, but I have VID also)
Bad choices if you use tham for debugging code you do not understand.

I do not think those will speed you up, unless you are proficient in the
above debugging by hand.

Undoubtedly others will queue up to prove me wrong ;-)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Apr 4 '07 #2

"brian.ackermann" <br*************@gmail.comwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...
Hi all,

I'm running into some trouble figuring out how to create a 'project'
from an existing asp application.

The ASP app was written entirely with plain text editors. I would
like to set up debugging for it, but it seems that in order to debug,
I must have a 'project'.
A project is not required.

All that is needed is debugging enviroment such Script Debugger or vs2003 on
the server where the ASP runs and enable debugging in the application
configuration.

To place break points just enter the Stop keyword (or debugger if you using
JScript) in the ASP file.

Of course you wouldn't want to do this in a production environment.
>
I cannot figure out how one might go about this task. The project is
rather large (180K lines, and a few hundred files in many different
sub-dirs), and I have been playing & researching for about 4 hours
now, and I can't figure it out.

Can anyone make a suggestion as to what I must do to get something
going (preferably vs2003, but I have VID also)
Both require considerable trial and error to set up (esp if your app is the
root of a site).
If all you want to do is debug don't bother.

>
Thanks so much

Brian Ackermann

Apr 5 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: WizyDig | last post by:
How do you create a project in Visual Inter Dev that is part of a web site other than the default web site. We create the site in IIS but Visual Inter Dev does see the new site. In the end I want...
0
by: Ken Wigle | last post by:
All, I am trying to add some .net applications I wrote to a virtual directory underneath the sharepoint services web site. I am having some problems and wondering if a) this is possible and/or...
2
by: | last post by:
Hi all, I have vs.net 2003 locally installed on my XP PRO machine. I have a web server on the LAN which has a website configured at http://services. This is accessible via my web browser and...
1
by: Robert Jones | last post by:
I have an asp.net web site that I want to develop further, but I don't have the Visual Studio project files for the site. I have all the source files for the site (aspx, cs etc) and the site...
0
by: MarkusPoehler | last post by:
I have several classic ASP projects running on Webserver. I would like to implement some .net functionalities. Because I need the references I have to "upgrade" the existing ones wit a new .net...
3
by: John Dann | last post by:
Is there any recommended way of creating a new version of an existing project inVB.Net? Or maybe an add-in that facilitates this process? Like most people I guess, I tend to develop projects in...
8
by: William LaMartin | last post by:
I just received my Visual Studio upgrade to 2005 and tried to create a new web site via File | New Web Site with location http. Unfortunately I received the following error: "Visual Web...
4
by: randfish | last post by:
We're seeking to hire a local (Seattle-based) PHP/MySQL coder to handle a project, but have been having no success. I was hoping to get your feedback on whether the pricing, timeframe and job...
3
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.