RE: invoking .NET class library from ASP2.0 (Classic)
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/09/04
- Previous message: Roland Hall: "Re: to ASP.net or not to"
- In reply to: Patrick: "invoking .NET class library from ASP2.0 (Classic)"
- Next in thread: Patrick: "Re: invoking .NET class library from ASP2.0 (Classic)"
- Reply: Patrick: "Re: invoking .NET class library from ASP2.0 (Classic)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 09 Nov 2004 03:57:09 GMT
Hello Patrick,
ASP.NET is different from class ASP, it will use the account "ASPNET" or
"network service", not IUser or IWAN in ASP. To run a .NET component, we
need permission on manya folder as you have found, such as windows foler,
temp folder and .NET framework folder.
When you perform the three tests, what is the protection level you set in
IIS?
(An adventruous idea is to upgrade your application to ASP.NET. For most of
cases, we can just rename the .ASP file to .ASPX and then run it under
ASP.NET. )
Luke
- Previous message: Roland Hall: "Re: to ASP.net or not to"
- In reply to: Patrick: "invoking .NET class library from ASP2.0 (Classic)"
- Next in thread: Patrick: "Re: invoking .NET class library from ASP2.0 (Classic)"
- Reply: Patrick: "Re: invoking .NET class library from ASP2.0 (Classic)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|