473,401 Members | 2,068 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,401 software developers and data experts.

aspx files not created by VS 2003 or 2005

Just got the book, ASP.NET by Greg Buczek (Osborne). The first part of book
listed many aspx codes, not created by VS 2003 or VS 2005. How can these
aspx files be coded? NotePad or VB 6? The book did show the web pages with
IE for these aspx files.

If not VS 2003 or VS 2005, then it must be VS 6. I have an old VS 6, so I
ran the aspx file of Chap 1, the IE browser showed only the background gif
file.

What's wrong? Can ASP.NET run on VS 6?

TIA,
Jeffrey

Feb 17 '07 #1
3 1371
The .Net framework wasn't released for VS 6. You're forgetting one version,
the original VS.Net, also known as VS.Net 2002. VS.Net 2003 was essentially
an updated version of 2002 with a number of fixes and some new features.

Keep in mind this book is woefully out of date as it was designed for
ASP.Net 1.0. ASP.Net 1.1 introduced a number of improved techniques and a
lot of design methods have been perfected since.
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Jeffrey" <cj*******@gmail.comwrote in message
news:6D**********************************@microsof t.com...
Just got the book, ASP.NET by Greg Buczek (Osborne). The first part of
book
listed many aspx codes, not created by VS 2003 or VS 2005. How can these
aspx files be coded? NotePad or VB 6? The book did show the web pages
with
IE for these aspx files.

If not VS 2003 or VS 2005, then it must be VS 6. I have an old VS 6, so I
ran the aspx file of Chap 1, the IE browser showed only the background gif
file.

What's wrong? Can ASP.NET run on VS 6?

TIA,
Jeffrey

Feb 17 '07 #2
Mark,

Thanks.

My main question is:

For the aspx codes in the ASP.NET book, which were not created in the Visual
Studio.NET 2002, 2003, or 2005, how did these ASP.NET codes created? How can
these aspx .NET codes run at VS 6? Or these aspx .NET created as ASP.Net 1.0
codes can run at VS 6?

TIA,
Jeffrey

"Mark Fitzpatrick" wrote:
The .Net framework wasn't released for VS 6. You're forgetting one version,
the original VS.Net, also known as VS.Net 2002. VS.Net 2003 was essentially
an updated version of 2002 with a number of fixes and some new features.

Keep in mind this book is woefully out of date as it was designed for
ASP.Net 1.0. ASP.Net 1.1 introduced a number of improved techniques and a
lot of design methods have been perfected since.
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Jeffrey" <cj*******@gmail.comwrote in message
news:6D**********************************@microsof t.com...
Just got the book, ASP.NET by Greg Buczek (Osborne). The first part of
book
listed many aspx codes, not created by VS 2003 or VS 2005. How can these
aspx files be coded? NotePad or VB 6? The book did show the web pages
with
IE for these aspx files.

If not VS 2003 or VS 2005, then it must be VS 6. I have an old VS 6, so I
ran the aspx file of Chap 1, the IE browser showed only the background gif
file.

What's wrong? Can ASP.NET run on VS 6?

TIA,
Jeffrey


Feb 18 '07 #3
What makes you believe that the codes was not created in any of the
Visual Studio .NET versions?

You can write .NET code in any editor. Notepad works just fine.

Visual Studio 6 does not support .NET.

Jeffrey wrote:
Mark,

Thanks.

My main question is:

For the aspx codes in the ASP.NET book, which were not created in the Visual
Studio.NET 2002, 2003, or 2005, how did these ASP.NET codes created? How can
these aspx .NET codes run at VS 6? Or these aspx .NET created as ASP.Net 1.0
codes can run at VS 6?

TIA,
Jeffrey

"Mark Fitzpatrick" wrote:
>The .Net framework wasn't released for VS 6. You're forgetting one version,
the original VS.Net, also known as VS.Net 2002. VS.Net 2003 was essentially
an updated version of 2002 with a number of fixes and some new features.

Keep in mind this book is woefully out of date as it was designed for
ASP.Net 1.0. ASP.Net 1.1 introduced a number of improved techniques and a
lot of design methods have been perfected since.
--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Jeffrey" <cj*******@gmail.comwrote in message
news:6D**********************************@microso ft.com...
>>Just got the book, ASP.NET by Greg Buczek (Osborne). The first part of
book
listed many aspx codes, not created by VS 2003 or VS 2005. How can these
aspx files be coded? NotePad or VB 6? The book did show the web pages
with
IE for these aspx files.

If not VS 2003 or VS 2005, then it must be VS 6. I have an old VS 6, so I
ran the aspx file of Chap 1, the IE browser showed only the background gif
file.

What's wrong? Can ASP.NET run on VS 6?

TIA,
Jeffrey


--
Göran Andersson
_____
http://www.guffa.com
Feb 18 '07 #4

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

Similar topics

4
by: Thomas | last post by:
I would like to use something like .x rather than .aspx for my asp.net projects. One reason is, I'd rather everyone not know what language/platform our projects are written in. (I like security AND...
8
by: Fabrizio Maltese | last post by:
Hi, I created a project with a page in aspx. How can I put the page in my WebSite, that is not on my server? Do i need a setup project that goes on the Web Server? Thank you, Fabrizio
14
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
10
by: ptass | last post by:
Hi In asp.net 2.0 an aspx files .cs file is a partial class and all works fine, however, I thought I’d be able to create another class file, call it a partial class and have that compile and...
4
by: Ed | last post by:
Recently I got a new laptop and placed my Visual Studio 2003 project on it. But when I place my aspx files in design mode the aspx files don't design right. I used grid layout (not flow) and...
11
by: dancer | last post by:
I cannot see the results of an aspx file at my http://localhost, even though I can see results of an asp file. I CAN see the results of the same file when I publish to my website. I am using XP...
7
by: John Morgan | last post by:
I have done a fair amount of programming of ASP.NET 1.1 without poroblem I am now involved in my first project with ASP.NET 2.0 and I am having difficulties with understanding the compilation or...
3
by: =?Utf-8?B?cGlja2VkYW5hbWU=?= | last post by:
I am so frustrated, as is USUAL using Visual Studio. NONE, NOOOOONE of my aspx files have associated designer.vb files available (And yes, they all have the .vb code behind files). All of my aspx...
2
by: AAaron123 | last post by:
Useing vs2008 I created a new web site. I opened .aspx file to get the tab titled Default.aspx, which has the views: Source, Split and Design I draged a couple of components on to the .aspx...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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
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.