Saturday, March 31, 2012

visual web developer express 2005 and IIS 5

Hi ,

I recently installed Visual web developer express 2005 and .net
framework 2.0 .

but after i installed it i can see one more tab in the IIS settings
....
Default website -> properties ->ASP.NET Tab-> under which i can see an
ASP.NET version dropdownlist and i can select only one version of .net
at a time...so does that mean that i cannot use both .NET 1.1 and .NET
2.0 version simultaniously ?

Thanks
Raghavendra1) it's till beta
2) you will be able to use multiple versions side by side

Curt

"raagz" <raagzcd@.yahoo.com> wrote in message
news:e1ee8ab9.0408170529.1ea4f981@.posting.google.c om...
> Hi ,
> I recently installed Visual web developer express 2005 and .net
> framework 2.0 .
> but after i installed it i can see one more tab in the IIS settings
> ...
> Default website -> properties ->ASP.NET Tab-> under which i can see an
> ASP.NET version dropdownlist and i can select only one version of .net
> at a time...so does that mean that i cannot use both .NET 1.1 and .NET
> 2.0 version simultaniously ?
> Thanks
> Raghavendra
I've had success running a sites off IIS and one off the web development
web server at the same time.. You won't be able to run them both of IIS at
the same time (why would you want to in development), but you should be able
to run them off different HTTPd's...

Karl

"raagz" <raagzcd@.yahoo.com> wrote in message
news:e1ee8ab9.0408170529.1ea4f981@.posting.google.c om...
> Hi ,
> I recently installed Visual web developer express 2005 and .net
> framework 2.0 .
> but after i installed it i can see one more tab in the IIS settings
> ...
> Default website -> properties ->ASP.NET Tab-> under which i can see an
> ASP.NET version dropdownlist and i can select only one version of .net
> at a time...so does that mean that i cannot use both .NET 1.1 and .NET
> 2.0 version simultaniously ?
> Thanks
> Raghavendra

visual web developer express 2005 and IIS 5

Hi ,
I recently installed Visual web developer express 2005 and .net
framework 2.0 .
but after i installed it i can see one more tab in the IIS settings
...
Default website -> properties ->ASP.NET Tab-> under which i can see an
ASP.NET version dropdownlist and i can select only one version of .net
at a time...so does that mean that i cannot use both .NET 1.1 and .NET
2.0 version simultaniously ?
Thanks
Raghavendra1) it's till beta
2) you will be able to use multiple versions side by side
Curt
"raagz" <raagzcd@.yahoo.com> wrote in message
news:e1ee8ab9.0408170529.1ea4f981@.posting.google.com...
> Hi ,
> I recently installed Visual web developer express 2005 and .net
> framework 2.0 .
> but after i installed it i can see one more tab in the IIS settings
> ...
> Default website -> properties ->ASP.NET Tab-> under which i can see an
> ASP.NET version dropdownlist and i can select only one version of .net
> at a time...so does that mean that i cannot use both .NET 1.1 and .NET
> 2.0 version simultaniously ?
> Thanks
> Raghavendra
I've had success running a sites off IIS and one off the web development
web server at the same time.. You won't be able to run them both of IIS at
the same time (why would you want to in development), but you should be able
to run them off different HTTPd's...
Karl
"raagz" <raagzcd@.yahoo.com> wrote in message
news:e1ee8ab9.0408170529.1ea4f981@.posting.google.com...
> Hi ,
> I recently installed Visual web developer express 2005 and .net
> framework 2.0 .
> but after i installed it i can see one more tab in the IIS settings
> ...
> Default website -> properties ->ASP.NET Tab-> under which i can see an
> ASP.NET version dropdownlist and i can select only one version of .net
> at a time...so does that mean that i cannot use both .NET 1.1 and .NET
> 2.0 version simultaniously ?
> Thanks
> Raghavendra

Visual Web Developer express - Client or Server code in source view?

This is a question on the first walkthrough "Walkthrough: Creating a
Basic Web Page in Visual Web Developer"

