ASP.Net Deployment Problems - Please Help!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
OK, I followed the instructions in KB 841558 -
http://support.microsoft.com/default.aspx?scid=kb;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
 
Back
Top