473,414 Members | 1,567 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,414 software developers and data experts.

Is Visual Studio .NET ideal for ASP.NET + HTML site?

Hi All!

First of all I would like to say that VS.NET is one of the finest IDE I've
used in years. It really helps me code quickly. Workspace management using
auto hide windows, minimizing and maximizing of code segments, TO-DO list
management and automatic documentation (to name a few) are all superb. So I
really want to make the VS.NET IDE the primary development tool for me.

However, when it comes to developing ASP.NET websites, I have some
confusions. For instance, when I develop websites in ASP.NET, I want some of
them to be HTML and others to be ASPX. But the Solution Explorer only shows
ASPX files and other limited set of files. So I have to use Notepad or
Dreamweaver to edit the HTML and other files. This is really a pain when
rapidly developing ASPX websites.

Also it is hard to distinguish and manage the website files (ASPX and HTML
files) with VS.NET project files (vbproj, vbproj.webinfo and sln files to
name a few). In Classic ASP, all the development was done separately on VB6
or C++ and only the resulting DLL file is ported to the web directory so no
issues of mixing up project files and web files (but of course DLL hell is
there :P).

I must admit that my knowledge of VS.NET is only beginner level so that I'm
hoping someone to shed some light on this.

Many Thanks!
Don
Nov 16 '05 #1
17 1546
"Don Wash" <do*@wash.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
However, when it comes to developing ASP.NET websites, I have some
confusions. For instance, when I develop websites in ASP.NET, I want some of them to be HTML and others to be ASPX. But the Solution Explorer only shows ASPX files and other limited set of files. So I have to use Notepad or
Dreamweaver to edit the HTML and other files. This is really a pain when
rapidly developing ASPX websites.


1) If you haven't added the HTML files to your project, they won't display
in the Solution Explorer unless you click the Show All Files button.

2) To add a new HTML file into an ASP.NET project, right-click the project
name, select Add, then Add HTML page.

3) To add an existing HTML file into an ASP.NET project, simply drag it into
the project from Windows Explorer, into a folder if you want.
Nov 16 '05 #2
<<<So I have to use Notepad or Dreamweaver to edit the HTML and other files.
This is really a pain when rapidly developing ASPX websites.>>

Don - I feel your pain!

I agree that VS.NET is superb and I use it for all of my code-behind work
and testing/debugging.

BUT

When I'm doing any serious development work I switch back and forth between
VS.NET and Dreamweaver. The reason for this is that when you are editing
HTML, VS.NET may decide to completely rearrange your HTML code (in your ASPX
or HTML files). It doesn't simply give you your original page layout but
with different HTML - it actaully gives you a brand new layout - and one you
probably won't like that in no way resembles your original layout (and no
way to undo the re arrangement).

This is a well-known and big-time issue with developers that Microsoft is
plenty aware of and they're promising to fix it in the next release of
Visual Studio - so there's no need to start yet another heated debate over
this issue here. In any case the first time it happens to you, you'll be
running for Dreamweaver or Notepad.

Separately, VS.NET is not designed nor intended to provide many of the site
management features packed into Dreamweaver.

Don't get rid of Dreamweaver quite yet.

-D

Nov 16 '05 #3
Hi Mark,

Thanks for the reply! I can now see the HTML files and other files. However,
how can I solve the problem that VS.NET project files are mixing with web
files? Obviously I don't want them to be uploaded to the web server.

Thanks again,
Don

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:ed**************@TK2MSFTNGP09.phx.gbl...
"Don Wash" <do*@wash.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
However, when it comes to developing ASP.NET websites, I have some
confusions. For instance, when I develop websites in ASP.NET, I want
some of
them to be HTML and others to be ASPX. But the Solution Explorer only shows
ASPX files and other limited set of files. So I have to use Notepad or
Dreamweaver to edit the HTML and other files. This is really a pain when
rapidly developing ASPX websites.


1) If you haven't added the HTML files to your project, they won't display
in the Solution Explorer unless you click the Show All Files button.

2) To add a new HTML file into an ASP.NET project, right-click the project
name, select Add, then Add HTML page.

