-
Posted to
IIS7 - Classic ASP
by
Metek
on
03-31-2009, 4:27 PM
Hi Leo,
To be open, I would like to avoid installing VS2008 on the server for do not compromise server security. Yes, I can try it, if there is no other way to figure out what's wrong. Is there any other way?
Also, could you please tell me: is it enough if I'm enabling server/client debug on the virtual directory? Or should I do it ...
-
Posted to
IIS7 - Classic ASP
by
Metek
on
03-30-2009, 5:41 AM
Bjorn,
Thank you. I'm using Stop, of course. In my experience division by 0 is not worst to break in debugguer. I assumes, that something in IIS server settings may prevent debugger, but what ir could be?
-
Posted to
IIS7 - Classic ASP
by
Metek
on
03-30-2009, 5:38 AM
Leo,
Thank you for your reply. Yes, SP1 is installed on client PC.
I do not see w3wp.exe process on the WEB server PC at all.
So, inside of which process scripts are running?
Which settings (except Enable Client-side/Server-side Debugging in ASP properties) may prevent debugging?
-
Posted to
IIS7 - Configuration & Scripting
by
Metek
on
03-24-2009, 4:21 AM
Hi Leo,
Thread was duplicated to another forum because nobody replied in this forum for long time.
-
Posted to
IIS7 - Classic ASP
by
Metek
on
03-20-2009, 8:11 AM
Hi Madness80
Thank you for your reply.
I downloaded and installed on the server. Then started Remote Debug Monitor and connected from Visual Studio 2008 to InetMgr process. It doesn't catch division by 0 in script either. Did I connected to wrong process? Why MS Script debugger doesn't work?
Thank you in advance,
Al
-
Posted to
IIS7 - Classic ASP
by
Metek
on
03-19-2009, 3:57 AM
Hello,
I'm using IIS 7.0 on top of Windows 2008 Server x64. I need debug ASP page written on VBScript (server side script). I installed MS Script debugger and enabled Server side debug in ASP applet (I tried enable it for Virtual Directory, Site-wide and Server-wide).
I added division by 0 operation into the script. However when exception ...
-
Posted to
IIS7 - Configuration & Scripting
by
Metek
on
03-17-2009, 11:54 AM
Hello,
I'm using IIS 7.0 on top of Windows 2008 Server x64. I need debug ASP page written on VBScript (server side script). I installed MS Script debugger and enabled Server side debug in ASP applet (I tried enable it for Virtual Directory, Site-wide and Server-wide).
I added division by 0 operation into the script. However when exception ...
-
Posted to
IIS7 - Security
by
Metek
on
10-08-2008, 1:55 PM
Hello Krolson,
The access via User account is working OK, but unfortunately, we are making Intranet and need differintiate user rights on the share. Any suggestion, how we can make authentification working? I also do not understand why access fails when I'm typing credential directy into Authentication ...
-
Posted to
IIS7 - Security
by
Metek
on
10-08-2008, 1:48 PM
Hi Anil,
Thank you for your reply. As specified in my initial message, we are using "Active Directory Client Certificate Authentication".
>> you will have to write some scripts to configure it
What kinf of scripts? How can I configure such way that user is identified on network share?
With best regards,
Al
-
Posted to
IIS7 - Security
by
Metek
on
10-06-2008, 3:58 PM
Hello All,
I'm trying to setup IIS7.0 WEB site with "Windows Authentication" through "Active Directory Client Certificate Authentication". My User account is properly mapped to Domain User account and I have an access to all directories located on WEB server.
Now I added Virtual directory with physical path ...