Re: Problems with ASP & ASP.NET in IIS 6.0
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 03/19/04
- Next message: Thomas: "Re: WebDAV lockup problem"
- Previous message: David Wang [Msft]: "Re: HTTP-standard Basic Authentication"
- In reply to: koda007: "Problems with ASP & ASP.NET in IIS 6.0"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 01:44:40 -0800
There is a known issue with VS.Net and creating projects on IIS6 -- you need
to add a .tmp MIME Type in IIS (read Troubleshooting section in F1-help in
IIS Manager UI).
If you try to access an ASP page and it tries to download the file, it means
that you do not have extensions mapped to the correct DLLs. .ASP must map
to SYSTEM32\INETSRV\ASP.DLL . ASP.Net can be set up by running
aspnet_regiis.exe -i
As for requesting username/password -- you will need to provide the full web
logs for the requests in question as well as Authentication settings/NTFS
ACLs/Remote authenticated identity for the URLs in question. Your server
configuration may be causing the login dialog to appear, and the log entries
with server configuration will help distinguish what's going on.
Clean install + Migration tends to work the best.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "koda007" <koda007@sltnet.lk> wrote in message news:%233N$ErWDEHA.2404@TK2MSFTNGP11.phx.gbl... Hi, We recently installed windows 2003. Previously we were using 2000 server. After upgrade we can not run the asp & aspx files. we were able to configure the PHP. We can not even create web projects from Visual Studio 6 or Visual Studio dot net. We have installed the Front page server extensions also. Sometimes when we try to access ASP page it request user name and password.And when we enter it tries to download the files. The asp and aspx extensions are mapped to correct DLLs and have enabled the extensions also. Please help me. Regards, Koda
- Next message: Thomas: "Re: WebDAV lockup problem"
- Previous message: David Wang [Msft]: "Re: HTTP-standard Basic Authentication"
- In reply to: koda007: "Problems with ASP & ASP.NET in IIS 6.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|