Saturday, March 31, 2012

Visual Web Developer Question?

Is Visual Web Developer is it worth installing?
Can i use Web Matrix with ASP.Net 2.0?
Cos i know VWDeveloper is meant for ASP.Net 2.0 and not ver 1.1.
Can both run side by side?
*** Sent via Developersdex http://www.examnotes.net ***I think people's experience with this has been mixed...I know I've
successfully done it, but I think I've heard others have not...don't do it
on a production machine :)
I'm pretty sure side-by-side support is officially supported in Beta1, but
being beta means nothing is really official :)
Karl
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Patrick Olurotimi Ige" <naijacoder@.hotmail.com> wrote in message
news:ugWSK%23rNFHA.1392@.TK2MSFTNGP10.phx.gbl...
> Is Visual Web Developer is it worth installing?
> Can i use Web Matrix with ASP.Net 2.0?
> Cos i know VWDeveloper is meant for ASP.Net 2.0 and not ver 1.1.
> Can both run side by side?
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
Thx Karl for the reply.
Def not on a production server!
So how do you run ur applications side by side if ur using both
versions..
Can u hint me?
*** Sent via Developersdex http://www.examnotes.net ***
re:
> Is Visual Web Developer is it worth installing?
If you want to develop ASP.NET 2.0 applications
in a much more lighter environment than VS.NET, yes.
re:
> Can i use Web Matrix with ASP.Net 2.0?
You can, but you won't have any 2.0 objects
that you can simply drag into pages.
Anything you write within Web Matrix will run, though
( if properly written, of course ).
You can use Notepad with ASP.NET 2.0, too. ;-)
re:
> Can both run side by side?
Yes. Web Matrix runs against .Net Framework 1.1,
and VWD runs against .Net Framework 2.0.
I'm running them both as we speak...
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Patrick Olurotimi Ige" <naijacoder@.hotmail.com> wrote in message
news:ugWSK%23rNFHA.1392@.TK2MSFTNGP10.phx.gbl...
> Is Visual Web Developer is it worth installing?
> Can i use Web Matrix with ASP.Net 2.0?
> Cos i know VWDeveloper is meant for ASP.Net 2.0 and not ver 1.1.
> Can both run side by side?
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
re:
> So how do you run ur applications side by side
> if ur using both versions..
You ensure that each application is pointed to the
correct .Net Framework version, and you make
sure that all 1.1 apps run in one Application Pool
and that all 2.0 apps run in a different Application Pool.
No big thing. It takes about 1 minute to do that.
They run perfectly side-by-side.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Patrick Olurotimi Ige" <naijacoder@.hotmail.com> wrote in message
news:%23eRk4JsNFHA.3076@.TK2MSFTNGP14.phx.gbl...
> Thx Karl for the reply.
> Def not on a production server!
> So how do you run ur applications side by side if ur using both
> versions..
> Can u hint me?
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
AFAIK it depends on the site settings. "aspnet_regiis" allows to know which
version is running on a particular site...
Patrice
"Patrick Olurotimi Ige" <naijacoder@.hotmail.com> a crit dans le message de
news:%23eRk4JsNFHA.3076@.TK2MSFTNGP14.phx.gbl...
> Thx Karl for the reply.
> Def not on a production server!
> So how do you run ur applications side by side if ur using both
> versions..
> Can u hint me?
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
Thx for the advice..
But on installing both...
Would i still need to do some extra setup ?
I mean will the 2 versions install seperately?
So when i run apps on Asp web Matrix it will use ver 1.1 and Visual
Developer wpould use ver 2.0?
*** Sent via Developersdex http://www.examnotes.net ***
Can i use Appl pool on IIS 5?
And how do u ensure each apps is pointed to the right one.
*** Sent via Developersdex http://www.examnotes.net ***
no, but then you can only run one at a time..which should sitll be
acceptable in development...when you install 2.0, a new tab in IIS shows up
to switch which version it's running under..else you could use aspnet_regiis
Karl
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Patrick Olurotimi Ige" <naijacoder@.hotmail.com> wrote in message
news:OsUd5csNFHA.604@.TK2MSFTNGP10.phx.gbl...
> Can i use Appl pool on IIS 5?
> And how do u ensure each apps is pointed to the right one.
>
>
> *** Sent via Developersdex http://www.examnotes.net ***
My personal choice is using Denis Bauer's
ASP.NET Version Switcher.
http://www.denisbauer.com/NETTools/...onSwitcher.aspx
Denis should get a medal for writing this app.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Karl Seguin" <karl REMOVE @. REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:u37ROqsNFHA.3296@.TK2MSFTNGP15.phx.gbl...
> no, but then you can only run one at a time..which should sitll be
> acceptable in development...when you install 2.0, a new tab in IIS shows
> up
> to switch which version it's running under..else you could use
> aspnet_regiis
> Karl
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/ - New and Improved (yes, the popup is
> annoying)
> http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
> come!)
> "Patrick Olurotimi Ige" <naijacoder@.hotmail.com> wrote in message
> news:OsUd5csNFHA.604@.TK2MSFTNGP10.phx.gbl...
>

0 comments:

Post a Comment