Install of ASP.NET on Win 2003 Server

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

Guest

I must have done something wrong but when I installed dotnetfx.exe on my
server the web sites that work locally with VS2005 do not work on the server
after I publish them. Sometimes I get some of the site and sometimes I get
the error that it can't find version 7.0 of mshtml. Is there an article about
setting up Win 2003 server with ASP.NET 2.0. I already have ASP.NET 1.1
working properly.

Thanks,
Ray Stevens
 
Ensure the particular website is set up with 2.0. You can use aspnet_regiis
from the 2.0 folder for this.
http://support.microsoft.com/default.aspx?scid=kb;en-us;816782

This has a bit more information
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03f6.asp

Check the particular web bindings (in ISM, look at the Configuration of the
app (bindings for ISAPI is what you want)). If it is not version 2.0.*, you
have it set up with 1.1.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
 
Hi Gregory,

The binding and version selection were correct.
It started to mostly work when I installed the 2.0 SDK. (The mshtml not
found messages went away) Installing dotnetfx.exe does not work!
My other problem appears to be that when I converted my web site by opening
it with VS2005 it did not convert it correctly. It took an HTML Image control
with an image map and unsuccessfully converted it to an asp:Image control and
even though I have changed it to an asp:ImageMap control it quits puting out
HTML after this control???
Where is the documentation for VS2005 (not Visual Web Developer) for the
Copy Files and Publish Web Site commands? I can only find, in Help, the ones
for Visual Web Developer.

Thanks,
Ray Stevens
 
Hi Gregory,

I now have the wonderful event message (1062) about not running two versions
of ASP.NET in the same process and to use IIS to configure the app to run in
another process but I can't find a way to do that!

Thanks,
Ray Stevens
 
Back
Top