Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.Net Deployment Problems - Please Help!

Reply
Thread Tools

ASP.Net Deployment Problems - Please Help!

 
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      09-11-2004
I've created a simple web project, which works great on my local machine.
Every page works correctly (hyperlinks, textboxes, validator controls, etc.).
I've tried both the X-Copy method and a setup project to deploy, but none of
my pages are working right. For example, I don't see any of the controls
(textboxes, dropdownlists, etc.) I created, and none of the hyperlinks work
(they appear as just words in production, not hyperlinks!).

Thank you in advance for your help!
Richard
 
Reply With Quote
 
 
 
 
Girish bharadwaj
Guest
Posts: n/a
 
      09-11-2004
Do you have ASP.NET installed on the production machine?

"Richard" <> wrote in message
news:928FA1BA-5342-41E9-BA8D-...
> I've created a simple web project, which works great on my local machine.
> Every page works correctly (hyperlinks, textboxes, validator controls,

etc.).
> I've tried both the X-Copy method and a setup project to deploy, but none

of
> my pages are working right. For example, I don't see any of the controls
> (textboxes, dropdownlists, etc.) I created, and none of the hyperlinks

work
> (they appear as just words in production, not hyperlinks!).
>
> Thank you in advance for your help!
> Richard



 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      09-11-2004
I was told that the .Net framework (1.1) was installed on it.

"Girish bharadwaj" wrote:

> Do you have ASP.NET installed on the production machine?
>
> "Richard" <> wrote in message
> news:928FA1BA-5342-41E9-BA8D-...
> > I've created a simple web project, which works great on my local machine.
> > Every page works correctly (hyperlinks, textboxes, validator controls,

> etc.).
> > I've tried both the X-Copy method and a setup project to deploy, but none

> of
> > my pages are working right. For example, I don't see any of the controls
> > (textboxes, dropdownlists, etc.) I created, and none of the hyperlinks

> work
> > (they appear as just words in production, not hyperlinks!).
> >
> > Thank you in advance for your help!
> > Richard

>
>
>

 
Reply With Quote
 
Girish bharadwaj
Guest
Posts: n/a
 
      09-11-2004
Thats not the same as ASP.NET. If you install .NET before IIS is installed,
you will not get aspnet on that box. I believe you can run aspnet_regiis.exe
with some command line arguments to get it registered. not sure. Check
documentation.

"Richard" <> wrote in message
news:09D26206-F504-4DBA-934F-...
> I was told that the .Net framework (1.1) was installed on it.
>
> "Girish bharadwaj" wrote:
>
> > Do you have ASP.NET installed on the production machine?
> >
> > "Richard" <> wrote in message
> > news:928FA1BA-5342-41E9-BA8D-...
> > > I've created a simple web project, which works great on my local

machine.
> > > Every page works correctly (hyperlinks, textboxes, validator controls,

> > etc.).
> > > I've tried both the X-Copy method and a setup project to deploy, but

none
> > of
> > > my pages are working right. For example, I don't see any of the

controls
> > > (textboxes, dropdownlists, etc.) I created, and none of the hyperlinks

> > work
> > > (they appear as just words in production, not hyperlinks!).
> > >
> > > Thank you in advance for your help!
> > > Richard

> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      09-13-2004
OK, I followed the instructions in KB 841558 -
http://support.microsoft.com/default...b;en-us;841558 to install
ASP.net (there were 2 versions: v1.0.3705 and v1.1.4322 in the
C:\WINNT\Microsoft.NET\Framework folder; I chose the v1.1.4322 when running
the command) and also registered the corresponding aspnet_isapi.dll. I then
restarted IIS, but now instead of a page with no controls, I'm getting a 404
error that the page cannot be found!

What should I try next? I did notice that FP extensions were not installed
on the default web site. Do these need to be installed before I can see my
pages? Seems strange that I cannot even get to the pages at all.

Thank you,
Richard

"Girish bharadwaj" wrote:

> Thats not the same as ASP.NET. If you install .NET before IIS is installed,
> you will not get aspnet on that box. I believe you can run aspnet_regiis.exe
> with some command line arguments to get it registered. not sure. Check
> documentation.
>
> "Richard" <> wrote in message
> news:09D26206-F504-4DBA-934F-...
> > I was told that the .Net framework (1.1) was installed on it.
> >
> > "Girish bharadwaj" wrote:
> >
> > > Do you have ASP.NET installed on the production machine?
> > >
> > > "Richard" <> wrote in message
> > > news:928FA1BA-5342-41E9-BA8D-...
> > > > I've created a simple web project, which works great on my local

> machine.
> > > > Every page works correctly (hyperlinks, textboxes, validator controls,
> > > etc.).
> > > > I've tried both the X-Copy method and a setup project to deploy, but

> none
> > > of
> > > > my pages are working right. For example, I don't see any of the

> controls
> > > > (textboxes, dropdownlists, etc.) I created, and none of the hyperlinks
> > > work
> > > > (they appear as just words in production, not hyperlinks!).
> > > >
> > > > Thank you in advance for your help!
> > > > Richard
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Girish bharadwaj
Guest
Posts: n/a
 
      09-13-2004
Cool..

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard" <> wrote in message
news:592C4630-04F7-431C-9382-...
> Disregard my previous reply! I found the problem--in IIS, under Web

Service
> Extensions, the status for ASP.NET v1.1.4322 was "Prohibited". I set it to
> "Allowed" and now I can see my pages and controls!
>
> Thank you,
> Richard
>
> "Girish bharadwaj" wrote:
>
> > Thats not the same as ASP.NET. If you install .NET before IIS is

installed,
> > you will not get aspnet on that box. I believe you can run

aspnet_regiis.exe
> > with some command line arguments to get it registered. not sure. Check
> > documentation.
> >
> > "Richard" <> wrote in message
> > news:09D26206-F504-4DBA-934F-...
> > > I was told that the .Net framework (1.1) was installed on it.
> > >
> > > "Girish bharadwaj" wrote:
> > >
> > > > Do you have ASP.NET installed on the production machine?
> > > >
> > > > "Richard" <> wrote in message
> > > > news:928FA1BA-5342-41E9-BA8D-...
> > > > > I've created a simple web project, which works great on my local

> > machine.
> > > > > Every page works correctly (hyperlinks, textboxes, validator

controls,
> > > > etc.).
> > > > > I've tried both the X-Copy method and a setup project to deploy,

but
> > none
> > > > of
> > > > > my pages are working right. For example, I don't see any of the

> > controls
> > > > > (textboxes, dropdownlists, etc.) I created, and none of the

hyperlinks
> > > > work
> > > > > (they appear as just words in production, not hyperlinks!).
> > > > >
> > > > > Thank you in advance for your help!
> > > > > Richard
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WEB SITE PROJECT DEPLOYMENT ~ Help please?? Brad Isaacs ASP .Net 1 03-02-2007 04:20 PM
Website Deployment Question. Please Help! David Hearn ASP .Net 3 01-06-2006 10:50 PM
Enterprise Library deployment problem. Why needs to InstallUtil DLLs to the deployment server? If not, Registry Error whould shown. Benny Ng ASP .Net 0 10-03-2005 05:40 AM
Computer problems please please please help Nick Computer Support 0 06-04-2004 08:49 PM
please help... ...me learn C++ please please please :) KK C++ 2 10-14-2003 02:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57