http://msdn2.microsoft.com/en-us/library/k4cbh4dh.aspx
It shows that when you first create an ASP.Net web site, the left-hand
drop-down list at the top of Source view will say "Server Objects and
Events", but when I do this it says "Client Objects and Events". Is
there some setting that changes this between client and server?I don't see this in the page you are pointing at, but can tell you what is
most likely happening. The server objects and events will show up when you
are selecting a code section or a code beside page (if you opted for two
files instead of one). The client objects show up when you are in the tags
or designer. If you are using the single page version, you should be able to
create a script runat="server" section click in it and see the server
objects and events.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"tom c" <tomcarr1@.gmail.comwrote in message
news:1158632014.214568.182020@.i42g2000cwa.googlegr oups.com...

Quote:

Originally Posted by

This is a question on the first walkthrough "Walkthrough: Creating a
Basic Web Page in Visual Web Developer"
>
http://msdn2.microsoft.com/en-us/library/k4cbh4dh.aspx
>
It shows that when you first create an ASP.Net web site, the left-hand
drop-down list at the top of Source view will say "Server Objects and
Events", but when I do this it says "Client Objects and Events". Is
there some setting that changes this between client and server?
>


Thanks for your help. My problem was that I had "Place code in a
seperate file" checked.

Cowboy (Gregory A. Beamer) wrote:

Quote:

Originally Posted by

I don't see this in the page you are pointing at, but can tell you what is
most likely happening. The server objects and events will show up when you
are selecting a code section or a code beside page (if you opted for two
files instead of one). The client objects show up when you are in the tags
or designer. If you are using the single page version, you should be able to
create a script runat="server" section click in it and see the server
objects and events.
>
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
>
*************************************************
Think outside of the box!
*************************************************
"tom c" <tomcarr1@.gmail.comwrote in message
news:1158632014.214568.182020@.i42g2000cwa.googlegr oups.com...

Quote:

Originally Posted by

This is a question on the first walkthrough "Walkthrough: Creating a
Basic Web Page in Visual Web Developer"

http://msdn2.microsoft.com/en-us/library/k4cbh4dh.aspx
It shows that when you first create an ASP.Net web site, the left-hand
drop-down list at the top of Source view will say "Server Objects and
Events", but when I do this it says "Client Objects and Events". Is
there some setting that changes this between client and server?

Visual Web Developer Edition Problem on Generate Local Resource

Dear all,

I wonder to know that is the Visual Web Developer Edition tool
contains "Generate Local Resource" function.
I want to make a multi language asp.net website. So I need this
function to help me to generate a resourse file to capture the web
page control's text.

As I know, VS2005.net has this function under [Tools] pull down menu.

Regard,
AlanIf you don't get an answer here, try posting your question to :

http://forums.asp.net/175.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espanol : http://asp.net.do/foros/
======================================
<info.lowyeah@.gmail.comwrote in message news:1189859383.234077.143690@.o80g2000hse.googlegr oups.com...

Quote:

Originally Posted by

Dear all,
>
I wonder to know that is the Visual Web Developer Edition tool
contains "Generate Local Resource" function.
I want to make a multi language asp.net website. So I need this
function to help me to generate a resourse file to capture the web
page control's text.
>
As I know, VS2005.net has this function under [Tools] pull down menu.
>
Regard,
Alan
>

Visual Web Developer Express edition

