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

just getting started.

Hi I am trying to install vs.net and can install all of it
except the web development section. It seems to require
IIS(internet information server). I am running windows
2000 and do not have IIS on my machine but have a drive
mapped to a server running IIS. I plan on developing aspx
pages to place on this server. Do I have to have IIS
installed on my local machine? Thanks Paul.
Jul 21 '05 #1
10 1536
if you want to develop web applications or webservices, I would advice to
install IIS on your local machine.I think (in theory) it's possible to use
the remote machine, but I would not advice it.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Paul" <an*******@discussions.microsoft.com> schreef in bericht
news:02****************************@phx.gbl...
Hi I am trying to install vs.net and can install all of it
except the web development section. It seems to require
IIS(internet information server). I am running windows
2000 and do not have IIS on my machine but have a drive
mapped to a server running IIS. I plan on developing aspx
pages to place on this server. Do I have to have IIS
installed on my local machine? Thanks Paul.

Jul 21 '05 #2
ok, that is what I was thinking, just trying to get the
ITS group here to install IIS on my local machine.
-----Original Message-----
if you want to develop web applications or webservices, I would advice toinstall IIS on your local machine.I think (in theory) it's possible to usethe remote machine, but I would not advice it.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Paul" <an*******@discussions.microsoft.com> schreef in berichtnews:02****************************@phx.gbl...
Hi I am trying to install vs.net and can install all of it except the web development section. It seems to require
IIS(internet information server). I am running windows
2000 and do not have IIS on my machine but have a drive
mapped to a server running IIS. I plan on developing aspx pages to place on this server. Do I have to have IIS
installed on my local machine? Thanks Paul.

.

Jul 21 '05 #3
You know you can do it manually, don't you? :-)

Probably company rules...

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
ok, that is what I was thinking, just trying to get the
ITS group here to install IIS on my local machine.
-----Original Message-----
if you want to develop web applications or webservices, I

would advice to
install IIS on your local machine.I think (in theory)

it's possible to use
the remote machine, but I would not advice it.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Paul" <an*******@discussions.microsoft.com> schreef in

bericht
news:02****************************@phx.gbl...
Hi I am trying to install vs.net and can install all of it except the web development section. It seems to require
IIS(internet information server). I am running windows
2000 and do not have IIS on my machine but have a drive
mapped to a server running IIS. I plan on developing aspx pages to place on this server. Do I have to have IIS
installed on my local machine? Thanks Paul.

.

Jul 21 '05 #4
Just wondering how to do this manually? I may set up a
personel firewall on my local machine (running windows
2000 so not sure if I can do that) as I think the IT goup
is worried about security.
-----Original Message-----
You know you can do it manually, don't you? :-)

Probably company rules...

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
ok, that is what I was thinking, just trying to get the
ITS group here to install IIS on my local machine.
>-----Original Message-----
>if you want to develop web applications or webservices, I
would advice to
>install IIS on your local machine.I think (in theory)

it's possible to use
>the remote machine, but I would not advice it.
>
>--
>Greetz,
>Jan
>__________________________________
>Read my weblog: http://weblogs.asp.net/jan
>"Paul" <an*******@discussions.microsoft.com> schreef in

bericht
>news:02****************************@phx.gbl...
>> Hi I am trying to install vs.net and can install all
of it
>> except the web development section. It seems to

require >> IIS(internet information server). I am running windows >> 2000 and do not have IIS on my machine but have a drive >> mapped to a server running IIS. I plan on developing

aspx
>> pages to place on this server. Do I have to have IIS
>> installed on my local machine? Thanks Paul.
>
>
>.
>

.

Jul 21 '05 #5
In the configuration panel choose add/remove programs, in the Windows
components section you can find IIS (Internet Information Services). Install
this BEFORE installing VS.NET.

I do not see how installing IIS on your personal machine can be a security
issue...

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:0a****************************@phx.gbl...
Just wondering how to do this manually? I may set up a
personel firewall on my local machine (running windows
2000 so not sure if I can do that) as I think the IT goup
is worried about security.
-----Original Message-----
You know you can do it manually, don't you? :-)

Probably company rules...

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
ok, that is what I was thinking, just trying to get the
ITS group here to install IIS on my local machine.
>-----Original Message-----
>if you want to develop web applications or webservices, I would advice to
>install IIS on your local machine.I think (in theory)
it's possible to use
>the remote machine, but I would not advice it.
>
>--
>Greetz,
>Jan
>__________________________________
>Read my weblog: http://weblogs.asp.net/jan
>"Paul" <an*******@discussions.microsoft.com> schreef in
bericht
>news:02****************************@phx.gbl...
>> Hi I am trying to install vs.net and can install all of it
>> except the web development section. It seems to require >> IIS(internet information server). I am running windows >> 2000 and do not have IIS on my machine but have a drive >> mapped to a server running IIS. I plan on developing
aspx
>> pages to place on this server. Do I have to have IIS
>> installed on my local machine? Thanks Paul.
>
>
>.
>

.

Jul 21 '05 #6
Jan,
already tried that but the IT group has the windows 2000
installation disks which it prompts for. Not sure but I
was told with IIS installed on your local machine, the
machine can act like a web server and can be vunerable to
viruses. It is recommended to install a personal
firewall, after installing IIS, trying to work this issue
with the IT group now. Thanks for the response-Paul.
-----Original Message-----
In the configuration panel choose add/remove programs, in the Windowscomponents section you can find IIS (Internet Information Services). Installthis BEFORE installing VS.NET.

