Hi - I've successfully created a VPN connection b/t my BEFSX41 (home office) and Sentinel 1.3. This works great when connecting from another computer either using dial-up of cable modem. However, when I attempt to connect from my work office Sentinel makes the connection, I see the connection...
Hi,
I have succesfully created a vpn connection between a Linksys BESX41 and SSH Sentinel 1.3.2. However, I would like to be able to control permissions for vpn users. Currently when a user connects to my network they have complete control, they are able to see all my shares, etc. Is there...
I am looking for a good and quick way to develop web pages. My experience is with ASP and back end programming. I have used HomeSite, but would like a simpler way to develop rich client side functions (rollovers, menus, etc). Is DreemWeaver a good candidate to work with Active Server Pages...
When a browser makes a call to a web service does the page get refreshed? I have used Remote Scripting, which allows you to call methods in another asp page WITHOUT refreshing your page. The limitations with Remote Scripting is that you can't send or receive structured data(arrays, object)...
I have an asp page which populates a variable on the server side, how do I get access to this variable in client side script.
<HTML>
<HEAD>
<SCRIPT language=javascript>
Function GetValue()
{
//Can I access MyVar here???
}
</SCRIPT>
</HEAD>
<BODY>
<%
dim MyVar
'do my database stuff
MyVar=value...
I would like to generate my own server certificate using Certificate Server. However, I hear that you can not generate the certificate on the same machine that you intend to install the certificate on. Is this true?
Thanks
I am trying to start my own software development company. I have contacted a certain government agency about my product - they seemed interested and I now have an appointment with top guy in their technology department to give a presentation. Being as this is my first attempt at pitching my...
I need to store several small string variables into session variables (probally no more than 5 variables for each visitor, lilely will have no more than 30 - 40 concurent users). How will this affect server performance and inpact scalability if I need to handle more users?
Thanks
Is it possible to set a window's attributes (ie, menubar, statusbar etc) in the window_onload event? I need to have my page load with none of the tool bars showing. Any suggestions.
Thaks
I would like to make a VB DLL and use the standard edition of Crystal Report. Access a DB, export reports to either PDF or HTML, save exported reports to directory. More importantly I need to be able to call this DLL from ASP served from a Win2K/IIS5.0 server. Is this possible with the...
I have struggled for several days to get this to work. See my other post. I am abandoning this as an option as a result of this article:
http://support.microsoft.com/support/kb/articles/q257/7/57.asp
which states that:
'Microsoft does not currently recommend, and does not support, Automation...
Hi - I am trying to use MS Word as an automation server from ASP. I am having problems with permissions. When I attempt to run ASP script (basically starts an instance of word, opens a document, saves document) with IIS anonymous access set to IUSR_<server> or IWAM_<server> this is what...
Hi - I am trying to use MS Word as an automation server from ASP. I am having problems with permissions. When I attempt to run ASP script (basically starts an instance of word, opens a document, saves document) with IIS anonymous access set to IUSR_<server> or IWAM_<server> this is what...
Hi
I am trying to use MS Word as an automation server from ASP
Set oWord = Server.CreateObject(Word.Application")
Set oTemplate = oWord.Documents.Add "<filepath and name>"
From what I can find on MSDN since I am accessing IIS under IUSR_<machine> I am having permission...
This works fine in win98/PWS -
Dim objApp
Set objApp = CreateObject("Word.Application")
sTemp = objApp.ActivePrinter
response.write sTemp & "<BR>"
set objDoc = objApp.Documents
sTemp3 = objDoc.Count
response.write sTemp3 'I get to this point no problem
set objTemplate =...
Hello all - I am calling MS Word through ASP (eg CreateObject), however each time I do this a winword.exe process shows up in processes in Windows task manager. When I try to 'End Process' I get the Warning messeage then when I click YES I get an 'Unable to terminate process - The operation...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.