asp vs. exe execution time problem
From: kejs (kejs_at_no.ip)
Date: 02/14/05
- Previous message: Mike Thomas: "IIS Logon Failure"
- Next in thread: Tom Kaminski [MVP]: "Re: asp vs. exe execution time problem"
- Reply: Tom Kaminski [MVP]: "Re: asp vs. exe execution time problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 14 Feb 2005 16:27:27 +0100
i have:
a) vb project, compiled as standard exe
b) active server page with the same source code
when i run exe file from command prompt as a domain user or administrator or
local administrator, it finishes in 4 seconds
same code run from asp takes 20 seconds.
putting a few <%response.write time%> lines in my asp ive concluded that 99%
of the time is consumed by calling a function that seems to initialize some
sort of database connection, since the parameters that it takes are the
database name, username and password.
i dont have the source code to the functions in dlls im calling.
i tried to add iusr and iwam to administrators group, but it didnt help.
my question is, is it possible that its a security issue all though it
finishes successfuly in both cases or should i look elsewhere ?
thanks.
- Previous message: Mike Thomas: "IIS Logon Failure"
- Next in thread: Tom Kaminski [MVP]: "Re: asp vs. exe execution time problem"
- Reply: Tom Kaminski [MVP]: "Re: asp vs. exe execution time problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|