3) To add an existing HTML file into an ASP.NET project, simply drag it

into the project from Windows Explorer, into a folder if you want.

Nov 16 '05 #4
> This is a well-known and big-time issue with developers that Microsoft is
plenty aware of and they're promising to fix it in the next release of
Visual Studio - so there's no need to start yet another heated debate over
this issue here. In any case the first time it happens to you, you'll be
running for Dreamweaver or Notepad.


The "Auto Format" feature you speak of can be configured or even turned off
from within the Tools...Options dialogs.
Nov 16 '05 #5
> The "Auto Format" feature you speak of can be configured or even turned
off
from within the Tools...Options dialogs.

Really - where specifically is it? Can you tell me exactly how to turn it
off?

I'm especially interested being that there (1) I didn't find it there - and
I have looked carefully (2) online help doesn't mention it, and (3) are many
discussions in this very group mention how it's a big problem that Microsoft
is addressing. I have previously asked about it in this group as have many
others and the response has always been the same - "...wait for the 2005
version - until then, don't throw away your favorite HTML editor..."
Nov 16 '05 #6
"Doug" <Cl******@Livermore.com> wrote in news:OYnAbAVeEHA.3132
@TK2MSFTNGP11.phx.gbl:
Don't get rid of Dreamweaver quite yet.


I wholeheartedly agree. Dreamweaver kicks VS.NET's butt when it comes to
HTML editing.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 16 '05 #7
(credit to Herfried, if I recall, for the link)

http://blogs.msdn.com/MikhailArkhipo...16/132886.aspx

"You do can switch formatting off in Tools | Options, but it will not solve
the underlying issue, it will only switch off pretty formatting."

Never tried turning it off myself, but sounds like it may still not help a
whole lot. Very aggravating.

Greg
"Doug" <Cl******@Livermore.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
The "Auto Format" feature you speak of can be configured or even turned off
from within the Tools...Options dialogs.

Really - where specifically is it? Can you tell me exactly how to turn it
off?

I'm especially interested being that there (1) I didn't find it there -

and I have looked carefully (2) online help doesn't mention it, and (3) are many discussions in this very group mention how it's a big problem that Microsoft is addressing. I have previously asked about it in this group as have many
others and the response has always been the same - "...wait for the 2005
version - until then, don't throw away your favorite HTML editor..."

Nov 16 '05 #8
Don,
Thanks for the reply! I can now see the HTML files and other files. However, how can I solve the problem that VS.NET project files are mixing with web
files? Obviously I don't want them to be uploaded to the web server.

Why do you upload your project files to the webserver?

Cor
Nov 16 '05 #9
Doug,

Visual Studio Net is in my opinion perfect for HTML editing, however not for
cut and past Website development. For that are better tools.

Just my opinion.

Cor
Nov 16 '05 #10
Greg,

For HTML editing I never use the designview part I go direct to "view in
browser", that is very fast and implements direct my javascript and css even
when I store that on a server on the other and of the world.

Cor
Nov 16 '05 #11
If you use VS.NET's built in Copy Project menu item (off of the Project
menu), it will copy ONLY the necessary files.

Greg
"Don Wash" <do*@wash.com> wrote in message
news:uz**************@tk2msftngp13.phx.gbl...
Hi Mark,

Thanks for the reply! I can now see the HTML files and other files. However, how can I solve the problem that VS.NET project files are mixing with web
files? Obviously I don't want them to be uploaded to the web server.

Thanks again,
Don

Nov 16 '05 #12
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
I wholeheartedly agree. Dreamweaver kicks VS.NET's butt when it comes to
HTML editing.


Are you listening to this, Microsoft? 'Cos if you're not, you should be! A
whole slew of your users think that part of one of your flagship development
tools is not as good as the opposition, which is what you hate more than
anything else, right...?

And I agree with them, BTW...:-)
Nov 16 '05 #13
Tools...Options

Text Editor section
HTML/XML section
Format sub-section
"Doug" <Cl******@Livermore.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
The "Auto Format" feature you speak of can be configured or even turned off
from within the Tools...Options dialogs.

