asp can't run in 2003

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

my asp program run very well in my PC (xp professional) , 1st page is HTML,
2nd page is login.aspx
However, when I copy to the window 2003 server , same IIS setting, 1stpage
can show, 2nd page show error "The page cannot be found"

my database is visual foxpro, i had already install vfpoledb.
Only one different is the OS , In window server 2003, I set Script and
exectable already.
Does anybody know why ??
Thanks a lot
 
I think the problem is that you don't install framework .net correctly.
After installing the package you have to configure IIS using
aspnet_regiis.exe -i. You can find this exec in this folder
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
The lastest folder correspond to your version of .NET.

Hope it helps you!

Vincent A.
http://varod.blogspot.com
 
I find that my asp.net can't run in window2003, so I need to install .net
framework 2.0 , However, when i instal it ,it said it didn't support 64-bit
operation system .
I search msdn , it seems didn't mention about 64-bit operation and .net
framework.
Please help
 
I find that my asp.net can't run in window2003, so I need to install .net
framework 2.0 , However, when i instal it ,it said it didn't support 64-bit
operation system .

I think there is a 64 bit .NET 2 download, try installing that.
 
You ned to install the 64-bit version of the .Net Framework.

The 64-bit redistributable (45MB) is here :
http://www.microsoft.com/downloads/...00-ACF8-4FA1-AFFB-40E78D788B00&displaylang=en

The 64-bit SDK (337MB) is here:
http://www.microsoft.com/downloads/...CE-6E06-4B66-AFE4-9AAD3C835D3D&displaylang=en

If you have DSL or Cable, download the SDK.
It has all the code samples.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top