Has anyone here used Visual Web Developer for creating commercial
asp.net applications?
I'm curious if there's actually any difference between Visual Studio and
Visual Web Developer in terms of the type of web applications you can
build etc?
Reading on the web only seems to bring up Microsoft documentation that
states it's primarily for 'hobbyists' and not for professionals.
So this has me a bit hesitant to start a major commercial application
using it, instead of going out and purchasing Visual Studio.
Is the 'hobbyist' thing just them trying to get you to buy a product you
otherwise wouldn't need?
(we don't use SourceSafe, so integration with SourceSafe isn't a
requirement - one thing I understand Web Developer doesn't have)
--
fiddlewidawiddumre:
> I'm curious if there's actually any difference between Visual Studio and
> Visual Web Developer in terms of the type of web applications you can
> build etc?
There a product feature comparison here :
http://msdn.microsoft.com/vstudio/p...re/default.aspx
Also, there's some differences listed here:
http://www.ipona.com/samples/032125...orrections.aspx
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"Stimp" <ren@.spumco.com> wrote in message news:slrnehghei.jvp.ren@.murphy.redbrick.dcu.ie...

> Has anyone here used Visual Web Developer for creating commercial
> asp.net applications?
> I'm curious if there's actually any difference between Visual Studio and
> Visual Web Developer in terms of the type of web applications you can
> build etc?
> Reading on the web only seems to bring up Microsoft documentation that
> states it's primarily for 'hobbyists' and not for professionals.
> So this has me a bit hesitant to start a major commercial application
> using it, instead of going out and purchasing Visual Studio.
> Is the 'hobbyist' thing just them trying to get you to buy a product you
> otherwise wouldn't need?
> (we don't use SourceSafe, so integration with SourceSafe isn't a
> requirement - one thing I understand Web Developer doesn't have)
> --
> fiddlewidawiddum
On Mon, 25 Sep 2006 Juan T. Llibre <nomailreplies@.nowhere.com> wrote:
> re:
> There a product feature comparison here :
> http://msdn.microsoft.com/vstudio/p...re/default.aspx
> Also, there's some differences listed here:
> http://www.ipona.com/samples/032125...orrections.aspx
thanks.
So generally speaking, there are no limitations in using Visual Web
Developer to create a powerful web application?
The only limits are on how the development takes place, is that right?
i.e. one could theoretically create ebay.com using Visual Web Developer?
--
fiddlewidawiddum
re:
> So generally speaking, there are no limitations in using Visual Web
> Developer to create a powerful web application?
Depending on how you define "a powerful web application", no limitations.
re:
> The only limits are on how the development takes place, is that right?
A bit more than that but, esssentially, except for Mobile Device support,
which VWD doesn't have, you're limited in that VWD doesn't support :
Source Control
Local database development only ( can't modify db's remotely from the IDE )
No Class Designer
No Object Test Bench
No Crystal Reports ( you must use SQL Reporting Services )
No remote debugging ( local only )
No 64-bit Compiler Support
No Server Explorer ( servers node )
No Code profiling
No Static analysis analysis
No Unit testing
No Code coverage
No Project Management
No Test case management
No support for command-line Class Library ( must compile manually )
No development for Office programs
re:
> i.e. one could theoretically create ebay.com using Visual Web Developer?
Yes, although you'll have to work a little harder without the tools listed a
bove.
;-)
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"Stimp" <ren@.spumco.com> wrote in message news:slrnehi36e.b15.ren@.murphy.redbrick.dcu.ie...

> On Mon, 25 Sep 2006 Juan T. Llibre <nomailreplies@.nowhere.com> wrote:
> thanks.
> So generally speaking, there are no limitations in using Visual Web
> Developer to create a powerful web application?
> The only limits are on how the development takes place, is that right?
> i.e. one could theoretically create ebay.com using Visual Web Developer?
> --
> fiddlewidawiddum
you aren't constrained to one tool. Real developers don't use Visual Studio
for everything.
ASP.net websites can be developed with any text editor.
If one tool is missing a feature, finish the job with another tool.
"Stimp" <ren@.spumco.com> wrote in message news:slrnehghei.jvp.ren@.murphy.redbrick.dcu.ie...

> Has anyone here used Visual Web Developer for creating commercial
> asp.net applications?
> I'm curious if there's actually any difference between Visual Studio and
> Visual Web Developer in terms of the type of web applications you can
> build etc?
> Reading on the web only seems to bring up Microsoft documentation that
> states it's primarily for 'hobbyists' and not for professionals.
> So this has me a bit hesitant to start a major commercial application
> using it, instead of going out and purchasing Visual Studio.
> Is the 'hobbyist' thing just them trying to get you to buy a product you
> otherwise wouldn't need?
> (we don't use SourceSafe, so integration with SourceSafe isn't a
> requirement - one thing I understand Web Developer doesn't have)
> --
> fiddlewidawiddum

Visual Web Developer Express and source control?

Does anyone know if Visual Web Developer Express works with Visual
Source Safe?It does not.
For more product comparisons:
http://msdn.microsoft.com/vstudio/p...re/default.aspx
-Demetri
"briansmccabe@.gmail.com" wrote:

> Does anyone know if Visual Web Developer Express works with Visual
> Source Safe?
>

Visual Web Developer Express and source control?

Does anyone know if Visual Web Developer Express works with Visual
Source Safe?It does not.

For more product comparisons:

http://msdn.microsoft.com/vstudio/p...re/default.aspx

--
-Demetri

"briansmccabe@.gmail.com" wrote:

> Does anyone know if Visual Web Developer Express works with Visual
> Source Safe?
>