User Profile

Collapse

Profile Sidebar

Collapse
wrsoundar
wrsoundar
Last Activity: Nov 19 '08, 04:16 PM
Joined: Jan 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wrsoundar
    replied to SSL and Code Sign issue
    in IIS
    As the continous of the the above problem we request microsoft to assist. They replied with some points.

    This behavior is by design. Office applications such as Word, PowerPoint, Excel etc. cannot be automated with CreateObject (VBScript) or ActiveXObject (JScript) unless this security setting allows it. Therefore the problem is not specific to Excel or JScript. The reason that Excel object is not safe from a scripting environment...
    See more | Go to post

    Leave a comment:


  • wrsoundar
    replied to SSL and Code Sign issue
    in IIS
    Thanks for your reply.

    I go thru the ref URL and i signed my excel.exe. but still the warning message is appear in my client side.

    I used the following syntax

    makecert -r -pe -n "CN=s6072" -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3 .1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 -sv key.pvk key.cer

    cert2spc key.cer...
    See more | Go to post

    Leave a comment:


  • wrsoundar
    started a topic SSL and Code Sign issue
    in IIS

    SSL and Code Sign issue

    Hi Friends

    I have a problem in excel data export thru javascript. we create an excel object from javascript. at that time IE shows the warning message "An Activex ontrol on this page might be unsafe to interect with other part of the page. do you want to allow this interection?" shows. Our client dont want to enable the Unsafe manner chk box in security settings

    So we tried to sign the excel object...
    See more | Go to post

  • wrsoundar
    replied to vb to asp
    in .NET
    Hi

    open WinHTTP object and post the data thru Request object and get the response thru Response object

    Option Explicit

    Private Sub Command1_Click( )
    Dim HttpReq As Object

    ' Create the WinHTTPRequest ActiveX Object.
    Set HttpReq = New WinHttpRequest

    ' Switch the mouse pointer to an hourglass while busy.
    MousePointer = vbHourglass...
    See more | Go to post

    Leave a comment:


  • Hi

    you mean to say that you want to load web process once your IIS started?
    if yes means kindly explain the scenario
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...