I do not see how installing IIS on your personal machine can be a securityissue...

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:0a****************************@phx.gbl...
Just wondering how to do this manually? I may set up a
personel firewall on my local machine (running windows
2000 so not sure if I can do that) as I think the IT goup is worried about security.
>-----Original Message-----
>You know you can do it manually, don't you? :-)
>
>Probably company rules...
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
><an*******@discussions.microsoft.com> wrote in message
>news:03****************************@phx.gbl...
>> ok, that is what I was thinking, just trying to get the >> ITS group here to install IIS on my local machine.
>> >-----Original Message-----
>> >if you want to develop web applications or

webservices, I
>> would advice to
>> >install IIS on your local machine.I think (in theory) >> it's possible to use
>> >the remote machine, but I would not advice it.
>> >
>> >--
>> >Greetz,
>> >Jan
>> >__________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >"Paul" <an*******@discussions.microsoft.com> schreef in >> bericht
>> >news:02****************************@phx.gbl...
>> >> Hi I am trying to install vs.net and can install all
of
>> it
>> >> except the web development section. It seems to

require
>> >> IIS(internet information server). I am running

windows
>> >> 2000 and do not have IIS on my machine but have a

drive
>> >> mapped to a server running IIS. I plan on

developing >> aspx
>> >> pages to place on this server. Do I have to have IIS >> >> installed on my local machine? Thanks Paul.
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #7
On Fri, 19 Dec 2003 11:06:41 -0800, <an*******@discussions.microsoft.com>
wrote:

Search MSDN for Web Matrix. I believe that it contains a program that
simulates IIS. It allows you to develop Web apps without having IIS.

Hope this helps

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Jul 21 '05 #8
ok will give web matrix a try. Thanks
-----Original Message-----
On Fri, 19 Dec 2003 11:06:41 -0800, <an*******@discussions.microsoft.com>wrote:

Search MSDN for Web Matrix. I believe that it contains a program thatsimulates IIS. It allows you to develop Web apps without having IIS.
Hope this helps

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mailaddress.
.

Jul 21 '05 #9
Just to clarify - web matrix uses something called the Cassini web server
available from www.asp.net. Its a free downlod and will allow you to
develop locally.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------

"Paul" <an*******@discussions.microsoft.com> wrote in message
news:01****************************@phx.gbl...
ok will give web matrix a try. Thanks
-----Original Message-----
On Fri, 19 Dec 2003 11:06:41 -0800,

<an*******@discussions.microsoft.com>
wrote:

Search MSDN for Web Matrix. I believe that it contains a

program that
simulates IIS. It allows you to develop Web apps without

having IIS.

Hope this helps

--
Chris

To send me an E-mail, remove the underscores and

lunchmeat from my E-Mail
address.
.

Jul 21 '05 #10
On Mon, 22 Dec 2003 19:56:54 -0000, John Timney (Microsoft MVP) wrote:
Just to clarify - web matrix uses something called the Cassini web server
available from www.asp.net. Its a free downlod and will allow you to
develop locally.


Is this the same server that is present in the VS.Net Whidbey Visual Web
Designer? Is that just Web Matrix? If so, it's pretty cool.

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Jul 21 '05 #11

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

Similar topics

5
by: Philip Ronan | last post by:
OK, here's my 2p worth: === Q. Why am I getting the error message 'Headers already sent'? A. PHP produces this error message when you try to set a header for a web page after you have already...
0
by: tamdino | last post by:
Please accept my apologies if I am posting this in the wrong place. I am trying to get started using MySQL-Front and I am totally lost. Does anyone know where there is a tutorial for getting...
84
by: Bibby | last post by:
Hi, I'm interested in getting started in the programming world. I've dabbled in C, C++ and VB6. Which would be the best language to focus my attention to regarding the following considerations: ...
6
by: Jack Duijf | last post by:
Hello, I am looking for a person in The Netherlands that is willing to help me getting started with Vb.net. Please send a message to jack@aicn.nl if you can help me getting started with the...
0
by: abillmeier | last post by:
I am just getting started messing with ASP 2.0, and am working on creating a quick data entry web hooked to a SQL database. I am using stored procedures to get and push data. I am having a...
3
by: Sheldon Rabin | last post by:
Thanks in advance to all of you, Your recommendations: What kind of instruction and software are needed to learn and do useful programming using C+, C++ ? I would like to access and use the...
11
by: sterling.mckay | last post by:
Just started to teach myself C C++ programming... I have been very interested with computers for a while now and have a nac or so I thought for how they work ... hardware I am ok with ... I can...
1
by: bravo | last post by:
hi i am using tomcat-5.0.19 which was running fine but due to some reasons i have to format my system after that the tomcat is not getting started i have checked the environment variables all...
1
by: =?Utf-8?B?Q29kZVNsaW5nZXI=?= | last post by:
I plan to build my own 2008 Server/Hyper-V system and will not be using one of the tested Dell or HP systems from the release notes and could use some pointers as to my assumnptions and answers to...
4
by: evenlater | last post by:
Anybody know how to prevent the annoying Access 2007 "Getting Started with Access" page from showing up when the database is closed using DoCmd.Quit? My database is used in a terminal server...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.