Really - where specifically is it? Can you tell me exactly how to turn it
off?

I'm especially interested being that there (1) I didn't find it there -

and I have looked carefully (2) online help doesn't mention it, and (3) are many discussions in this very group mention how it's a big problem that Microsoft is addressing. I have previously asked about it in this group as have many
others and the response has always been the same - "...wait for the 2005
version - until then, don't throw away your favorite HTML editor..."

Nov 16 '05 #14
I've been hearing these complaints since FrontPage 97. And, I have to say
that many (not all) of the complaints come from folks who either don't know
how to configure the product to their liking (see my earlier reply in this
thread about turning off auto-formatting) or they don't understand how MS
intends their products to be used.

MS FrontPage is a wonderful HTML designer/editor with many site management
capabilities. VS .NET is more of a hard-core development environment and
not so much a site management tool.

You can use FP for low end HTML design if you like as well as site
management and VS .NET for the programming.

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:uM*************@TK2MSFTNGP09.phx.gbl...
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
I wholeheartedly agree. Dreamweaver kicks VS.NET's butt when it comes to
HTML editing.
Are you listening to this, Microsoft? 'Cos if you're not, you should be! A
whole slew of your users think that part of one of your flagship

development tools is not as good as the opposition, which is what you hate more than
anything else, right...?

And I agree with them, BTW...:-)

Nov 16 '05 #15
"Scott M." <s-***@nospam.nospam> wrote in message
news:eY*************@TK2MSFTNGP09.phx.gbl...
Tools...Options

Text Editor section
HTML/XML section
Format sub-section


Goes about 50% of the way to fixing the problem...
Nov 16 '05 #16
I'll say that it'll be more handy for Microsoft to make the
frontpage/dreamweaver plugin for VS.NET, if they think that way. So people
can choose to use the built in HTML editor of VS.NET or other HTML editor of
their choice much the same way as they can choose to use the built-in
browser or IE to view the ASP.NET pages.

Afterall "intergration" is what we ask an "Intergrated Development
Environment" for.

"Scott M." <s-***@nospam.nospam> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP11.phx.gbl ¤¤¼¶¼g...
I've been hearing these complaints since FrontPage 97. And, I have to say
that many (not all) of the complaints come from folks who either don't know how to configure the product to their liking (see my earlier reply in this
thread about turning off auto-formatting) or they don't understand how MS
intends their products to be used.

MS FrontPage is a wonderful HTML designer/editor with many site management
capabilities. VS .NET is more of a hard-core development environment and
not so much a site management tool.

You can use FP for low end HTML design if you like as well as site
management and VS .NET for the programming.

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:uM*************@TK2MSFTNGP09.phx.gbl...
"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
I wholeheartedly agree. Dreamweaver kicks VS.NET's butt when it comes to HTML editing.


Are you listening to this, Microsoft? 'Cos if you're not, you should be! A whole slew of your users think that part of one of your flagship

development
tools is not as good as the opposition, which is what you hate more than
anything else, right...?

And I agree with them, BTW...:-)


Nov 16 '05 #17
> And hence, the issue gets exacerbated. What I'm hearing is that MS
customers
are asking for a functionality that they have found in a competitor's
product.


Most folks just want an HTML editor that doesn't mess with *my* HTML. That
is why there are so many of us that still rely on Dreamweaver.

Microsoft, of course, could care less about well formed/standards-compliant
HTML. .net has a long way to go as does VS.net, and, certainly IE.

If you work in .net, there are only so many tools you are going to
use...most from MS, so there isn't necessarily a strong reason FOR them to
fix these things in any sort of expidited manner. Hopefully, Whidbey will be
an improvement.

-Darrel
Nov 16 '05 #18

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

Similar topics

22
by: Don Wash | last post by:
Hi All! First of all I would like to say that VS.NET is one of the finest IDE I've used in years. It really helps me code quickly. Workspace management using auto hide windows, minimizing and...
16
by: TB | last post by:
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a...
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...
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.