Possible To Create Web Application On Other Than Local Server

S

Scott

I have been told that the only way to develop an ASP.NET application
is to do it on the localhost, and then just copy the files out to the
web server that will be hosting. Is this true?

Scenario:
Our network folks don't want us installing IIS on all of our machines.
ASP.NET requires IIS to be installed.
Does IIS need to be on the developing machine?

We are currently getting the error "Visual Studio .NET has detected
that the specified web server is not running ASP.NET version 1.1. You
will be unable to run ASP.NET Web applications or services."

This particular server is running NT4, and from what I've found so
far, 2000 or higher is required.We have another server that will be
upgraded to 2000 soon, so planning on trying it.

We are just moving towards web development, so appreciate any help
that can be offered.

Scott
 
R

Roland Hall

in message : I have been told that the only way to develop an ASP.NET application
: is to do it on the localhost, and then just copy the files out to the
: web server that will be hosting. Is this true?

No. It's preference.

: Scenario:
: Our network folks don't want us installing IIS on all of our machines.

I'm sure this is security related.

: ASP.NET requires IIS to be installed.
: Does IIS need to be on the developing machine?

It only needs to be on the computer where the code is being served.

: We are currently getting the error "Visual Studio .NET has detected
: that the specified web server is not running ASP.NET version 1.1. You
: will be unable to run ASP.NET Web applications or services."

This would mean the .NET Framework 1.1 is not being seen as present.

: This particular server is running NT4, and from what I've found so
: far, 2000 or higher is required.We have another server that will be
: upgraded to 2000 soon, so planning on trying it.
:
: We are just moving towards web development, so appreciate any help
: that can be offered.


--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
S

Scott

in message : I have been told that the only way to develop an ASP.NET application
: is to do it on the localhost, and then just copy the files out to the
: web server that will be hosting. Is this true?

No. It's preference.

If IIS is only needed on the machine serving the code, then developing
locally won't be a problem for us.
: Scenario:
: Our network folks don't want us installing IIS on all of our machines.

I'm sure this is security related.

Yes, security is their main concern.
: ASP.NET requires IIS to be installed.
: Does IIS need to be on the developing machine?

It only needs to be on the computer where the code is being served.

: We are currently getting the error "Visual Studio .NET has detected
: that the specified web server is not running ASP.NET version 1.1. You
: will be unable to run ASP.NET Web applications or services."

This would mean the .NET Framework 1.1 is not being seen as present.

The 1.1 Framework is installed; I am going to try running
"aspnet_regiis.exe /i" today to see if there is any luck. Is Win 2000
or greater "required"?
 
R

Roland Hall

in message : On Wed, 5 May 2004 23:55:42 -0500, "Roland Hall" <nobody@nowhere>
: wrote:
:
: >"Scott" wrote in message
: >: I have been told that the only way to develop an ASP.NET application
: >: is to do it on the localhost, and then just copy the files out to the
: >: web server that will be hosting. Is this true?
: >
: >No. It's preference.
:
: If IIS is only needed on the machine serving the code, then developing
: locally won't be a problem for us.

This means you do not have to have IIS running local. I don't. However, I
use Visual Studio to develop my code and I work in what is called Master
mode. This means I develop locally and remotely but I could work in local
mode. However, I cannot view server-side scripting unless I use a web
server. In master mode, my code is automatically saved locally and remotely
when I save it. I can then right-click on the file I'm working on, after
saving, in my project explorer and select View in browser. This will launch
IE and call for the virtual path on the web server so I can test the page.

: >
: >: Scenario:
: >: Our network folks don't want us installing IIS on all of our machines.
: >
: >I'm sure this is security related.
:
: Yes, security is their main concern.
:
: >
: >: ASP.NET requires IIS to be installed.
: >: Does IIS need to be on the developing machine?
: >
: >It only needs to be on the computer where the code is being served.
: >
: >: We are currently getting the error "Visual Studio .NET has detected
: >: that the specified web server is not running ASP.NET version 1.1. You
: >: will be unable to run ASP.NET Web applications or services."
: >
: >This would mean the .NET Framework 1.1 is not being seen as present.
:
: The 1.1 Framework is installed; I am going to try running
: "aspnet_regiis.exe /i" today to see if there is any luck. Is Win 2000
: or greater "required"?

Perhaps something in interfering.
Everything you need to know about .NET Framework 1.1:
http://msdn.microsoft.com/netframework/technologyinfo/howtoget/default.aspx

: >: This particular server is running NT4, and from what I've found so
: >: far, 2000 or higher is required.We have another server that will be
: >: upgraded to 2000 soon, so planning on trying it.
: >:
: >: We are just moving towards web development, so appreciate any help
: >: that can be offered.

If you need help with .NET development, the NGs supporting it have dotnet in
their name.

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top