Search:

Type: Posts; User: Fuga

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. VS 2010 Re: security on website and sqlserver. Is RDP and windows authentification a good opt

    Thanks again, szlamany,

    That is precisely the kind of information I need.




    The app should not be open to the public per se, but to maybe 25 people in 12-15 offices across the country....
  2. VS 2010 Re: security on website and sqlserver. Is RDP and windows authentification a good opt

    Hi again and sorry for the late reply. I somehow managed to miss your question.

    It will probably be running on windows server 2008.

    thanks again

    Fuga.
  3. VS 2010 Re: security on website and sqlserver. Is RDP and windows authentification a good opt

    Hi again, sorry for the late reply.

    szlamany, what is needed for this setup?

    A VPN program on every users computer? on the server?

    Thanks!

    Fuga.
  4. VS 2010 Re: security on website and sqlserver. Is RDP and windows authentification a good opt

    Hi guys and thanks for answering!

    The thing is, we´re not really good at the security aspect of things.

    It has become an issue later on in the project. VPN is perhaps an option as well.

    The...
  5. VS 2010 security on website and sqlserver. Is RDP and windows authentification a good option?

    Hi,

    I have a customer who ordered a small case managing system.

    As time went by, it became clear that they had not arranged a web hosting service appropriately. Consequently, they want us to do...
  6. Replies
    3
    Views
    1,013

    Re: no access to page when passing a querystring

    Thanks for repying.

    sure, this is the relevant config section:

    <location path="agera.aspx">
    <system.web>
    <authorization>
    <allow roles="FAB, Handläggare"/>
    ...
  7. Replies
    3
    Views
    1,013

    no access to page when passing a querystring

    Hi,

    I have a page on my website with access granted to loggged in users (I'm using the built in asp.net membership database). This works.

    however, when passing a querystring parameter in...
  8. VS 2010 Where to put the website on a dedicated server.

    Hi guys,

    I'm going to ask a stupid question. The thing is I´m going to upload a website to a server. I usually do this to a webhost, but this time there is none so I just have the server.

    What...
  9. VS 2010 Re: request.form("__EVENTTARGET") returns a comma instead of ID

    Hi again,

    and thanks everyone who took the time to help.

    I figured it out:

    Because I generate the page at runtime, occasionally there is no need for asp to generate the postback function....
  10. VS 2010 Re: request.form("__EVENTTARGET") returns a comma instead of ID

    Hi Sapator,

    thanks for replying.

    I just want the asp:button to return the right id.

    Here's the button:

    <asp:Button ID="btnact" runat="server" Text="Spara notering" />
    Here's how it...
  11. VS 2010 [RESOLVED] request.form("__EVENTTARGET") returns a comma instead of ID

    Hi,

    First, let me confess that I´ve posted this question on another forum to which the people at msdn guided me. However, I have a feeling this one is better. I'm sorry for the double posting.
    ...
  12. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    Ok. So what do you actually do when you assign administrator priviliges to a user?

    Fuga.
  13. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    Hi again,

    Thanks for your help!



    No, I never tried that, actually. I´m thinking, though, that that would mean the user starts it, and not the "computer"?

    However, I found what was wrong...
  14. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    Yes, I see your point, but you would still have to have admin priviliges to install it. The UAC is a bit overkill if you ask me. Besides, you can run services elevated, can´t you?




    Actually,...
  15. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    yes, that´s the plan. The program is supposed to run elevated on the computer no matter who the user is.

    If I put it in currentuser, won´t the program run with that user´s credentials?

    Thanks...
  16. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    I put this in my inno setup script:

    Root: HKLM64; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "MyProgram"; ValueData: "{app}\{#MyAppExeName}"; Flags:...
  17. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    Thanks for answering, dunfiddlin.



    The program starts a timer:

    Public Sub Main()

    Dim OnTimer As New System.Timers.Timer With {.Interval = 300000, .Enabled = True}
    ...
  18. VS 2010 Re: autostart program doesn´t behave like when it´s started manually

    Hi,
    Thanks for answering.
    I've set the execution level in the manifest to require administrator. When starting the program manually, it works like it should.

    When autostarting, the program...
  19. VS 2010 [RESOLVED] autostart program doesn´t behave like when it´s started manually

    Hi,
    I´ve made a program that autostarts when windows starts.

    Like always, when using it on a windows 7 64 bit machine, it doesn´t work.

    I´ve learned that it usually has to do with "security"...
  20. VS 2010 Advice on security when automatically sending to web server

    Hi,

    I´m using a small client windows form application that sends data to a web server with sql server using POST.

    The way I set it up is that the information is gathered in a text file locally...
  21. VS 2010 Re: Cannot read from registry win 7 64 bit

    Hi again,

    Axcontrol´s solution works. Thanks guys!

    this is the vb version:

    Dim RK As Microsoft.Win32.RegistryKey =...
  22. VS 2010 Re: Get active tab´s url Internet Explorer 10 64 bit

    Thanks!

    I tried your code, and it works, so that´s great!

    There´s one problem though, I don´t know how to check for the active tab. The code returns all tabs. At least on my computer.

    Am I...
  23. VS 2010 Re: Cannot read from registry win 7 64 bit

    Thanks,



    Yes, the user has administrator priviliges. However, not all user will have that (and the program isn´t elevated). But the thing is it´s only reading from the registry, not writing to...
  24. VS 2010 Get active tab´s url Internet Explorer 10 64 bit

    Hi,

    could someone help me how to get the current url from IE 10?

    I already have code for previous versions (well, up to 8 anyway), but for the 10 version it doesn´t work.

    From googling, I...
  25. VS 2010 [RESOLVED] Cannot read from registry win 7 64 bit

    Hi,

    I´ve created a program that needs to read from the registry.


    This doesn´t work on a win 7 64 bit machine. Can you tell me why, and what I need to do?
    ...
  26. Replies
    3
    Views
    4,147

    VS 2010 Re: Retrieve the active browser tab url

    I´ve now had a chance to test it with Chrome, and it doesn´t work I´m afraid. It works with Internet Explorer.
  27. Replies
    3
    Views
    4,147

    VS 2010 Re: Retrieve the active browser tab url

    Thanks for answering,

    No, I hadn´t, and it appears to do exactly what I need. Great!:)

    Thank you
  28. Replies
    3
    Views
    4,147

    VS 2010 [RESOLVED] Retrieve the active browser tab url

    Hi,

    I´m writing a program in vb.net that should retrieve the current url of internet explorer (that is, the url of the active tab).

    I know how to get all urls, but I need to find the one that...
  29. Re: setup program for windows service with user input

    Hi,
    I´m posting an answer so that it may be of help to others.

    I díd this by creating a second program (windows form app) in vs. It shows a form with a button. It also allows for user input to...
  30. Replies
    2
    Views
    728

    VS 2010 Re: Change account for windows service

    Thank for your reply.

    I´m having difficulties installing it with the obj= stuff.

    Do you think this could be my problem? It seems kind of strange that the LocalSystem account is forbidden to...
  31. Replies
    2
    Views
    728

    VS 2010 Change account for windows service

    Hi,
    I´ve created a windows service that I install with sc command.

    It uses a HTTP post method, which doesn´t work. I think it´s because of the permissions of the account "LocalSystem".

    Is it...
  32. Replies
    1
    Views
    1,587

    VS 2010 Swedish letters in web response coded wrong

    Hi,

    I have a vb.net local application that reports to a web server with POST method.

    Unfortunately, like it says in the title, the swedish characters (among others I guess) comes back in ASCII...
  33. [RESOLVED] setup program for windows service with user input

    Hi,

    I've finally managed to create a windows service and get it running and working. Now I need to create a setup program so that a user can download it and install it on his local computer.
    ...
  34. VS 2010 Re: windows service to post data to sql server - How to do it?

    Sorry for bumping, but I realized something:

    If I use a webservice to consume the client´s data and then forward it to the db on the webserver, is this a potential security issue?

    And do you...
  35. VS 2010 windows service to post data to sql server - How to do it?

    Hi,

    I would like to write a windows service that runs locally and on specific intervals posts information to a sql server database on the web.

    And before you ask, there´s nothing fishy about...
  36. VS 2010 Re: What happens when you publish your sql server database to provider?

    thanks for answering.

    Yes, and also alter the tables, adding columns for instance.


    There is actually an option to set "drop" to "false". I wasn´t aware of that, and I´m still a bit unsecure...
  37. VS 2010 What happens when you publish your sql server database to provider?

    Hi,

    When you publish your database in vwd, you create a .sql file, which is basically a command that you execute on the provider server, right?

    Now, since I'm a sort of beginner, and not always...
  38. Replies
    1
    Views
    1,114

    VS 2010 saving the contents of a div as an image

    Hi,

    Well, I need to do what the title says. I´ve searched for a while, and all I can find is third-party solutions.

    I´d like to know how to do it myself. Surely you can grab something from the...
  39. I need to disable validation in order to keep some html on postback. How?

    Hi,

    I have a div where I put a lot of stuff on runtime to construct a chart. The user should be able to copy the chart to another div (innerHTML) and then make som adjustments to the original div,...
  40. Replies
    1
    Views
    2,682

    VS 2010 Re: Debugging starts slow on localhost

    Ok found it!

    The solution was to clear all breakpoints. I found that suggestion but couldn´t do it until I wen from basic settings to expert settings on the tools - settings menu.
    Fuga
Results 1 to 40 of 316
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width