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

How can I wirte ASP applications???

Yes, I know I am a beginner hahaha. Anyway.

Iīve been studyng ASP and web xml service development. I use Visual Basic
..NET STANDARD Edition...
Everytime I need to tryout a script or module I get asked by VS to install
that on a virtual server in my computer... thatīs supposed to be done with
IIS adn I guess I donīt have that installed so I canīt do any testing... Do
you have any resources on the net to learn how to do this??? I donīt know
If this IIS is included with my Standard Edition of VB . NET...

Thanks!

Arturo
Nov 20 '05 #1
14 1086
IIS would be with your copy of WindowsXP Pro or Windows 2000 Pro...
(maybe...)
"Arturo Toledo" <ar****@miltonfrank.tv> wrote in message
news:ey*************@TK2MSFTNGP10.phx.gbl...
Yes, I know I am a beginner hahaha. Anyway.

Iīve been studyng ASP and web xml service development. I use Visual Basic
.NET STANDARD Edition...
Everytime I need to tryout a script or module I get asked by VS to install
that on a virtual server in my computer... thatīs supposed to be done with
IIS adn I guess I donīt have that installed so I canīt do any testing... Do you have any resources on the net to learn how to do this??? I donīt know
If this IIS is included with my Standard Edition of VB . NET...

Thanks!

Arturo

Nov 20 '05 #2
What OS are you using - IIS ships with the OS, not VS.NET.

If you have an OS that supports it, you can install by add/remove programs,
add windows component.

I'm not sure if VS standard is limited in any way for what you want to do,
but MS's site has that info (somewhere)

HTH,
Mike
"Arturo Toledo" <ar****@miltonfrank.tv> wrote in message
news:ey*************@TK2MSFTNGP10.phx.gbl...
Yes, I know I am a beginner hahaha. Anyway.

Iīve been studyng ASP and web xml service development. I use Visual Basic
.NET STANDARD Edition...
Everytime I need to tryout a script or module I get asked by VS to install
that on a virtual server in my computer... thatīs supposed to be done with
IIS adn I guess I donīt have that installed so I canīt do any testing... Do you have any resources on the net to learn how to do this??? I donīt know
If this IIS is included with my Standard Edition of VB . NET...

Thanks!

Arturo

Nov 20 '05 #3
* "Arturo Toledo" <ar****@miltonfrank.tv> scripsit:
Yes, I know I am a beginner hahaha. Anyway.

Iīve been studyng ASP and web xml service development. I use Visual Basic
.NET STANDARD Edition...


The Standard Edition is very limited for that purpose. Have a look at
Web Matrix (a free tool):

<http://www.asp.net/Default.aspx?tabindex=4&tabid=46>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Thanks. I was able to install IIS with my WinXP CD.
I can now create ASP stuff. I do know the Standard Edition is limited in
web development. Iīll check it out and see If Iīll need to go up
Professional. Might wait for Whidbey though... Web Matrix is also a good
advice. Thanks!

Arturo
"Arturo Toledo" <ar****@miltonfrank.tv> escribió en el mensaje
news:ey*************@TK2MSFTNGP10.phx.gbl...
Yes, I know I am a beginner hahaha. Anyway.

Iīve been studyng ASP and web xml service development. I use Visual Basic
.NET STANDARD Edition...
Everytime I need to tryout a script or module I get asked by VS to install
that on a virtual server in my computer... thatīs supposed to be done with
IIS adn I guess I donīt have that installed so I canīt do any testing... Do you have any resources on the net to learn how to do this??? I donīt know
If this IIS is included with my Standard Edition of VB . NET...

Thanks!

Arturo

Nov 20 '05 #5
Cor
Herfried,
The Standard Edition is very limited for that purpose. Have a look at
Web Matrix (a free tool):


This is written at the standard editon product info
-------------
a.. Rapid Application Development for the Web
Use the Web Forms designer to quickly build true thin-client Web
applications that intelligently render on any browser and on any platform.
---------------
Are you sure about your answer?

Cor
Nov 20 '05 #6
On Thu, 15 Jan 2004 16:34:30 -0600, Arturo Toledo wrote:
web development. Iīll check it out and see If Iīll need to go up
Professional. Might wait for Whidbey though... Web Matrix is also a good
advice. Thanks!


One nice thing about Web Matrix is that you don't need IIS. It has its own
built in server for testing web apps.

Whidbey has the Visual Web Designer which is almost the same as Web Matrix
but with added functionality.

Whidbey is going to be pretty cool.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Nov 20 '05 #7
* "Cor" <no*@non.com> scripsit:
The Standard Edition is very limited for that purpose. Have a look at
Web Matrix (a free tool):


This is written at the standard editon product info
-------------
a.. Rapid Application Development for the Web
Use the Web Forms designer to quickly build true thin-client Web
applications that intelligently render on any browser and on any platform.
---------------
Are you sure about your answer?


Partly. You cannot create web controls with VB.NET Standard, but simple
web applications should work.

<http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #8
Cor
Hi Herfried,

That you can also not with the Web Matrix, and therefore VB.net standard is
a better approach I think.

Cor
The Standard Edition is very limited for that purpose. Have a look at
Web Matrix (a free tool):


Partly. You cannot create web controls with VB.NET Standard, but simple
web applications should work.

Nov 20 '05 #9
Cor
Hi Chris,

Did you see things that are more in the Matrix designer than in the
Visual.Studio.Web designer

