473,387 Members | 1,925 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.

Deploying an ASP application

Hello,

The application installs and runs fine on the development machine. When
installed on another server, none of the scripts execute. How do I configure
the server to run it?

Thank you.
Nov 17 '05 #1
6 977
"Catalin Porancea" <cp*******@midwestern.net> wrote in message
news:em*************@tk2msftngp13.phx.gbl...
Hello,

The application installs and runs fine on the development machine. When
installed on another server, none of the scripts execute. How do I configure the server to run it?


That would depend on how you deployed it.
--
John

Nov 17 '05 #2
I added a setup project to the solution and built it. then I installed it on
the new server. the .Net framework 1.1 was already installed.

--
Catalin Porancea
"John Saunders" <john.saunders at surfcontrol.com> wrote in message
news:ew**************@TK2MSFTNGP12.phx.gbl...
: "Catalin Porancea" <cp*******@midwestern.net> wrote in message
: news:em*************@tk2msftngp13.phx.gbl...
: > Hello,
: >
: > The application installs and runs fine on the development machine. When
: > installed on another server, none of the scripts execute. How do I
: configure
: > the server to run it?
:
: That would depend on how you deployed it.
: --
: John
:
:
:
Nov 17 '05 #3
"Catalin Porancea" <cp*******@midwestern.net> wrote in message
news:#9**************@TK2MSFTNGP09.phx.gbl...
I added a setup project to the solution and built it. then I installed it on the new server. the .Net framework 1.1 was already installed.


Ok, presuming that you mean a web "setup project", then there should be no
further server configuration required.

Depending on what server you tried to install it on.

And depending on exactly what you mean when you say "none of the scripts
execute".

You really need to give more detail. Nobody could help you based on what
you've provided unless it was a problem which affected large numbers of
people.
--
John
Nov 17 '05 #4
Ok John. Yes, it's a web setup project. Once installed on the server - a
windows 2000 server - I can go tot the default page, which is a login page.
When I try to login, I get a "page cannot be displayed". The login page
authenticates the user and if valid redirects to another page. Everything
works fine on the development machine. Also, when I try to access the pages
in the project typing the full path (not following the links), the only
thing I see is the background and none of the controls.

Catalin

--
Catalin Porancea
"John Saunders" <john.saunders at surfcontrol.com> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
: "Catalin Porancea" <cp*******@midwestern.net> wrote in message
: news:#9**************@TK2MSFTNGP09.phx.gbl...
: > I added a setup project to the solution and built it. then I installed
it
: on
: > the new server. the .Net framework 1.1 was already installed.
:
: Ok, presuming that you mean a web "setup project", then there should be no
: further server configuration required.
:
: Depending on what server you tried to install it on.
:
: And depending on exactly what you mean when you say "none of the scripts
: execute".
:
: You really need to give more detail. Nobody could help you based on what
: you've provided unless it was a problem which affected large numbers of
: people.
: --
: John
:
:
Nov 17 '05 #5
"Catalin Porancea" <cp*******@midwestern.net> wrote in message
news:ed**************@TK2MSFTNGP10.phx.gbl...
Ok John. Yes, it's a web setup project. Once installed on the server - a
windows 2000 server - I can go tot the default page, which is a login page. When I try to login, I get a "page cannot be displayed". The login page
authenticates the user and if valid redirects to another page. Everything
works fine on the development machine. Also, when I try to access the pages in the project typing the full path (not following the links), the only
thing I see is the background and none of the controls.


Thanks for the detail.

When you say you can go to the default page, do you mean that when you go
there, you see all the controls and everything looks ok?

You say that the default page is a login page. Are you using Forms
Authentication?

You say that on other pages you only see the background. Could you please
navigate to one of those pages and then use the View Source command to see
the HTML? I suspect you'll see things like "<asp:Label>" right in the HTML,
which would indicate that ASP.NET is either not installed or not configured
properly on that server. In that case, you'll want to use
"%windir%\Microsoft.Net\Framework\<<version>>\aspn et_regiis -s" to install
it.
--
John

Nov 17 '05 #6
Thanks John. "%windir%\Microsoft.Net\Framework\<<version>>\aspn et_regiis -s"
did it.

Thanks a lot.

--
Catalin Porancea
"John Saunders" <john.saunders at surfcontrol.com> wrote in message
news:OP**************@TK2MSFTNGP09.phx.gbl...
: "Catalin Porancea" <cp*******@midwestern.net> wrote in message
: news:ed**************@TK2MSFTNGP10.phx.gbl...
: > Ok John. Yes, it's a web setup project. Once installed on the server - a
: > windows 2000 server - I can go tot the default page, which is a login
: page.
: > When I try to login, I get a "page cannot be displayed". The login page
: > authenticates the user and if valid redirects to another page.
Everything
: > works fine on the development machine. Also, when I try to access the
: pages
: > in the project typing the full path (not following the links), the only
: > thing I see is the background and none of the controls.
:
: Thanks for the detail.
:
: When you say you can go to the default page, do you mean that when you go
: there, you see all the controls and everything looks ok?
:
: You say that the default page is a login page. Are you using Forms
: Authentication?
:
: You say that on other pages you only see the background. Could you please
: navigate to one of those pages and then use the View Source command to see
: the HTML? I suspect you'll see things like "<asp:Label>" right in the
HTML,
: which would indicate that ASP.NET is either not installed or not
configured
: properly on that server. In that case, you'll want to use
: "%windir%\Microsoft.Net\Framework\<<version>>\aspn et_regiis -s" to install
: it.
: --
: John
:
:
:
Nov 17 '05 #7

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

Similar topics

1
by: Prem | last post by:
Hi All I have a portal application that we have built that contains links to different modules. There is no static binding to these dlls from the application so that we can deploy some modules...
10
by: Gerben van Loon | last post by:
Hi there, hope someone can help me on this: I'm planning to deploy several ASP.NET projects to a production server. Normally I used the "Project / Copy project" option in VS.NET, but to this...
3
by: Rachel | last post by:
Hi, I am using the data access application block successfully in our development environment, however when I deploy to our testing server as Private Assemblies I keep getting the following ...
0
by: Dave | last post by:
Hello The application I'm building an installer for uses dlls which were developed originally in C. Since the application itself is developed in C#, these dlls were wrapped using SWIG....
1
by: dfererer | last post by:
Dear all, I want to install and run ClickOnce Deploying application under a Windows Service,I have make the service starting the application successfully(user API...
6
by: Ryan | last post by:
Is there any way to save a VB 2005 created application as an .MSI install file? The only method I see is to publish as a .EXE. Curious because I want to push out an application with Group Policy....
3
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
0
by: Amit | last post by:
Hi,I am new to .net 2.0 and have just built one web application and deployed the application on web server. The problem which i am facing is that if i make any changes in the .cs files or aspx...
0
by: sanjaypasumarty | last post by:
Hello, I am facing issues when i am deploying application on WebSphere Process server. The appplication is not deploying successfully and showing some DB2 errors in the logs. We are unable to find...
8
by: =?Utf-8?B?V2hpc2tleVJvbWVv?= | last post by:
I am trying to copy files and folders onto a production machine (Windows 2003 web edition -- we had to install the .NetFramework 2.0 on it). I wasn't even sure which files to copy for a ASP.NET...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.