-
Posted to
Classic ASP
by
shamshad.ali@softechww.com
on
02-10-2009, 5:25 AM
Hi, I did above mentioned changes and it worked for 20 days on production, this problem is intermittent, sometimes comes and crashes IIS and sometimes it comes with few users then disappears automatically. I tried to see http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=294241Where one guy saying that there is now a ...
-
Posted to
IIS7 - Classic ASP
by
shamshad.ali@softechww.com
on
12-02-2008, 9:57 AM
For local development purpose, I ran following script on VISTA, IIS 7:
<%
for each x in Request.ServerVariables
response.write("<b>" & x & ":</b>&nbsp;&nbsp;&nbsp;" & Request.ServerVariables(x) & "<br><BR>")
next
%>
It does not show me IP ...
-
Posted to
IIS7 - Classic ASP
by
shamshad.ali@softechww.com
on
12-01-2008, 6:44 AM
Hi, using XP, win2K3, with IIS 6, everything is running fine (I'm working on Classic ASP for support). But when using IIS 7, I am getting following error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/Perf/includes/db_conn.asp, line 2
800401f3
I think I need to give some read/execute ...
-
Posted to
Classic ASP
by
shamshad.ali@softechww.com
on
08-18-2008, 12:35 AM
Since last year December 2007 I’m facing two errors in our Classic ASP application: The problem occurs when the code tries to create an instance of a .Net DLL from an ASP page:
Error No.
Server object error 'ASP 0177 : 80131509' ...