For me it is just a copy of a small part of the visual.studio.webdesigner

Without by instance servercontrols and aspx.vb code.

I did not look that long, but I did not see more than in VB.net

The only thing that you can say is about that IIS when you not are working
on a professional NT/x version.

Cor

Nov 20 '05 #10
Thats doesn't make sense...

After all isn't a web control simply something that inherits from
System.Web.UI.Control? Which is part of the .NET framework?

so couldn't your write your own inherited class to do so? and then just
design the ascx around it to inherit from your compliled class? Is that
limited by the compiler?

-CJ

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:bu************@ID-208219.news.uni-berlin.de...
* "Cor" <no*@non.com> scripsit:
The Standard Edition is very limited for that purpose. Have a look at
Web Matrix (a free tool):


This is written at the standard editon product info
-------------
a.. Rapid Application Development for the Web
Use the Web Forms designer to quickly build true thin-client Web
applications that intelligently render on any browser and on any platform. ---------------
Are you sure about your answer?


Partly. You cannot create web controls with VB.NET Standard, but simple
web applications should work.

<http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #11

"Cor" <no*@non.com> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
Hi Chris,

Did you see things that are more in the Matrix designer than in the
Visual.Studio.Web designer
Cor.has.been.programming.dot.net.too.long.com.org. edu

=)

For me it is just a copy of a small part of the visual.studio.webdesigner

Without by instance servercontrols and aspx.vb code.

I did not look that long, but I did not see more than in VB.net

The only thing that you can say is about that IIS when you not are working
on a professional NT/x version.

Cor

Nov 20 '05 #12
* "CJ Taylor" <no****@blowgoats.com> scripsit:
After all isn't a web control simply something that inherits from
System.Web.UI.Control? Which is part of the .NET framework?


I never wrote an ASP.NET web control... I don't know. I am interested
in the answer too...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #13
one of those times Microsoft could go ahead and jump in and answer that
question for us. =)

I've developed a lot of web apps (good portion .NET now, mainly working with
SharePoint and DNN,Rainbow,IBS,Schwing) and the structure of ASP.NET is
pretty simple.

If you have ever studied MVC, you see where microsoft gets there ideas from
on it. Though its not a true MVC Architcture (though, it sorta is... you
don't really have to write the controller persay, the event wireup handles
that portion of it... which is nice, take that Java!) its still functions in
the fact you separate your presentation from your other logic. and ASP.NET
enforces this by

a) an ASCX file is nothing but html...
b) it just sets a Inherits in the page declaration above, this must inherit
from System.Web.UI.Control (pretty sure thats right), after that its all
gravy and property binding...

This is the point at which i see the similarities between Java's
Velocity/Struts/Swing/wahtever frameworks and a lot of the external
frameworks (DNN,Rainbow,IBS,etc) that exist...

So the only way I could see the limitation existing in VB.NET Standard would
be

a) the MDE/IDE doesn't support the ability to build web user controls
VISUALLY.
b) the compiler won't compile anything that inherits from .Control... which
would be the dumbest thing I've ever heard of. so like you herfried, I
would like to see if this is an actual limitation or a "placebo" if you
will.

=)

-CJ


"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
* "CJ Taylor" <no****@blowgoats.com> scripsit:
After all isn't a web control simply something that inherits from
System.Web.UI.Control? Which is part of the .NET framework?


I never wrote an ASP.NET web control... I don't know. I am interested
in the answer too...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #14
The only reason I see for someone to use Web Matrix is because itīs free.
(more than a good reason for a bunch of people), but with Visual Studio web
development you can do everything you can with Web Matrix. WM is on the
other hand more than enough to develop good web apps. I have been able to
use my VB NET Standard without web matrix and itīs all good.

Arturo
"CJ Taylor" <no****@blowgoats.com> escribió en el mensaje
news:10*************@corp.supernews.com...

"Cor" <no*@non.com> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
Hi Chris,

Did you see things that are more in the Matrix designer than in the
Visual.Studio.Web designer


Cor.has.been.programming.dot.net.too.long.com.org. edu

=)

For me it is just a copy of a small part of the visual.studio.webdesigner
Without by instance servercontrols and aspx.vb code.

I did not look that long, but I did not see more than in VB.net

The only thing that you can say is about that IIS when you not are working on a professional NT/x version.

Cor


Nov 20 '05 #15

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

Similar topics

0
by: Constandinos Mavromoustakis | last post by:
CFP: CLADE 2004-Challenges of Large Applications in Distributed Environments ------------------------------------------------- PhD student - Dept.Informatics at Aristotle University of...
1
by: Tom Q | last post by:
A user has multiple applications running on his/her PC and I want to create a broker component or service that is shared among the multiple apps. Each time an application changes a record it...
385
by: Xah Lee | last post by:
Jargons of Info Tech industry (A Love of Jargons) Xah Lee, 2002 Feb People in the computing field like to spur the use of spurious jargons. The less educated they are, the more they like...
6
by: Ray | last post by:
DB2 V7.2 Is it possible to list applications connected to a node by Auth ID? Is it possible to force applications connected to a node by Auth ID or am I forced to use App. Handle? Thanks, Ray
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
5
by: Prakash T. | last post by:
Dear friends, This is Prakash from in India at tamilnadu. I am a MCA Student. Please answer the Que: Mention the type of applications which can be developed using C language? Thanks and...
1
by: rahim | last post by:
Unable to wirte a txt file using ASP FileSystemObject
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
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...

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.