Avatar of jeremyll
jeremyll
 asked on

Need to skill up in ASP 3.0. possible on MS Visual Developer 2010 Express?

I need to skill up in ASP 3.0, but the only software I can find is MS Visual Developer 2010 express which I think only supports ASP.NET. Are there any patches I can install or make it work with ASP 3.0? ASP 3.0 only supports extensions with .asp not .aspx

Thanks!
ASPASP.NETVisual Basic.NET

Avatar of undefined
Last Comment
Badotz

8/22/2022 - Mon
Carl Tawn

Code files for ASP are simply text files, and you can debug them in 2010 still.

Check this:
   
    http://msdn.microsoft.com/en-us/library/ms241740.aspx
SOLUTION
jeremyll

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jeremyll

ASKER
I manage to create an .asp file and save it in visual studio 2010, but I am unable to debug it. It's a very basic asp page with response.write("Hello World"); as the only asp content in it.

Please see attached screenshot.  screenshot1
SOLUTION
Carl Tawn

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jeremyll

ASKER
That's really disappointing!

There are so many organisations around the world that are still using ASP classic websites. How is a newbie supposed to get a hang of these types of websites without being able to practice asp classic on his own computer?

Thanks.

Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
ASKER CERTIFIED SOLUTION
Carl Tawn

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Badotz

Use the free Microsoft Visual Web Developer. I debug classic ASP pages all the time.
SOLUTION
jeremyll

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jeremyll

ASKER
I created an .asp file through dreamweaver cs5 and tried to preview it in a browser, but i get an error message. Please see screenshot attached.  screenshot3
SOLUTION
Badotz

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jeremyll

ASKER
Thanks
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jeremyll

ASKER
The answers provided were sufficient enough for me.
jeremyll

ASKER
need to do more research...
Badotz

No worries - glad to help.
Your help has saved me hundreds of hours of internet surfing.
fblack61