473,401 Members | 2,068 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,401 software developers and data experts.

ASP.Net Deployment Problems - Please Help!

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
Nov 18 '05 #1
5 1036
Do you have ASP.NET installed on the production machine?

"Richard" <Ri*****@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
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

Nov 18 '05 #2
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" <Ri*****@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
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


Nov 18 '05 #3
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" <Ri*****@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
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" <Ri*****@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
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


Nov 18 '05 #4
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" <Ri*****@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
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" <Ri*****@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
> 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


Nov 18 '05 #5
Cool..

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard" <Ri*****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
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" <Ri*****@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
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" <Ri*****@discussions.microsoft.com> wrote in message
> news:92**********************************@microsof t.com...
> > 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
>
>
>


Nov 18 '05 #6

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

Similar topics

1
by: DB developer | last post by:
Hello friends I am trying to create a deployment project to distribute my VB.NET application with MSDE database. I am using VS.NET with MSDE 2000 deployment toolkit (release candidate) to achieve...
4
by: wobbles | last post by:
Hi Everyone, I'm really struggling to get no-touch deployment to work well (if at all, in some cases). Can anyone recommend a good book on this topic? There seem to be a lot of blogs about...
2
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e....
3
by: Steve Brecher | last post by:
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your project in most cases, because it allows you to take...
6
by: Doyle Johnson | last post by:
i have completed the development and now its time to deploy to a hosting service. Can anyone give me tips and referrals to some how to info on deployment of asp.net apps. thanks doyle
4
by: Jack Wright | last post by:
Dear All, Every Virtual directory under IIS is executed in a new AppDomain. This is done by CLR itself. When I deploy a dll under its bin, the AppDomain is restarted as a result all my dlls under...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
1
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
10
by: =?Utf-8?B?UHVuaXQgS2F1cg==?= | last post by:
Hi, I am developing a windows application in VS.NET 2005. The application is database driven and I need to deploy it on a client's pc. How should I go about developing such an application. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.